Create a storage account mystorageaccount in new resource group MyResourceGroup in the West US region with locally redundant storage.
mystorageaccount
MyResourceGroup
az # Options here
az group create -l westus -n MyResourceGroup az storage account create -n mystorageaccount -g MyResourceGroup -l westus --sku Standard_LRS