Skip to content

Commit 54cdec5

Browse files
authored
Merge pull request #189281 from johndowns/bicep-private-registry-learn
Add Learn link to Bicep private registries page
2 parents ea06e6a + 542744d commit 54cdec5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create private registry for Bicep module
33
description: Learn how to set up an Azure container registry for private Bicep modules
44
ms.topic: conceptual
5-
ms.date: 01/03/2022
5+
ms.date: 02/21/2022
66
---
77

88
# Create private registry for Bicep modules
@@ -11,6 +11,10 @@ To share [modules](modules.md) within your organization, you can create a privat
1111

1212
To work with module registries, you must have [Bicep CLI](./install.md) version **0.4.1008 or later**. To use with Azure CLI, you must also have version **2.31.0 or later**; to use with Azure PowerShell, you must also have version **7.0.0** or later.
1313

14+
### Microsoft Learn
15+
16+
If you would rather learn about parameters through step-by-step guidance, see [Share Bicep modules by using private registries](/learn/modules/share-bicep-modules-using-private-registries) on **Microsoft Learn**.
17+
1418
## Configure private registry
1519

1620
A Bicep registry is hosted on [Azure Container Registry (ACR)](../../container-registry/container-registry-intro.md). Use the following steps to configure your registry for modules.

0 commit comments

Comments
 (0)