microsoft / vscode-azurecli

VS Code extension for the Azure CLI 2.0
MIT License
71 stars 46 forks source link

Create a subnet under a virtual network. #82

Closed suaknab closed 3 years ago

suaknab commented 3 years ago

This one doesn't work, anyway to create a subnet under a virtual network? Thanks a lot

az network vnet subnet create -g $rg --vnet-name VNET1 --address-prefixes 10.0.0.0/16 --name VNETSUBNET1 --address-prefixes 10.0.1.0/24