question

DevBuster-3739 avatar image
0 Votes"
DevBuster-3739 asked MughundhanRaveendran-MSFT commented

Health checks for azure function apps in .net core 5.0

For .net core apps we have health check nuget package which we can utilize for out of the box solution.
Based on my research looks like this option cannot work for function apps.
Can you please let me know how can i implement health check path in azure function app in .net 5.0?

azure-functionsazure-ad-connect-health
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MughundhanRaveendran-MSFT avatar image
0 Votes"
MughundhanRaveendran-MSFT answered MughundhanRaveendran-MSFT commented

@DevBuster-3739 ,

Thanks for posting this question in Q&A.

As per the nuget package's documentation, HealthChecks packages does not include Azure functions and app services. However, Azure functions provides out of the box healthcheck feature that you can utilize. Please note that, this feature is only available for functions running on dedicated app service plan and Elastic premium plan.

Healthcheck feature: https://docs.microsoft.com/en-us/azure/app-service/monitor-instances-health-check

182135-image.png

I hope this helps!

Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


image.png (71.4 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@DevBuster-3739 , Following up to see if the above answer helps. Do let us know if you have any queries.

Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

0 Votes 0 ·