Azure 容器注册表 (ACR) SKU

标签 azure azure-container-registry

Azure 容器注册表 (ACR) SKU 之间有什么区别? CLI 将这些列为选项:

-sku {Basic,Managed_Basic,Managed_Standard,Managed_Premium}

pricing page提供了一些帮助,但没有描述 Basic 和 Managed_Basic 之间的区别。 docs没有帮助。

最佳答案

在 Azure 容器注册表中,有两种不同类型的存储帐户:非托管磁盘和托管磁盘。

当我们选择托管注册表时,我们可以选择 SKU,例如基本、标准、高级。

启用此功能可以让 Azure 自动管理注册表,而无需您自己创建和管理存储帐户。 托管注册表对 Webhooks、AAD 和存储库删除提供额外支持
enter image description here

托管注册表的定价层提供不同级别的性能容量:

enter image description here

Managed Registry - A tier that offers additional capabilities for registries in three SKUs - Basic, Standard, and Premium. The images in these SKUs are stored in Storage Accounts managed by the Azure Container Registries service, which improves reliability and enables new features. New capabilities include webhook integration, repository authentication with Azure Active Directory, and support for delete functionality.

更多关于托管注册表的信息,请引用这个link .

关于非托管注册表,用户在创建注册表时应创建一个由其自己的存储帐户支持的注册表。

关于Azure 容器注册表 (ACR) SKU,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45243245/

相关文章:

Azure DevOps Pipeline - 构建 Docker 镜像并将其推送到具有受限网络访问权限的 Azure 容器注册表

Azure 容器注册表 `docker login` 不起作用

azure - Helm 3 搜索未显示来自 ACR 的结果

ios - Azure 通知中心与 APNS

Azure 搜索未返回正确的结果。搜索查询中的(点)

Azure应用程序服务docker容器 'Service Unavailable'

azure - Docker 镜像迁移方法(来自 azure 注册表的 Nexus)

c# - 将存档的 blob 复制到在线层

azure - 如何修复 "add-member : Cannot add a member with the name "“因为具有该名称的成员已存在”

安装在azure ubuntu中的mongodb无法连接