Skip to content

Commit 8dcd2f9

Browse files
committed
refresh Bicep learn path 1
1 parent c373dc4 commit 8dcd2f9

20 files changed

+20
-20
lines changed

learn-pr/azure/build-first-bicep-template/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 create Bicep templates and create reusable infrastructure as code.
10-
ms.date: 10/31/2024
10+
ms.date: 01/31/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-first-bicep-template/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: Summary.
10-
ms.date: 10/31/2024
10+
ms.date: 01/31/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-first-bicep-template/2-what-bicep.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: What is Bicep?
99
description: Learn what Bicep is and how to install the Bicep tooling.
10-
ms.date: 10/31/2024
10+
ms.date: 01/31/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-first-bicep-template/3-define-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: Define Azure resources in a Bicep template
99
description: Learn how to define resources in Bicep and understand how Bicep treats dependencies between resources.
10-
ms.date: 10/31/2024
10+
ms.date: 01/31/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-first-bicep-template/4-exercise-define-resources-bicep-template.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 - Define resources in a Bicep template
1010
description: Learn how to define resources in Bicep and understand how Bicep treats dependencies between resources.
11-
ms.date: 10/31/2024
11+
ms.date: 01/31/2025
1212
author: mumian
1313
ms.author: jgao
1414
ms.topic: unit

learn-pr/azure/build-first-bicep-template/5-add-flexibility-parameters-variables.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: Add flexibility by using parameters and variables
99
description: Learn how to build reusable templates by using parameters to accept input, and variables to store and reuse values within the template.
10-
ms.date: 10/31/2024
10+
ms.date: 01/31/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-first-bicep-template/6-exercise-add-parameters-variables-bicep-template.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 - Add parameters and variables to your Bicep template
1010
description: Learn how to build reusable templates by using parameters to accept input, and variables to store and reuse values within the template.
11-
ms.date: 10/31/2024
11+
ms.date: 01/31/2025
1212
author: mumian
1313
ms.author: jgao
1414
ms.topic: unit

learn-pr/azure/build-first-bicep-template/7-group-related-resources-modules.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: Group related resources by using modules
99
description: Learn how to create self-contained, reusable modules for your Bicep code.
10-
ms.date: 10/31/2024
10+
ms.date: 01/31/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

learn-pr/azure/build-first-bicep-template/8-exercise-refactor-template-modules.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 - Refactor your template to use modules
1010
description: Learn how to create self-contained, reusable modules for your Bicep code.
11-
ms.date: 10/31/2024
11+
ms.date: 01/31/2025
1212
author: mumian
1313
ms.author: jgao
1414
ms.topic: unit

learn-pr/azure/build-first-bicep-template/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: "Knowledge check"
10-
ms.date: 10/31/2024
10+
ms.date: 01/31/2025
1111
author: mumian
1212
ms.author: jgao
1313
ms.topic: unit

0 commit comments

Comments
 (0)