Skip to content

Commit e268b54

Browse files
Merge pull request #312275 from mumian/0225-tag-quarantinePolicy
Add a warning about quarantinePolicy
2 parents 364755a + 60f4a01 commit e268b54

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 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

@@ -49,6 +49,9 @@ A Bicep registry is hosted on [Azure Container Registry (ACR)](/azure/container-
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).
5151
52+
> [!WARNING]
53+
> 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.
54+
5255
## Publish files to registry
5356
5457
After setting up the container registry, you can publish files to it. Use the [publish](bicep-cli.md#publish) command and provide any Bicep files you intend to use as modules. Specify the target location for the module in your registry. The publish command creates an ARM template, which is stored in the registry. This means if publishing a Bicep file that references other local modules, these modules are fully expanded as one JSON file and published to the registry.

0 commit comments

Comments
 (0)