Skip to content

Commit ffe488f

Browse files
authored
Merge pull request #114616 from orgads/patch-1
Update remove-public-ip-address-vm.md
2 parents 646b240 + b65f671 commit ffe488f

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
@@ -52,7 +52,7 @@ az network nic ip-config update \
5252
--name ipconfigmyVM \
5353
--resource-group myResourceGroup \
5454
--nic-name myVMNic \
55-
--public-ip-address ''
55+
--public-ip-address null
5656
```
5757

5858
- If you don't know the name of the network interface attached to your VM, use the [az vm nic list](/cli/azure/vm/nic#az-vm-nic-list) command to view them. For example, the following command lists the names of the network interfaces attached to a VM named *myVM* in a resource group named *myResourceGroup*:

0 commit comments

Comments
 (0)