Skip to content

Commit a7979ae

Browse files
committed
Acro
1 parent 3963bae commit a7979ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AKS-Arc/arc-gateway-aks-arc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ For more information, see [how the Azure Arc gateway works](/azure/azure-arc/kub
5151

5252
## Confirm access to required URLs
5353

54-
Ensure your Arc gateway URL and all of the URLs below are allowed through your enterprise firewall:
54+
Ensure your Arc gateway URL and all of the following URLs are allowed through your enterprise firewall:
5555

5656
| URL | Purpose |
5757
| ----------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
5858
| `[Your URL prefix].gw.arc.azure.com`| Your gateway URL. You can obtain this URL by running `az arcgateway list` after you create the resource. |
5959
| `management.azure.com` | Azure Resource Manager endpoint, required for the Azure Resource Manager control channel. |
6060
| `<region>.obo.arc.azure.com` | Required when `az connectedk8s proxy` is used. |
6161
| `login.microsoftonline.com`, `<region>.login.microsoft.com` | Microsoft Entra ID endpoint, used for acquiring identity access tokens. |
62-
| `gbl.his.arc.azure.com`, `<region>.his.arc.azure.com` | The cloud service endpoint for communicating with Arc Agents. Uses short names; for example `eus` for East US. |
62+
| `gbl.his.arc.azure.com`, `<region>.his.arc.azure.com` | The cloud service endpoint for communicating with Arc Agents. Uses short names; for example, `eus` for East US. |
6363
| `mcr.microsoft.com`, `*.data.mcr.microsoft.com` | Required to pull container images for Azure Arc agents. |
6464

6565
## Create an AKS Arc cluster with AKS Arc gateway enabled
@@ -91,7 +91,7 @@ az aksarc update -n $clusterName -g $resourceGroup --disable-gateway
9191
To audit your gateway traffic, view the gateway router logs:
9292

9393
1. Run `kubectl get pods -n azure-arc`.
94-
1. Identify the Arc Proxy pod (its name will begin with `arc-proxy-`).
94+
1. Identify the Arc Proxy pod (its name begins with `arc-proxy-`).
9595
1. Run `kubectl logs -n azure-arc <Arc Proxy pod name>`.
9696

9797
## Other scenarios

0 commit comments

Comments
 (0)