【问题标题】:Is there a way to get the key for Classic Azure Storage Account using powershell?有没有办法使用 powershell 获取经典 Azure 存储帐户的密钥?
【发布时间】:2018-04-28 00:15:13
【问题描述】:

我认为 Get-AzureRmStorageAccountKey 不适用于经典 Azure 存储帐户。 Get-AzureStorageAccount 可以返回经典存储帐户,但不会返回密钥。

谢谢。 立东

【问题讨论】:

    标签: azure-storage


    【解决方案1】:

    您可以使用 cmdlet:Get-AzureStorageKey

    Get-AzureStorageKey -StorageAccountName "ContosoStore01"
    

    【讨论】:

    猜你喜欢
    • 2020-11-05
    • 2019-01-14
    • 2021-05-12
    • 2017-05-01
    • 2021-05-24
    • 2018-10-09
    • 2018-01-08
    • 2016-09-10
    • 2018-02-27
    相关资源
    最近更新 更多