跳到主要内容

将适用于云的 Azure Blob 存储设置为云层

如果运行的是 ONTAP 9.5 或更高版本,可将适用于云的 Azure Blob 存储设置为 FabricPool 的云层。

FabricPool 当前不支持用作内部 Azure 服务的 Azure Stack。

  1. 使用带有 -provider-type Azure_Cloud 参数的 storage aggregate object-store config create 命令来指定 Azure Blob 存储配置信息。
    • storage aggregate object-store config create 命令在 ONTAP 无法使用提供的信息来访问 Azure Blob 存储时将失败。
    • 可使用 -azure-account 参数来指定 Azure Blob 存储帐户。
    • 可使用 -azure-private-key 参数来指定用于认证 Azure Blob 存储请求的访问密钥。
    • 如果更改了 Azure Blob 存储密码,应立即更新 ONTAP 中保存的相应密码。

      这样做可使 ONTAP 无中断地访问 Azure Blob 存储中的数据。

    cluster1::> storage aggregate object-store config create
    -object-store-name MyAzure -provider-type Azure_Cloud
    -server blob.core.windows.net -container-name myAzureContainer
    -azure-account myAzureAcct -azure-private-key myAzureKey

  2. 使用 storage aggregate object-store config show 命令显示并验证 Azure Blob 存储配置信息。
    storage aggregate object-store config modify 命令可用于修改 FabricPool 的 Azure Blob 存储配置信息。