logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Azure CLI - Manage Cloud Resources | Online Free DevTools by Hexmos

Manage cloud resources with Azure CLI. Control Azure services, VMs, and network configurations through the command line. Free online tool, no registration required.

az

The official CLI tool for Microsoft Azure. Some subcommands such as login have their own usage documentation. More information: https://learn.microsoft.com/cli/azure/reference-index.

  • Log in to Azure:

az login

  • Manage azure subscription information:

az account

  • List all Azure Managed Disks:

az disk list

  • List all Azure virtual machines:

az vm list

  • Manage Azure Kubernetes Services:

az aks

  • Manage Azure Network resources:

az network

  • Start in interactive mode:

az interactive

  • Display help:

az --help

See Also