Skip to content

Commit 3963bae

Browse files
committed
More changes
1 parent 43216d4 commit 3963bae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,25 +62,25 @@ Ensure your Arc gateway URL and all of the URLs below are allowed through your e
6262
| `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

65-
## Create an AKS Arc cluster with AKS gateway enabled
65+
## Create an AKS Arc cluster with AKS Arc gateway enabled
6666

67-
Run the following command to create an AKS Arc cluster with the AKS gateway enabled:
67+
Run the following command to create an AKS Arc cluster with the AKS Arc gateway enabled:
6868

6969
```azurecli
7070
az aksarc create -n $clusterName -g $resourceGroup --custom-location $customlocationID --vnet-ids $arcVmLogNetId --aad-admin-group-object-ids $aadGroupID --gateway-id $gatewayId --generate-ssh-keys
7171
```
7272

73-
## Update an AKS Arc cluster and enable Arc gateway
73+
## Update an AKS Arc cluster and enable the AKS Arc gateway
7474

75-
Run the following command to update an AKS Arc cluster to enable AKS gateway:
75+
Run the following command to update an AKS Arc cluster to enable the AKS Arc gateway:
7676

7777
```azurecli
7878
az aksarc update -n $clusterName -g $resourceGroup --gateway-id $gatewayId
7979
```
8080

81-
## Disable Arc gateway on an AKS Arc cluster
81+
## Disable the AKS Arc gateway on an AKS Arc cluster
8282

83-
Run the following command to disable AKS gateway:
83+
Run the following command to disable the AKS Arc gateway:
8484

8585
```azurecli
8686
az aksarc update -n $clusterName -g $resourceGroup --disable-gateway

0 commit comments

Comments
 (0)