MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.27k stars 21.45k forks source link

Issue with ACR SKU name during deployment using BICEP #116423

Closed srisatyakrishna5 closed 6 months ago

srisatyakrishna5 commented 1 year ago

While we are trying to provision a Azure Container Registry using BICEP templates, we are providing one of the available SKU values and the deployment is failing with the following error.

Definition:

image

image

Error:

image

We tried with 'Basic' tier as well but the issue is persistent

Question:

What are the possible SKU values for making the deployment work ?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ManoharLakkoju-MSFT commented 1 year ago

@srisatyakrishna5 Thanks for your feedback! We will investigate and update as appropriate.

SaibabaBalapur-MSFT commented 1 year ago

@srisatyakrishna5 Thanks for bringing this to our attention. I'm going to assign this to the document author so they can take a look at it accordingly.

@tejaswikolli-web Can you please check and add your comments on this doc update request as applicable.

srisatyakrishna5 commented 1 year ago

[like] Sri Satya Krishna Challa reacted to your message:


From: Saibaba Balapur Hireka @.> Sent: Sunday, October 29, 2023 5:15:14 AM To: MicrosoftDocs/azure-docs @.> Cc: Sri Satya Krishna Challa @.>; Mention @.> Subject: Re: [MicrosoftDocs/azure-docs] Issue with ACR SKU name during deployment using BICEP (Issue #116423)

@srisatyakrishna5https://github.com/srisatyakrishna5 Thanks for bringing this to our attention. I'm going to assign this to the document author so they can take a look at it accordingly.

@tejaswikolli-webhttps://github.com/tejaswikolli-web Can you please check and add your comments on this doc update request as applicable.

— Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftDocs/azure-docs/issues/116423#issuecomment-1784001011, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AW6RVHL5DOAUB5PZJ3WWEY3YBXQ6FAVCNFSM6AAAAAA6PEHOBKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGAYDCMBRGE. You are receiving this because you were mentioned.Message ID: @.***>

lucademian commented 8 months ago

@srisatyakrishna5 I ran into this same issue and found that removing the retention policy from the registry allowed me to use the standard SKU. In the portal retention policy page, it mentions that this is a premium feature, but I couldn't find it anywhere in the ACR docs. It would be great if the sku comparision docs could be updated to also reflect this.

tejaswikolli-web commented 6 months ago

Can you please try following the instructions in https://learn.microsoft.com/en-us/azure/container-registry/container-registry-get-started-bicep?tabs=CLI

tejaswikolli-web commented 6 months ago

please-close