nerdexam
Microsoft

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…

Submitted by skyler.x· Mar 30, 2026Monitor, troubleshoot, and optimize Azure solutions

Question

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 from various points around the world and at regular intervals. If the app is not responding, you must send an alert to support staff. You need to configure a test for the web app. Which two test types can you use? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.

Options

  • Aintegration
  • Bmulti-step web
  • CURL ping
  • Dunit
  • Eload

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    76% (16)
  • D
    5% (1)
  • E
    14% (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

#Application Insights#availability tests#URL ping#multi-step web

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice