nerdexam
Microsoft

AZ-204 · Question #626

You need to configure a test that will generate HTTP POST requests that include custom headers. Your solution must minimize development effort. Which type of test should you configure?

The correct answer is B. Standard test. Standard test: A type of availability test that checks the availability of a website by sending a single request, similar to the deprecated URL ping test. In addition to validating whether an endpoint is responding and measuring the performance, Standard tests also include…

Submitted by yousef_jo· Mar 30, 2026Monitor, troubleshoot, and optimize Azure solutions

Question

You need to configure a test that will generate HTTP POST requests that include custom headers. Your solution must minimize development effort. Which type of test should you configure?

Options

  • AMulti-step web test
  • BStandard test
  • CURL ping test
  • DCustom TrackAvailability test

How the community answered

(22 responses)
  • A
    9% (2)
  • B
    73% (16)
  • C
    14% (3)
  • D
    5% (1)

Explanation

Standard test: A type of availability test that checks the availability of a website by sending a single request, similar to the deprecated URL ping test. In addition to validating whether an endpoint is responding and measuring the performance, Standard tests also include TLS/SSL certificate validity, proactive lifetime check, HTTP request verb (for example, GET,HEAD, and POST), custom headers, and custom data associated with your HTTP request. https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability

Topics

#Application Insights#availability test#standard test#HTTP POST

Community Discussion

No community discussion yet for this question.

Full AZ-204 Practice