Web Tests in Azure Application Insights REST API
Updated: September 26, 2016
You can set up web tests to monitor a web endpoint’s availability and responsiveness.
The following information is common to all tasks:
Replace {api-version} with 2014-04-01
Replace {subscription-id} with your subscription identifier in the URI.
Replace {resource-group-name} with the resource group. For more information, see Using Resource groups to manage your Azure resources.
Set the Content-Type header to application/json.
Set the Authorization header to a JSON Web Token that you obtain from Azure Active Directory. For more information, see Authenticating requests.
You can do the following with web tests:
Show: