世界中からアクセスできる Microsoft ASP.NET Core Web アプリが Azure にあります。 URL ping テストを 5 分ごとに 1 回実行し、特定の Azure リージョンから Web アプリを利用できない場合にアラートを作成する必要があります。ソリューションは、開発時間を最小限に抑える必要があります。 あなたは何をするべきか?
正解:A
Explanation There are three types of Application Insights availability tests: * URL ping test: a simple test that you can create in the Azure portal. * Multi-step web test * Custom Track Availability Tests Note: After you've deployed your web app/website, you can set up recurring tests to monitor availability and responsiveness. Azure Application Insights sends web requests to your application at regular intervals from points around the world. 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. You don't have to make any changes to the website you're testing. In fact, it doesn't even have to be a site you own. You can test the availability of a REST API that your service depends on. Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/app/monitor-web-app-availability#create-a-url-ping-test