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
@@ -111,7 +111,7 @@ To view a custom IP prefix, the following commands can be used in Azure CLI and
111
111
112
112
|**Tool**|**Command**|
113
113
|---|---|
114
-
|CLI|[az network custom-ip prefix list](/cli/azure/network/public-ip/prefix#az-network-custom-ip-prefix-list) to list custom IP prefixes<br>[az network custom-ip prefix show](/cli/azure/network/public-ip/prefix#az-network-custom-ip-prefix-show) to show settings and any derived public IP prefixes<br>
114
+
|CLI|[az network custom-ip prefix list](/cli/azure/network/custom-ip/prefix#az-network-custom-ip-prefix-list) to list custom IP prefixes<br>[az network custom-ip prefix show](/cli/azure/network/custom-ip/prefix?view=azure-cli-latest#az-network-custom-ip-prefix-show) to show settings and any derived public IP prefixes<br>
115
115
|PowerShell|[Get-AzCustomIpPrefix](/powershell/module/az.network/get-azcustomipprefix) to retrieve a custom IP prefix object and view its settings and any derived public IP prefixes|
116
116
117
117
## Decommission a custom IP prefix
@@ -128,7 +128,7 @@ The following commands can be used in Azure CLI and Azure PowerShell to begin th
128
128
|**Tool**|**Command**|
129
129
|---|---|
130
130
|Azure portal|Use the **Decommission** option in the Overview section of a Custom IP Prefix |
131
-
|CLI|[az network custom-ip prefix update](/cli/azure/network/public-ip/prefix#az-network-custom-ip-prefix-update) with `--state` flag set to decommission |
131
+
|CLI|[az network custom-ip prefix update](/cli/azure/network/custom-ip/prefix#az-network-custom-ip-prefix-update) with `--state` flag set to decommission |
132
132
|PowerShell|[Update-AzCustomIpPrefix](/powershell/module/az.network/update-azcustomipprefix) with the flag to `-Decommission`|
133
133
134
134
Alternatively, a custom IP prefix can be decommissioned via the Azure portal using the **Decommission** button in the **Overview** section of the custom IP prefix.
@@ -168,7 +168,7 @@ The following commands can be used in Azure CLI and Azure PowerShell to deprovis
168
168
|**Tool**|**Command**|
169
169
|---|---|
170
170
|Azure portal|Use the **Deprovision** option in the Overview section of a Custom IP Prefix |
171
-
|CLI|[az network custom-ip prefix update](/cli/azure/network/public-ip/prefix#az-network-custom-ip-prefix-update) with the `--state` flag set to deprovision <br>[az network custom-ip prefix delete](/cli/azure/network/public-ip/prefix#az-network-custom-ip-prefix-delete) to remove|
171
+
|CLI|[az network custom-ip prefix update](/cli/azure/network/custom-ip/prefix#az-network-custom-ip-prefix-update) with the `--state` flag set to deprovision <br>[az network custom-ip prefix delete](/cli/azure/network/custom-ip/prefix#az-network-custom-ip-prefix-delete) to remove|
172
172
|PowerShell|[Update-AzCustomIpPrefix](/powershell/module/az.network/update-azcustomipprefix)with the flag to `-Deprovision` <br>[Remove-AzCustomIpPrefix](/powershell/module/az.network/remove-azcustomipprefix) to remove|
173
173
174
174
Alternatively, a custom IP prefix can be decommissioned via the Azure portal using the **Deprovision** button in the **Overview** section of the custom IP prefix, and then deleted using the **Delete** button in the same section.
0 commit comments