Skip to content

Commit cdfa26d

Browse files
authored
Merge pull request #224153 from MikeRayMSFT/release-arc-endpoints
Add region description
2 parents 6043b53 + 1fa0ee8 commit cdfa26d

File tree

5 files changed

+28
-5
lines changed

5 files changed

+28
-5
lines changed

articles/azure-arc/data/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ Many of the services such as self-service provisioning, automated backups/restor
5252

5353
To see the regions that currently support Azure Arc-enabled data services, go to [Azure Products by Region - Azure Arc](https://azure.microsoft.com/global-infrastructure/services/?cdn=disable&products=azure-arc).
5454

55+
[!INCLUDE [arc-region-note](../includes/arc-region-note.md)]
56+
5557
## Next steps
5658

5759
> **Just want to try things out?**
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
author: MikeRayMSFT
3+
ms.author: mikeray
4+
ms.service: azure-arc
5+
ms.topic: include
6+
ms.date: 12/13/2022
7+
---
8+
9+
To get the region segment of a regional endpoint, remove all spaces from the Azure region name. For example, *East US 2* region, the region name is `eastus2`.
10+
11+
For example: `san-af-<region>-prod.azurewebsites.net` should be `san-af-eastus2-prod.azurewebsites.net` in the East US 2 region.
12+
13+
To see a list of all regions, run this command:
14+
15+
```azcli
16+
az account list-locations -o table
17+
```

articles/azure-arc/kubernetes/cluster-connect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ A conceptual overview of this feature is available in [Cluster connect - Azure A
8888

8989
---
9090

91+
[!INCLUDE [arc-region-note](../includes/arc-region-note.md)]
92+
9193
## Azure Active Directory authentication option
9294

9395
### [Azure CLI](#tab/azure-cli)

articles/azure-arc/kubernetes/includes/network-requirements.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ ms.date: 12/13/2022
2727
To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command:
2828

2929
```rest
30-
GET https://guestnotificationservice.azure.com/urls/allowlist?api-version=2020-01-01&location=<location>`.
30+
GET https://guestnotificationservice.azure.com/urls/allowlist?api-version=2020-01-01&location=<region>`.
3131
```
3232

33-
Replace `<location>` with the region.
33+
[!INCLUDE [arc-region-note](../../includes/arc-region-note.md)]
3434

3535
### [Azure Government](#tab/azure-government)
3636

@@ -54,10 +54,10 @@ Replace `<location>` with the region.
5454
To translate the `*.servicebus.usgovcloudapi.net` wildcard into specific endpoints, use the command:
5555

5656
```rest
57-
\GET https://guestnotificationservice.azure.us/urls/allowlist?api-version=2020-01-01&location=<location>
57+
\GET https://guestnotificationservice.azure.us/urls/allowlist?api-version=2020-01-01&location=region
5858
```
5959

60-
Within these commands, the region must be specified for the `<location>` placeholder.
60+
[!INCLUDE [arc-region-note](../../includes/arc-region-note.md)]
6161

6262
#### [Azure China](#tab/azure-china)
6363

articles/azure-arc/servers/includes/network-requirements.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ The table below lists the URLs that must be available in order to install and us
5757
|`dc.services.visualstudio.com`|Agent telemetry|Optional, not used in agent versions 1.24+| Public |
5858

5959
> [!NOTE]
60-
> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET https://guestnotificationservice.azure.com/urls/allowlist?api-version=2020-01-01&location=<location>`. Within this command, the region must be specified for the `<location>` placeholder.
60+
> To translate the `*.servicebus.windows.net` wildcard into specific endpoints, use the command `\GET https://guestnotificationservice.azure.com/urls/allowlist?api-version=2020-01-01&location=<region>`. Within this command, the region must be specified for the `<region>` placeholder.
61+
62+
[!INCLUDE [arc-region-note](../../includes/arc-region-note.md)]
6163

6264
#### [Azure Government](#tab/azure-government)
6365

0 commit comments

Comments
 (0)