How to Implement/Add Health Checks for Azure Function App Running in Container Apps Environment?

Priyadarshi, Akash 0 Reputation points
2024-10-24T13:50:53.4+00:00

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.

User's image

And below is the image where we have functionapp based on appservice plan. Here we can see the healthcheck
User's image

How can we get the healthcheck in functionapp based on containerapp environment

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,074 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
439 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.