az-networkGestisce le risorse di rete Azure. Parte di
azure-cli(noto anche comeaz). Maggiori informazioni: https://learn.microsoft.com/cli/azure/network.
az network list-usages
az network vnet list
az network vnet create --address-prefixes {{10.0.0.0/16}} {{[-n|--name]}} {{vnet}} {{[-g|--resource-group]}} {{nome_gruppo}} --subnet-name {{sottorete}} --subnet-prefixes {{10.0.0.0/24}}
az network nic update --accelerated-networking true {{[-n|--name]}} {{nic}} {{[-g|--resource-group]}} {{gruppo_risorse}}