You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/static-ip.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ This article shows you how to create a static public IP address and assign it to
60
60
2. Get the static public IP address using the [`az network public-ip list`][az-network-public-ip-list] command. Specify the name of the node resource group and public IP address you created, and query for the `ipAddress`.
61
61
62
62
```azurecli-interactive
63
-
az network public-ip show --resource-group myNetworkResourceGroup --name myAKSPublicIP --query ipAddress --output tsv
63
+
az network public-ip show --resource-group <node resource group name> --name myAKSPublicIP --query ipAddress --output tsv
64
64
```
65
65
66
66
## Create a service using the static IP address
@@ -89,7 +89,7 @@ This article shows you how to create a static public IP address and assign it to
0 commit comments