Skip to content

Commit 4892453

Browse files
authored
Merge pull request #47979 from TravisCragg-MSFT/patch-9
(ForumsTeam) changing nic update command
2 parents efe9142 + 4be3418 commit 4892453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/create-vm-accelerated-networking-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Once stopped, enable Accelerated Networking on the NIC of your VM:
234234

235235
```azurecli
236236
az network nic update \
237-
--name myVM -n myNic \
237+
--name myNic \
238238
--resource-group myResourceGroup \
239239
--accelerated-networking true
240240
```

0 commit comments

Comments
 (0)