Skip to content

Commit 8bb548c

Browse files
committed
incorporate comments
2 parents 473fb90 + 9e09dde commit 8bb548c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Module setting for Bicep config
33
description: Describes how to customize configuration values for modules in Bicep deployments.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 06/11/2024
6+
ms.date: 06/28/2024
77
---
88

99
# Add module settings in the Bicep config file
@@ -107,7 +107,7 @@ br/public:<file>:<tag>
107107
```
108108

109109
> [!NOTE]
110-
> Non-AVM (Azure Verified Modules) modules are retired from the public module registry.
110+
> Non-AVM (Azure Verified Modules) modules are retired from the public module registry with most of them available as AVM modules.
111111
112112
You can override the public module registry alias definition in the [bicepconfig.json file](./bicep-config.md):
113113

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Using statement
33
description: Describes how to use the using statement in Bicep.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 06/11/2024
6+
ms.date: 06/28/2024
77
---
88

99
# Using statement

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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
55
ms.custom: devx-track-bicep
6-
ms.date: 06/11/2024
6+
ms.date: 06/28/2024
77
---
88

99
# Bicep modules
@@ -98,9 +98,9 @@ For example, to deploy a file that is up one level in the directory from your ma
9898
> [!NOTE]
9999
> Non-AVM (Azure Verified Modules) modules are retired from the public module registry.
100100
101-
[Azure Verified Modules](https://azure.github.io/Azure-Verified-Modules/indexes/bicep/) are prebuilt, pretested, and preverified modules for deploying resources on Azure. Created by Microsoft or trusted partners, these modules are designed to simplify and accelerate the deployment process for common Azure resources and configurations.
101+
[Azure Verified Modules](https://azure.github.io/Azure-Verified-Modules/) are prebuilt, pretested, and preverified modules for deploying resources on Azure. Created and owned by Microsoft employees, these modules are designed to simplify and accelerate the deployment process for common Azure resources and configurations whilst also aligning to best practices; such as the Well-Architected Framework.
102102

103-
Browse to the [Azure Verified Modules](https://azure.github.io/Azure-Verified-Modules/indexes/bicep/) site. To see the list of modules, select the highlighted numbers in the following screenshot.
103+
Browse to the [Azure Verified Modules Bicep Index](https://azure.github.io/Azure-Verified-Modules/indexes/bicep/)to see the list of modules available, select the highlighted numbers in the following screenshot to be taken directly to that filtered view.
104104

105105
:::image type="content" source="./media/modules/bicep-azure-verified-modules-avm.png" alt-text="The screenshot of Azure Verified Modules(AVM).":::
106106

articles/azure-resource-manager/bicep/parameter-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create parameters files for Bicep deployment
33
description: Create parameters file for passing in values during deployment of a Bicep file.
44
ms.topic: how-to
55
ms.custom: devx-track-bicep
6-
ms.date: 06/11/2024
6+
ms.date: 06/28/2024
77
---
88

99
# Create parameters files for Bicep deployment

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ 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: how-to
55
ms.custom: devx-track-bicep
6-
ms.date: 06/11/2024
6+
ms.date: 06/28/2024
77
---
88

99
# Create private registry for Bicep modules
1010

11-
To share [modules](modules.md) within your organization, you can create a private module registry. You publish modules to that registry and give read access to users who need to deploy the modules. After the modules are shared in the registries, you can reference them from your Bicep files. To use public modules, see [Bicep Modules](./modules.md#file-in-registry).
11+
To share [modules](modules.md) within your organization, you can create a private module registry. You can then publish modules to that registry and give read access to users who need to deploy the modules. After the modules are shared in the registries, you can reference them from your Bicep files. To use public modules, see [Bicep Modules](./modules.md#file-in-registry).
1212

1313
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.
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: mode-api, devx-track-bicep
99

1010
# Quickstart: Publish Bicep modules to private module registry
1111

12-
Learn how to publish Bicep modules to private modules registry, and how to call the modules from your Bicep files. Private module registry allows you to share Bicep modules within your organization. To learn more, see [Create private registry for Bicep modules](./private-module-registry.md).
12+
Learn how to publish Bicep modules to private modules registry, and how to call the modules from your Bicep files. Private module registry allows you to share Bicep modules within your organization. To learn more, see [Create private registry for Bicep modules](./private-module-registry.md).
1313

1414
## Prerequisites
1515

0 commit comments

Comments
 (0)