We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e5aa7 commit 628828bCopy full SHA for 628828b
articles/virtual-network/ip-services/remove-public-ip-address-vm.md
@@ -112,7 +112,7 @@ If you don't know the name of the public IP address associated to an IP configur
112
113
```azurecli
114
# Get the name of public IP address associated to an IP configuration
115
-az network nic ip-config show --name ipconfigmyVM --nic-name myVMNic --resource-group myResourceGroup --query publicIpAddress.id
+az network nic ip-config show --name ipconfigmyVM --nic-name myVMNic --resource-group myResourceGroup --query publicIPAddress.id
116
```
117
The output includes one or more lines that are similar to the following example:
118
0 commit comments