Skip to content

Commit 60f4a01

Browse files
committed
update
1 parent 19e69fd commit 60f4a01

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

articles/azure-resource-manager/bicep/private-module-registry.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ A Bicep registry is hosted on [Azure Container Registry (ACR)](/azure/container-
4848
> The private container registry is only available to users with the required access. However, it's accessed through the public internet. For more security, you can require access through a private endpoint. See [Connect privately to an Azure container registry using Azure Private Link](/azure/container-registry/container-registry-private-link).
4949
>
5050
> The private container registry must have the policy `azureADAuthenticationAsArmPolicy` set to `enabled`. If `azureADAuthenticationAsArmPolicy` is set to `disabled`, you'll get a 401 (Unauthorized) error message when publishing modules. See [Azure Container Registry introduces the Conditional Access policy](/azure/container-registry/container-registry-configure-conditional-access).
51-
>
51+
52+
> [!WARNING]
5253
> If `properties.policies.quarantinePolicy.status` is enabled on your Azure Container Registry, your Bicep module will "successfully" publish but the versions/tags are stripped or hidden.
5354
5455
## Publish files to registry

0 commit comments

Comments
 (0)