**Related command** <!--- az functionapp config set \ --name $functionAppName \ --resource-group $resourceGroupName \ --auto-heal-enabled true \ --autoHealRules \"$autohealRules\" ---> **Is your feature request related to a problem? Please describe.** <!--- autoHealRules needs to be present in order to enable the autoheal feature otherwise it shows as off in function app settings. ---> **Describe the solution you'd like** <!--- autoHealSetting parameter should be made available with the ''az functionapp config set' command---> **Describe alternatives you've considered** <!--- Tried with terraform resource, but it's unavailable there as well ---> **Additional context** <!--- Add any other context or screenshots about the feature request here. --->
Related command
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context