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?
