Is there any way how to automate App Service -> Monitoring -> Health check functionality? I'd like to set it up automatically for my App Service that is being deployed via ARM template, but any of these options would be OK to enable Health check and set Health check path:
- ARM template
- Azure PowerShell
- Azure CLI
- Azure REST API
I'm not able to find the functionality in any of them. There is a healthCheckPath property in App Service's SiteConfig, but it returns empty value even for App Services where I turned on and configured Health check functionality via Azure Portal.
