简体   繁体   English

Azure容器注册表(ACR)SKU

[英]Azure Container Registry (ACR) SKUs

What is the difference between the Azure Container Registry (ACR) SKUs? Azure容器注册表(ACR)SKU之间有什么区别? The CLI lists these as options: CLI将这些列为选项:

-sku {Basic,Managed_Basic,Managed_Standard,Managed_Premium}

The pricing page provides some help, but doesn't describe the difference between Basic and Managed_Basic. 定价页面提供了一些帮助,但没有描述Basic和Managed_Basic之间的区别。 The docs are not helpful. 文档没有帮助。

In Azure container registry, there are two different kinds of storage account, unmanaged disk and managed disk. 在Azure容器注册表中,有两种不同类型的存储帐户,即非托管磁盘和托管磁盘。

When we chose managed registry , we can chose SKUs, like Basic, Standard, Premium. 当选择managed registry ,我们可以选择SKU,例如Basic,Standard,Premium。

Enable this feature to have Azure automatically manage the registry without creating and managing storage accounts on your own. 启用此功能可以使Azure自动管理注册表,而无需自己创建和管理存储帐户。 Managed registries have additional support for webhooks, AAD, and repository delete . 托管注册表对webhooks,AAD和存储库删除具有附加支持
在此处输入图片说明

Pricing tiers for managed registries provide different levels of performance and capacity : 托管注册表的定价层提供了不同级别的性能容量

在此处输入图片说明

Managed Registry - A tier that offers additional capabilities for registries in three SKUs - Basic, Standard, and Premium. 托管注册表-一种层,为三种SKU(基本,标准和高级)中的注册表提供附加功能。 The images in these SKUs are stored in Storage Accounts managed by the Azure Container Registries service, which improves reliability and enables new features. 这些SKU中的图像存储在由Azure容器注册表服务管理的存储帐户中,从而提高了可靠性并启用了新功能。 New capabilities include webhook integration, repository authentication with Azure Active Directory, and support for delete functionality. 新功能包括Webhook集成,使用Azure Active Directory的存储库身份验证以及对删除功能的支持。

More information about managed registry, please refer to this link . 有关托管注册表的更多信息,请参考此链接

About unmanaged registry, user should to create a registry backed by their own Storage Accounts when creating registries. 关于非托管注册表,用户在创建注册表时应创建一个由自己的存储帐户支持的注册表。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们应该为所有开发中的产品使用一个 Azure Container Registry (ACR) 还是为每个产品使用一个 ACR? - Should we use one Azure Container Registry (ACR) for all the products in development or one ACR per product? Azure 容器注册表 (ACR) 运行与 Azure 容器实例 (ACI) 创建 - Azure Container Registry (ACR) Run vs Azure Container Instance (ACI) Create 通过 Terraform 中 azure 应用服务的角色分配访问 azure 容器注册表 (ACR) - Access azure container registry (ACR) by role assignment for azure app service in Terraform Azure ACR 任务无法从 Azure 容器注册表中提取 docker 映像 - Azure ACR task not able to pull the docker image from Azure container registry 没有使用 Azure 容器注册表 (ACR) 使用 ARM 模板创建 Azure AKS 集群的选项 - No option to Create Azure AKS cluster with Azure container registry (ACR) using ARM template Azure Web 服务环境变量不适用于 Azure 容器注册表 (ACR) 映像 - Azure Web Service env-variables not working with Azure Container Registry (ACR) image 无需订阅所有者即可将 Azure Kubernetes 服务 (AKS) 附加到 Azure 容器注册表 (ACR) - Attach Azure Kubernetes Service (AKS) to Azure Container Registry (ACR) without being Subscription Owner Azure Devops - 使用 docker 和 Azure 容器注册表 (ACR) 发布管道 - 标记问题 - Azure Devops - release pipeline with docker and Azure Container Registry (ACR) - problem with tag 我们如何按自动计划从 Azure 容器注册表 (ACR) 中删除图像? - How can we delete images from an Azure container registry (ACR) on an automated schedule? 设置Helm图以部署推送到Azure容器注册表(ACR)的Nodejs服务 - Setting of Helm chart to deploy Nodejs service which pushed to Azure Container Registry (ACR)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM