Skip to content

Commit df34625

Browse files
committed
update
1 parent 4eaaf90 commit df34625

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Module setting for Bicep config
33
description: Describes how to customize configuration values for modules in Bicep deployments.
44
ms.topic: conceptual
5-
ms.date: 01/17/2023
5+
ms.date: 01/18/2023
66
---
77

88
# Add module settings in the Bicep config file

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Bicep config file
33
description: Describes the configuration file for your Bicep deployments
44
ms.topic: conceptual
5-
ms.date: 01/17/2023
5+
ms.date: 01/18/2023
66
---
77

88
# Configure your Bicep environment
@@ -25,15 +25,15 @@ The Bicep extension for Visual Studio Code supports intellisense for your `bicep
2525

2626
## Configure Bicep modules
2727

28-
When working with [modules](modules.md), you can add aliases for module paths. These aliases simplify your Bicep file because you don't have to repeat complicated paths. You can also configure cloud profile and credential precedence for authenticating to Azure from Bicep CLI and Visual Studio Code. The credentials are used to publish modules to registries and to restore external modules to the local cache when using the insert resource function.For more information, see [Add module settings to Bicep config](bicep-config-modules.md).
28+
When working with [modules](modules.md), you can add aliases for module paths. These aliases simplify your Bicep file because you don't have to repeat complicated paths. You can also configure cloud profile and credential precedence for authenticating to Azure from Bicep CLI and Visual Studio Code. The credentials are used to publish modules to registries and to restore external modules to the local cache when using the insert resource function. For more information, see [Add module settings to Bicep config](bicep-config-modules.md).
2929

3030
## Configure Linter rules
3131

3232
The [Bicep linter](linter.md) checks Bicep files for syntax errors and best practice violations. You can override the default settings for the Bicep file validation by modifying `bicepconfig.json`. For more information, see [Add linter settings to Bicep config](bicep-config-linter.md).
3333

3434
## Enable experimental features
3535

36-
The following sample enables the [user-defined types in Bicep](https://aka.ms/bicepCustomTypes).
36+
The following sample enables the [user-defined types in Bicep](https://aka.ms/bicepCustomTypes).
3737

3838
```json
3939
{

0 commit comments

Comments
 (0)