How to Implement/Add Health Checks for Azure Function App Running in Container Apps Environment?
I have a Function App running within a Container Apps environment as its hosting plan, created using the azapi_resource
from Terraform. However, I’m not seeing the "Health Check" option in the Azure portal for this Function App. I’ve included health check settings in my Terraform code(even we tried from the portal still not found it anywhere), but it doesn’t appear in the overview page of the Function App within the Container Apps environment.
Below is the overview page of functionapp inside containerapp env. we can not find healthcheck here.
And below is the image where we have functionapp based on appservice plan. Here we can see the healthcheck
How can we get the healthcheck in functionapp based on containerapp environment