Untitled

 avatar
unknown
powershell
a year ago
264 B
4
Indexable
#!/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
Editor is loading...
Leave a Comment