Does anyone know the technical details of "Parse dependent requests” in the Microsoft Azure Monitor availability test? It says:
"Test requests images, scripts, style files, and other files that are part of the webpage under test. The recorded response time includes the time taken to get these files. The test fails if any of these resources can't be successfully downloaded within the timeout for the whole test. If the option isn't selected, the test only requests the file at the URL you specified. Enabling this option results in a stricter check. The test could fail for cases, which might not be noticeable when you manually browse the site.”
What I'm wondering is whether all resources must be listed flat in the same HTML document, or whether Azure Monitor will traverse a hierarchy of links?
https://learn.microsoft.com/en-us/azure/azure-monitor/app/availability-standard-tests
#Microsoft #Azure #Monitor #ApplicationInsights #Availability #Test #URL #HTML #Parse