Closed abdukhliq closed 4 months ago
az network nsg rule create --resource-group "[sandbox resource group name]" --nsg-name my-vmNSG --name allow-http --protocol tcp --priority 100 --destination-port-range 80 --access Allow
Sorry, I don't understand this PR. Can you please explain why this is needed in a separate file?
az network nsg rule create --resource-group "[sandbox resource group name]" --nsg-name my-vmNSG --name allow-http --protocol tcp --priority 100 --destination-port-range 80 --access Allow