Create a storage account

az storage

  • Manage Azure Cloud Storage resources.
    Part of `azure-cli`.
    More information: <https://learn.microsoft.com/cli/azure/storage>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

az storage account create -g {{group_name}} -n {{account_name}} -l {{location}} --sku {{account_sku}}

click the source code to copy install az storage on any operating system with command-not-found.com