Skip to content

Commit 97be8df

Browse files
committed
Small edit to line 101
1 parent a6dfe89 commit 97be8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/traffic-manager/quickstart-create-traffic-manager-profile-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ Use Azure CLI or Azure PowerShell to validate the deployment.
9898
Resolve-DnsName -Name {relativeDnsname} | Select-Object NameHost | Select -First 1
9999
```
100100
101-
---
102-
103101
You should get a NameHost of either `www.microsoft.com` or `docs.microsoft.com` depending on which region is closer to you.
104102
103+
---
104+
105105
3. To check if you can resolve to the other endpoint, disable the endpoint for the target you got in the last step. Replace the **{endpointName}** with either **endpoint1** or **endpoint2** to disable the target for `www.microsoft.com` or `docs.microsoft.com` respectively.
106106
107107
# [CLI](#tab/CLI)

0 commit comments

Comments
 (0)