Skip to content

Commit 8cfffe2

Browse files
committed
updates7
1 parent d745cf5 commit 8cfffe2

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/azure-resource-manager/bicep/linter-rule-use-recent-api-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - use recent API versions
33
description: Linter rule - use recent API versions
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# Linter rule - use recent API versions
@@ -27,7 +27,7 @@ Use the most recent API version or one that isn't older than 730 days.
2727

2828
Use **Quick Fix** to use the latest API version:
2929

30-
:::image type="content" source="./media/linter-rule-use-recent-api-versions/linter-rule-use-recent-api-versions-quick-fix.png" alt-text="A screenshot of using Quick Fix for the use-recent-api-versions linter rule":::
30+
:::image type="content" source="./media/linter-rule-use-recent-api-versions/linter-rule-use-recent-api-versions-quick-fix.png" alt-text="A screenshot of using Quick Fix for the use-recent-api-versions linter rule.":::
3131

3232
## Next steps
3333

articles/azure-resource-manager/bicep/linter-rule-use-recent-module-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Linter rule - use recent module versions
33
description: Linter rule - use recent module versions
44
ms.topic: reference
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# Linter rule - use recent module versions
@@ -34,7 +34,7 @@ module storage 'br/public:avm/res/storage/storage-account:0.6.0' = {
3434

3535
Use **Quick Fix** to use the latest module version:
3636

37-
:::image type="content" source="./media/linter-rule-use-recent-module-versions/linter-rule-use-recent-module-versions-quick-fix.png" alt-text="A screenshot of using Quick fix for the use-recent-module-versions linter rule":::
37+
:::image type="content" source="./media/linter-rule-use-recent-module-versions/linter-rule-use-recent-module-versions-quick-fix.png" alt-text="A screenshot of using Quick fix for the use-recent-module-versions linter rule.":::
3838

3939
## Next steps
4040

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: What is Bicep?
33
description: Understand the Bicep language for deploying infrastructure to Azure. Gain an improved authoring experience over one with JSON to develop templates.
44
ms.topic: conceptual
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# What is Bicep?
@@ -130,7 +130,7 @@ Bicep provides the following advantages:
130130

131131
- **Orchestration**: You don't have to worry about the complexities of ordering operations. Resource Manager orchestrates the deployment of interdependent resources so that they're created in the correct order. When possible, Resource Manager deploys resources in parallel, which helps your deployments to finish faster than serial deployments. You deploy the file through one rather than multiple imperative commands.
132132

133-
:::image type="content" source="./media/overview/bicep-processing.png" alt-text="A diagram comparing deployment between a Bicep file and infrastructure as code not in a template" border="false":::
133+
:::image type="content" source="./media/overview/bicep-processing.png" alt-text="A diagram comparing deployment between a Bicep file and infrastructure as code not in a template." border="false":::
134134

135135
- **Modularity**: You can use [modules](./modules.md) to segment your Bicep code into manageable parts. Modules help you to reuse code and simplify development. A module deploys a set of related resources. Add a module to a Bicep file any time you need to deploy those resources.
136136
- **Integration with Azure services**: Bicep integrates with Azure services such as Azure Policy, template specs, and Azure Blueprints.

articles/azure-resource-manager/bicep/visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create Bicep files by using Visual Studio Code
33
description: Learn how to use Visual Studio Code to create Bicep files.
44
ms.topic: how-to
55
ms.custom: devx-track-bicep
6-
ms.date: 10/11/2024
6+
ms.date: 10/14/2024
77
---
88

99
# Create Bicep files by using Visual Studio Code
@@ -41,7 +41,7 @@ These commands are also shown in the context menu when you right-click a Bicep f
4141

4242
When you right-click a JSON file:
4343

44-
:::image type="content" source="./media/visual-studio-code/visual-studio-code-bicep-context-menu-json.png" alt-text="Screenshot of Visual Studio Code Bicep commands in the context menu for ARM JSON templates":::
44+
:::image type="content" source="./media/visual-studio-code/visual-studio-code-bicep-context-menu-json.png" alt-text="Screenshot of Visual Studio Code Bicep commands in the context menu for ARM JSON templates.":::
4545

4646
### Build ARM template
4747

0 commit comments

Comments
 (0)