Skip to content

Commit 1115a8a

Browse files
authored
pull base content,head:wwlpublishsync,into:f4e37970b82d7d1442b9a96df7e9a394a0414b9f2f05a0f76f0b67cb8f8f708e-live
2 parents bc76124 + 3558528 commit 1115a8a

File tree

108 files changed

+2240
-1395
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+2240
-1395
lines changed
103 KB
Loading
Lines changed: 85 additions & 0 deletions
Loading
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.bicep-conditions-loops.introduction
3-
title: Introduction
4-
metadata:
5-
unitType: introduction
6-
title: Introduction
7-
description: Learn how to build flexible Bicep templates by using conditions and loops.
8-
ms.date: 01/30/2025
9-
author: mumian
10-
ms.author: jgao
11-
ms.topic: unit
12-
ms.custom:
13-
- devx-track-bicep
14-
durationInMinutes: 1
15-
content: |
16-
[!include[](includes/1-introduction.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.bicep-conditions-loops.introduction
3+
title: Introduction
4+
metadata:
5+
unitType: introduction
6+
title: Introduction
7+
description: Learn how to build flexible Bicep templates by using conditions and loops.
8+
ms.date: 04/18/2025
9+
author: mumian
10+
ms.author: jgao
11+
ms.topic: unit
12+
ms.custom:
13+
- devx-track-bicep
14+
durationInMinutes: 1
15+
content: |
16+
[!include[](includes/1-introduction.md)]
17+
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.bicep-conditions-loops.summary
3-
title: Summary
4-
metadata:
5-
unitType: summary
6-
title: Summary
7-
description: This page summarizes what you've learned in this module.
8-
ms.date: 01/30/2025
9-
author: mumian
10-
ms.author: jgao
11-
ms.topic: unit
12-
ms.custom:
13-
- devx-track-bicep
14-
durationInMinutes: 1
15-
content: |
16-
[!include[](includes/10-summary.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.bicep-conditions-loops.summary
3+
title: Summary
4+
metadata:
5+
unitType: summary
6+
title: Summary
7+
description: This page summarizes what you've learned in this module.
8+
ms.date: 04/18/2025
9+
author: mumian
10+
ms.author: jgao
11+
ms.topic: unit
12+
ms.custom:
13+
- devx-track-bicep
14+
durationInMinutes: 1
15+
content: |
16+
[!include[](includes/10-summary.md)]
17+
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.bicep-conditions-loops.use-conditions-deploy-resources
3-
title: Deploy resources conditionally
4-
metadata:
5-
unitType: learning-content
6-
title: Deploy resources conditionally
7-
description: Learn how to deploy resources conditionally, based on Boolean values and expressions.
8-
ms.date: 01/30/2025
9-
author: mumian
10-
ms.author: jgao
11-
ms.topic: unit
12-
ms.custom:
13-
- devx-track-bicep
14-
durationInMinutes: 4
15-
content: |
16-
[!include[](includes/2-use-conditions-deploy-resources.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.bicep-conditions-loops.use-conditions-deploy-resources
3+
title: Deploy resources conditionally
4+
metadata:
5+
unitType: learning-content
6+
title: Deploy resources conditionally
7+
description: Learn how to deploy resources conditionally, based on Boolean values and expressions.
8+
ms.date: 04/18/2025
9+
author: mumian
10+
ms.author: jgao
11+
ms.topic: unit
12+
ms.custom:
13+
- devx-track-bicep
14+
durationInMinutes: 4
15+
content: |
16+
[!include[](includes/2-use-conditions-deploy-resources.md)]
17+
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.bicep-conditions-loops.exercise-conditions
3-
title: Exercise - Deploy resources conditionally
4-
sandbox: true
5-
metadata:
6-
unitType: exercise
7-
title: Exercise - Deploy resources conditionally
8-
description: Learn how to deploy resources conditionally, based on Boolean values and expressions.
9-
ms.date: 01/30/2025
10-
author: mumian
11-
ms.author: jgao
12-
ms.topic: unit
13-
ms.custom: devx-track-bicep
14-
zone_pivot_groups: azure-shell-interface
15-
durationInMinutes: 8
16-
content: |
17-
[!include[](includes/3-exercise-conditions.md)]
18-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.bicep-conditions-loops.exercise-conditions
3+
title: Exercise - Deploy resources conditionally
4+
sandbox: true
5+
metadata:
6+
unitType: exercise
7+
title: Exercise - Deploy resources conditionally
8+
description: Learn how to deploy resources conditionally, based on Boolean values and expressions.
9+
ms.date: 04/18/2025
10+
author: mumian
11+
ms.author: jgao
12+
ms.topic: unit
13+
ms.custom: devx-track-bicep
14+
zone_pivot_groups: azure-shell-interface
15+
durationInMinutes: 8
16+
content: |
17+
[!include[](includes/3-exercise-conditions.md)]
18+
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.bicep-conditions-loops.use-loops-deploy-resources
3-
title: Deploy multiple resources by using loops
4-
metadata:
5-
unitType: learning-content
6-
title: Deploy multiple resources by using loops
7-
description: Learn how to use loops to deploy multiple instances of resources.
8-
ms.date: 01/30/2025
9-
author: mumian
10-
ms.author: jgao
11-
ms.topic: unit
12-
ms.custom:
13-
- devx-track-bicep
14-
durationInMinutes: 4
15-
content: |
16-
[!include[](includes/4-use-loops-deploy-resources.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.bicep-conditions-loops.use-loops-deploy-resources
3+
title: Deploy multiple resources by using loops
4+
metadata:
5+
unitType: learning-content
6+
title: Deploy multiple resources by using loops
7+
description: Learn how to use loops to deploy multiple instances of resources.
8+
ms.date: 04/18/2025
9+
author: mumian
10+
ms.author: jgao
11+
ms.topic: unit
12+
ms.custom:
13+
- devx-track-bicep
14+
durationInMinutes: 4
15+
content: |
16+
[!include[](includes/4-use-loops-deploy-resources.md)]
17+
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.bicep-conditions-loops.exercise-loops
3-
title: Exercise - Deploy multiple resources by using loops
4-
sandbox: true
5-
metadata:
6-
unitType: exercise
7-
title: Exercise - Deploy multiple resources by using loops
8-
description: Learn how to use loops to deploy multiple instances of resources.
9-
ms.date: 01/30/2025
10-
author: mumian
11-
ms.author: jgao
12-
ms.topic: unit
13-
ms.custom:
14-
- devx-track-bicep
15-
zone_pivot_groups: azure-shell-interface
16-
durationInMinutes: 7
17-
content: |
18-
[!include[](includes/5-exercise-loops.md)]
19-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.bicep-conditions-loops.exercise-loops
3+
title: Exercise - Deploy multiple resources by using loops
4+
sandbox: true
5+
metadata:
6+
unitType: exercise
7+
title: Exercise - Deploy multiple resources by using loops
8+
description: Learn how to use loops to deploy multiple instances of resources.
9+
ms.date: 04/18/2025
10+
author: mumian
11+
ms.author: jgao
12+
ms.topic: unit
13+
ms.custom:
14+
- devx-track-bicep
15+
zone_pivot_groups: azure-shell-interface
16+
durationInMinutes: 7
17+
content: |
18+
[!include[](includes/5-exercise-loops.md)]
19+
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.bicep-conditions-loops.use-loops-advanced
3-
title: Control loop execution and nest loops
4-
metadata:
5-
unitType: learning-content
6-
title: Control loop execution and nest loops
7-
description: Learn how to control the execution of copy loops, and how to use resource property loops and nested loops in Bicep.
8-
ms.date: 01/30/2025
9-
author: mumian
10-
ms.author: jgao
11-
ms.topic: unit
12-
ms.custom:
13-
- devx-track-bicep
14-
durationInMinutes: 4
15-
content: |
16-
[!include[](includes/6-use-loops-advanced.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.bicep-conditions-loops.use-loops-advanced
3+
title: Control loop execution and nest loops
4+
metadata:
5+
unitType: learning-content
6+
title: Control loop execution and nest loops
7+
description: Learn how to control the execution of copy loops, and how to use resource property loops and nested loops in Bicep.
8+
ms.date: 04/18/2025
9+
author: mumian
10+
ms.author: jgao
11+
ms.topic: unit
12+
ms.custom:
13+
- devx-track-bicep
14+
durationInMinutes: 4
15+
content: |
16+
[!include[](includes/6-use-loops-advanced.md)]
17+
Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.bicep-conditions-loops.use-loops-with-variables-and-outputs
3-
title: Use variable and output loops
4-
metadata:
5-
unitType: learning-content
6-
title: Use variable and output loops
7-
description: Learn how to use loops with variables and outputs.
8-
ms.date: 01/30/2025
9-
author: mumian
10-
ms.author: jgao
11-
ms.topic: unit
12-
ms.custom:
13-
- devx-track-bicep
14-
durationInMinutes: 4
15-
content: |
16-
[!include[](includes/7-use-loops-with-variables-and-outputs.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.bicep-conditions-loops.use-loops-with-variables-and-outputs
3+
title: Use variable and output loops
4+
metadata:
5+
unitType: learning-content
6+
title: Use variable and output loops
7+
description: Learn how to use loops with variables and outputs.
8+
ms.date: 04/18/2025
9+
author: mumian
10+
ms.author: jgao
11+
ms.topic: unit
12+
ms.custom:
13+
- devx-track-bicep
14+
durationInMinutes: 4
15+
content: |
16+
[!include[](includes/7-use-loops-with-variables-and-outputs.md)]
17+

0 commit comments

Comments
 (0)