Skip to content

Commit d176677

Browse files
committed
Minor changes
1 parent ea6ca6f commit d176677

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/app/availability.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -499,15 +499,15 @@ Ensure your internal website has a public Domain Name System (DNS) record. Avail
499499

500500
Set custom headers in [standard availability tests](availability-standard-tests.md) to validate traffic.
501501

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*.
503503

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.\
507505

508506
:::image type="content" source="media/availability/custom-validation-header.png" alt-text="Screenshot that shows custom validation header.":::
509507

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.
511511

512512
**Example:** ```https://yourtestendpoint/?x-customer-instanceid=applicationinsightsavailability:<your availability test string identifier>```
513513

0 commit comments

Comments
 (0)