You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/availability.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -499,15 +499,15 @@ Ensure your internal website has a public Domain Name System (DNS) record. Avail
499
499
500
500
Set custom headers in [standard availability tests](availability-standard-tests.md) to validate traffic.
501
501
502
-
1. Create an alphanumeric string without spaces to identify this availability test (for example, "MyAppAvailabilityTest"). From here on we refer to this string as the *availability test string identifier*.
502
+
1. Create an alphanumeric string without spaces to identify this availability test (for example, MyAppAvailabilityTest). From here on we refer to this string as the *availability test string identifier*.
503
503
504
-
1. Add the custom header *X-Customer-InstanceId* with the value `ApplicationInsightsAvailability:<GUID generated in step 1>` under the **Standard test info** section when creating or updating your availability tests.
505
-
506
-
1. Ensure your service checks if incoming traffic includes the header and value defined in the previous steps.
504
+
1. Add the custom header *X-Customer-InstanceId* with the value `ApplicationInsightsAvailability:<your availability test string identifier>` under the **Standard test info** section when creating or updating your availability tests.\
507
505
508
506
:::image type="content" source="media/availability/custom-validation-header.png" alt-text="Screenshot that shows custom validation header.":::
509
507
510
-
Alternatively, set the availability test string identifier as a query parameter.
508
+
1. Ensure your service checks if incoming traffic includes the header and value defined in the previous steps.
509
+
510
+
Alternatively, set the *availability test string identifier* as a query parameter.
511
511
512
512
**Example:** ```https://yourtestendpoint/?x-customer-instanceid=applicationinsightsavailability:<your availability test string identifier>```
0 commit comments