Skip to content

Commit 8d4020d

Browse files
Merge pull request #209063 from RyanHill-MSFT/issues/97495-typo-in-step4
(Azure CXP) typo in azurecli command
2 parents 2145737 + 8e17df6 commit 8d4020d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-network-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ You can manage virtual network rules for storage accounts through the Azure port
312312
4. Add a network rule for a virtual network and subnet.
313313
314314
```azurecli
315-
$subnetid=(az network vnet subnet show --resource-group "myresourcegroup" --vnet-name "myvnet" --name "mysubnet" --query id --output tsv)
315+
subnetid=$(az network vnet subnet show --resource-group "myresourcegroup" --vnet-name "myvnet" --name "mysubnet" --query id --output tsv)
316316
az storage account network-rule add --resource-group "myresourcegroup" --account-name "mystorageaccount" --subnet $subnetid
317317
```
318318

0 commit comments

Comments
 (0)