Forrest logo
back to context overview

az-network

List of commands for az-network:

  • az-network:tldr:4c435 az-network: Enable accelerated networking for a network interface card.
    $ az network nic update --accelerated-networking true --name ${nic} --resource-group ${resource_group}
    try on your machine
    explain this command
  • az-network:tldr:d1ccc az-network: Create a virtual network.
    $ az network vnet create --address-prefixes ${10-0-0-0-16} --name ${vnet} --resource_group ${group_name} --submet-name ${subnet} --subnet-prefixes ${10-0-0-0-24}
    try on your machine
    explain this command
  • az-network:tldr:dc287 az-network: List network resources in a region that are used against a subscription quota.
    $ az network list-usages
    try on your machine
    explain this command
  • az-network:tldr:fc3d0 az-network: List all virtual networks in a subscription.
    $ az network vnet list
    try on your machine
    explain this command
back to context overview