Skip to content

Commit 0cf82af

Browse files
Merge pull request #48903 from mumian/0128-condition-deploy
Update the condition and loop learn module
2 parents 0184e90 + 635bd01 commit 0cf82af

25 files changed

+13
-13
lines changed

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
unitType: introduction
88
title: Introduction
99
description: Learn how to build flexible Bicep templates by using conditions and loops.
10-
ms.date: 09/27/2024
10+
ms.date: 01/30/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/10-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
unitType: summary
88
title: Summary
99
description: This page summarizes what you've learned in this module.
10-
ms.date: 09/27/2024
10+
ms.date: 01/30/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/2-use-conditions-deploy-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
unitType: learning-content
88
title: Deploy resources conditionally
99
description: Learn how to deploy resources conditionally, based on Boolean values and expressions.
10-
ms.date: 09/27/2024
10+
ms.date: 01/30/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/3-exercise-conditions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
unitType: exercise
99
title: Exercise - Deploy resources conditionally
1010
description: Learn how to deploy resources conditionally, based on Boolean values and expressions.
11-
ms.date: 09/27/2024
11+
ms.date: 01/30/2025
1212
author: mumian
1313
ms.author: jgao
1414
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/4-use-loops-deploy-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
unitType: learning-content
88
title: Deploy multiple resources by using loops
99
description: Learn how to use loops to deploy multiple instances of resources.
10-
ms.date: 09/27/2024
10+
ms.date: 01/30/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/5-exercise-loops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
unitType: exercise
99
title: Exercise - Deploy multiple resources by using loops
1010
description: Learn how to use loops to deploy multiple instances of resources.
11-
ms.date: 09/27/2024
11+
ms.date: 01/30/2025
1212
author: mumian
1313
ms.author: jgao
1414
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/6-use-loops-advanced.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
unitType: learning-content
88
title: Control loop execution and nest loops
99
description: Learn how to control the execution of copy loops, and how to use resource property loops and nested loops in Bicep.
10-
ms.date: 09/27/2024
10+
ms.date: 01/30/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/7-use-loops-with-variables-and-outputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
unitType: learning-content
88
title: Use variable and output loops
99
description: Learn how to use loops with variables and outputs.
10-
ms.date: 09/27/2024
10+
ms.date: 01/30/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/8-exercise-loops-variables-outputs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
unitType: exercise
99
title: Exercise - Use variable and output loops
1010
description: Learn how to use loops with variables and outputs.
11-
ms.date: 09/27/2024
11+
ms.date: 01/30/2025
1212
author: mumian
1313
ms.author: jgao
1414
ms.topic: unit

learn-pr/azure/build-flexible-bicep-templates-conditions-loops/9-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
unitType: knowledge_check
88
title: Knowledge check
99
description: Check your knowledge on conditions and loops.
10-
ms.date: 09/27/2024
10+
ms.date: 01/30/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

0 commit comments

Comments
 (0)