要遵循的步骤:
-创建存储帐户:
az storageAccountKey1 show -n <mystorageaccount> -g user-<usename>
-获取存储帐户密钥
z storage account create --name <mystorageaccount> --resource-group user-<groupusename> --location eastus --sku Standard_ZRS --encryption-services blob
az storage account keys list -g <groupusename> -n <mystorageaccount>
export <storageAccountKey>=$(az storage account keys list --resource-group user-horntaglnfsn --account-name <mystorageaccount> --query "[0].value" | tr -d '"')
echo $<storageAccountKey>
output: first account key
-创建天蓝色文件共享
az storage share create --account-name <mystorageaccount> --account-key <storageAccountKey> --name shareNamebiplab --quota 1024 --output none
现在正在创建错误。
[请帮助我如何在此处创建文件共享。
connectionstring
更改为connectionString
(s
中的connectionstring
应为大写。所以您的命令将是: