Skip to content

Commit 63ec8c1

Browse files
authored
Merge pull request #217231 from mumian/1104-public-registry
update the public module registry
2 parents c844b8f + 4197447 commit 63ec8c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
41 KB
Loading

articles/azure-resource-manager/bicep/modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Bicep modules
33
description: Describes how to define a module in a Bicep file, and how to use module scopes.
44
ms.topic: conceptual
5-
ms.date: 07/08/2022
5+
ms.date: 11/04/2022
66
---
77

88
# Bicep modules
@@ -96,7 +96,7 @@ For example, to deploy a file that is up one level in the directory from your ma
9696

9797
The public module registry is hosted in a Microsoft container registry (MCR). The source code and the modules are stored in [GitHub](https://github.com/azure/bicep-registry-modules). The [README file](https://github.com/azure/bicep-registry-modules#readme) in the GitHub repo lists the available modules and their latest versions:
9898

99-
![Bicep public module registry modules](./media/modules/bicep-public-module-registry-modules.png)
99+
:::image type="content" source="./media/modules/bicep-public-module-registry-modules.png" alt-text="The screenshot of public module registry.":::
100100

101101
Select the versions to see the available versions. You can also select **Code** to see the module source code, and open the Readme files.
102102

0 commit comments

Comments
 (0)