Skip to content

Commit 19e69fd

Browse files
committed
Add a warning
1 parent 489a8f1 commit 19e69fd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create a private container registry in Azure for Bicep modules
33
description: Learn how to set up a private container registry in Azure for private Bicep modules.
44
ms.topic: how-to
5-
ms.date: 12/22/2025
5+
ms.date: 02/25/2026
66
ms.custom: devx-track-bicep
77
---
88

@@ -48,6 +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+
>
52+
> 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.
5153
5254
## Publish files to registry
5355

0 commit comments

Comments
 (0)