AZ-204 · Question #406
You develop and deploy an ASP.NET web app to Azure App Service. You use Application Insights telemetry to monitor the app. You must test the app to ensure that the app is available and responsive…
The correct answer is B. multi-step web C. URL ping. There are three types of availability tests: - URL ping test: a simple test that you can create in the Azure portal. - Multi-step web test: A recording of a sequence of web requests, which can be played back to test more complex scenarios. Multi-step web tests are created in…
Question
Options
- Aintegration
- Bmulti-step web
- CURL ping
- Dunit
- Eload
How the community answered
(21 responses)- A5% (1)
- B76% (16)
- D5% (1)
- E14% (3)
Explanation
There are three types of availability tests: - URL ping test: a simple test that you can create in the Azure portal. - Multi-step web test: A recording of a sequence of web requests, which can be played back to test more complex scenarios. Multi-step web tests are created in Visual Studio Enterprise and uploaded to the portal for execution. - Custom Track Availability Tests: If you decide to create a custom application to run availability tests, the TrackAvailability() method can be used to send the results to Application Insights. https://docs.microsoft.com/en-us/azure/azure-monitor/app/monitor-web-app-availability
Topics
Community Discussion
No community discussion yet for this question.