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 65a3c0c commit 68bf180Copy full SHA for 68bf180
articles/private-link/plsnat-how-to-draft.md
@@ -72,7 +72,7 @@ Here we add the tag to the VM NIC.
72
1. Use the following CLI command to add the tag to your VM NIC:
73
74
```azurecli-interactive
75
- az network nic update --name "myNIC" --resource-group "MyResourceGroup" --set tags.disableSnatOnPL=string:"true"
+ az network nic update --name "myNIC" --resource-group "MyResourceGroup" --set tags.disableSnatOnPL=\'true\'
76
```
77
---
78
0 commit comments