-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
Container Registrycustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
Unsure if this is the right place, but currently looking at just Bicep/Arm docs it's not clear that anonymousPullEnabled:true isn't always avail.
Lines 4855 to 4858 in be6cd9c
| "anonymousPullEnabled": { | |
| "description": "Enables registry-wide pull from unauthenticated clients.", | |
| "type": "boolean" | |
| } |
It should be documented that this is SKU-dependent and not available in all tiers.
Anonymous pull access is a preview feature, available in the Standard and Premium service tiers.
Reference: https://learn.microsoft.com/en-us/azure/container-registry/anonymous-pull-access
Metadata
Metadata
Assignees
Labels
Container Registrycustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.questionThe issue doesn't require a change to the product in order to be resolved. Most issues start as thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that