5.3.2. 为自动化中心配置 Azure Blob Storage


Azure Blob 存储是容器化安装支持的对象存储类型。使用 Azure blob 存储后端时,将 hub_storage_backend 设置为 azure。在运行安装程序前,Azure 容器需要存在。

流程

  1. 在继续安装前,请确保 Azure 容器存在。
  2. 将以下变量添加到 [all:vars] 组下的清单文件中以配置 Azure Blob 存储:

    [all:vars]
    hub_storage_backend=azure
    hub_azure_account_key=<account_key>
    hub_azure_account_name=<account_name>
    hub_azure_container=<container_name>
  3. 可选: 您可以使用 hub_azure_extra_settings 变量将额外的参数传递给 Azure Blob 存储后端。例如:

    hub_azure_extra_settings={'AZURE_LOCATION': 'foo', 'AZURE_SSL': True, 'AZURE_URL_EXPIRATION_SECS': 60}
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

关于红帽文档

Legal Notice

Theme

© 2026 Red Hat
返回顶部