
az-storage-account
List of commands for az-storage-account:
-
az-storage-account:tldr:397e4 az-storage-account: Delete a specific storage account.$ az storage account delete --name ${storage_account_name} --resource-group ${azure_resource_group}try on your machineexplain this command
-
az-storage-account:tldr:3f708 az-storage-account: Generate a shared access signature for a specific storage account.$ az storage account generate-sas --account-name ${storage_account_name} --name ${account_name} --permissions ${sas_permissions} --expiry ${expiry_date} --services ${storage_services} --resource-types ${resource_types}try on your machineexplain this command
-
az-storage-account:tldr:dcd8a az-storage-account: List storage accounts.$ az storage account list --resource-group ${azure_resource_group}try on your machineexplain this command
-
az-storage-account:tldr:f71cd az-storage-account: Create an storage account.$ az storage account create --name ${storage_account_name} --resource-group ${azure_resource_group} --location ${azure_location} --sku ${storage_account_sku}try on your machineexplain this command