我刚刚开始使用 Azure,但在使用 PowerShell cmdlet 处理我的存储帐户时遇到了问题。
我在该存储帐户中创建了一个存储帐户和一个容器。接下来,我安装了 Azure Powershell SDK 和命令让等,并导入了 publishsettings 文件。当我执行 Get-AzureSubscription 或 Get-AzureStorageAccount 命令时,它会在 PowerShell 控制台中正确显示我的订阅以及各种存储端点。
但是,如果我执行 Get-AzureStorageBlob 调用或 Set-AzureStorageBlobContent 我会收到以下错误
Get-AzureStorageBlob : Can not find your azure storage credential. Please set current storage account using
"Set-AzureSubscription" or set the "AZURE_STORAGE_CONNECTION_STRING" environment variable.
我真的在这里斗智斗勇。对此错误字符串的 Google 搜索只会显示对 Github 等代码的引用。非常感谢一些帮助。