May 08 2023 04:19 PM
Hi all,
Would like to design a software monitoring programme which monitors servers hosting a web site running in Azure ?
What to include in high level design?
TIA
May 08 2023 05:54 PM
Are you using app service (e.g. web app), if yes, may consider Health check:
Monitor the health of App Service instances - Azure App Service | Microsoft Learn
May 10 2023 01:34 AM
Hi,
My intention is to design a software monitoring programme to monitor servers hosting a website running in a cloud environment similar to Azure or aws.
How would you do it ? TIA