Skip to content

Instantly share code, notes, and snippets.

@ievgen-pavlenko
Created February 19, 2023 12:04
Show Gist options
  • Save ievgen-pavlenko/745c8cd992bfd02313b9079750183906 to your computer and use it in GitHub Desktop.
Save ievgen-pavlenko/745c8cd992bfd02313b9079750183906 to your computer and use it in GitHub Desktop.
Create storage account by Azure CLI
az storage account create -n mystorageaccount -g MyResourceGroup --kind StorageV2 -l westeurope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment