Skip to content

Commit 8bba6fe

Browse files
authored
Merge pull request #126770 from blanquicet/patch-2
Update remove-public-ip-address-vm.md
2 parents 9659970 + 628828b commit 8bba6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/ip-services/remove-public-ip-address-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you don't know the name of the public IP address associated to an IP configur
112112

113113
```azurecli
114114
# 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
115+
az network nic ip-config show --name ipconfigmyVM --nic-name myVMNic --resource-group myResourceGroup --query publicIPAddress.id
116116
```
117117
The output includes one or more lines that are similar to the following example:
118118

0 commit comments

Comments
 (0)