Untitled
#!/usr/bin/env bash az group create --name storage-resource-group --location eastus az storage account create --name mystorageaccount --resource-group storage-resource-group --location eastus --sku Standard_LRS --kind StorageV2 --access-tier Hot --https-only true
Leave a Comment