简体   繁体   中英

HealthCheck for the containers running in the Azure Linux App service

I'm trying to monitor the health of the containers under the Linux App service, So, is there is any way to do the in Azure. I found a documenthttps://github.com/projectkudu/kudu/wiki/Health-Check-(Preview) , but this is only for Windows. Any other better way to perform the monitoring .

Thanks

I would recommend you to use Azure Application Insights, URL ping test.

Azure Application Insights can send web requests to your application at regular intervals. It can alert you if your application isn't responding, or if it responds too slowly.

You can set up availability tests for any HTTP or HTTPS endpoint that is accessible from the public internet.

https://docs.microsoft.com/en-us/azure/azure-monitor/app/monitor-web-app-availability

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM