Skip to content

Commit d792e6d

Browse files
committed
updates 6
1 parent 5383144 commit d792e6d

File tree

8 files changed

+130
-130
lines changed

8 files changed

+130
-130
lines changed
Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.build-reusable-bicep-templates-parameters.introduction
3-
title: Introduction
4-
metadata:
5-
unitType: introduction
6-
title: Introduction
7-
description: |
8-
This module describes how you can use Bicep parameters to provide information for your template during each deployment.
9-
You'll learn about parameter decorators, which make your parameters easy to understand and work with.
10-
You'll also learn about the different ways that you can provide parameter values and how to protect these values when you're working with secure information.
11-
12-
ms.date: 01/31/2025
13-
author: mumian
14-
ms.author: jgao
15-
ms.topic: unit
16-
ms.custom:
17-
- devx-track-bicep
18-
durationInMinutes: 1
19-
content: |
20-
[!include[](includes/1-introduction.md)]
21-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.build-reusable-bicep-files-parameters.introduction
3+
title: Introduction
4+
metadata:
5+
unitType: introduction
6+
title: Introduction
7+
description: |
8+
This module describes how you can use Bicep parameters to provide information for your Bicep file during each deployment.
9+
You'll learn about parameter decorators, which make your parameters easy to understand and work with.
10+
You'll also learn about the different ways that you can provide parameter values and how to protect these values when you're working with secure information.
11+
12+
ms.date: 01/31/2025
13+
author: mumian
14+
ms.author: jgao
15+
ms.topic: unit
16+
ms.custom:
17+
- devx-track-bicep
18+
durationInMinutes: 1
19+
content: |
20+
[!include[](includes/1-introduction.md)]
21+
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.build-reusable-bicep-templates-parameters.understand-parameters
3-
title: Understand parameters
4-
metadata:
5-
unitType: learning-content
6-
title: Understand parameters
7-
description: Learn about parameters and types and how to apply decorators to document and restrict the values of your parameters.
8-
ms.date: 01/31/2025
9-
author: mumian
10-
ms.author: jgao
11-
ms.topic: unit
12-
ms.custom:
13-
- devx-track-bicep
14-
durationInMinutes: 8
15-
content: |
16-
[!include[](includes/2-understand-parameters.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.build-reusable-bicep-files-parameters.understand-parameters
3+
title: Understand parameters
4+
metadata:
5+
unitType: learning-content
6+
title: Understand parameters
7+
description: Learn about parameters and types and how to apply decorators to document and restrict the values of your parameters.
8+
ms.date: 01/31/2025
9+
author: mumian
10+
ms.author: jgao
11+
ms.topic: unit
12+
ms.custom:
13+
- devx-track-bicep
14+
durationInMinutes: 8
15+
content: |
16+
[!include[](includes/2-understand-parameters.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.build-reusable-bicep-templates-parameters.exercise-add-parameters-with-decorators
3-
title: Exercise - Add parameters and decorators
4-
sandbox: true
5-
metadata:
6-
unitType: exercise
7-
title: Exercise - Add parameters and decorators
8-
description: Learn about parameters and types and how to apply decorators to document and restrict the values of your parameters.
9-
ms.date: 01/31/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-add-parameters-with-decorators.md)]
18-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.build-reusable-bicep-files-parameters.exercise-add-parameters-with-decorators
3+
title: Exercise - Add parameters and decorators
4+
sandbox: true
5+
metadata:
6+
unitType: exercise
7+
title: Exercise - Add parameters and decorators
8+
description: Learn about parameters and types and how to apply decorators to document and restrict the values of your parameters.
9+
ms.date: 01/31/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-add-parameters-with-decorators.md)]
18+
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.build-reusable-bicep-templates-parameters.how-use-parameter-file-with-bicep
3-
title: Provide values using parameter files
4-
metadata:
5-
unitType: learning-content
6-
title: Provide values using parameter files
7-
description: Learn about parameter files and how parameter values can be provided to Bicep deployments.
8-
ms.date: 01/31/2025
9-
author: mumian
10-
ms.author: jgao
11-
ms.topic: unit
12-
ms.custom:
13-
- devx-track-bicep
14-
zone_pivot_groups: azure-shell-interface
15-
durationInMinutes: 4
16-
content: |
17-
[!include[](includes/4-how-use-parameter-file-with-bicep.md)]
18-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.build-reusable-bicep-files-parameters.how-use-parameter-file-with-bicep
3+
title: Provide values using parameter files
4+
metadata:
5+
unitType: learning-content
6+
title: Provide values using parameter files
7+
description: Learn about parameter files and how parameter values can be provided to Bicep deployments.
8+
ms.date: 01/31/2025
9+
author: mumian
10+
ms.author: jgao
11+
ms.topic: unit
12+
ms.custom:
13+
- devx-track-bicep
14+
zone_pivot_groups: azure-shell-interface
15+
durationInMinutes: 4
16+
content: |
17+
[!include[](includes/4-how-use-parameter-file-with-bicep.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.build-reusable-bicep-templates-parameters.how-secure-parameter
3-
title: Secure your parameters
4-
metadata:
5-
unitType: learning-content
6-
title: Secure your parameters
7-
description: Learn about providing secure parameters by using decorators and Azure Key Vault references.
8-
ms.date: 01/31/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/5-how-secure-parameter.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.build-reusable-bicep-files-parameters.how-secure-parameter
3+
title: Secure your parameters
4+
metadata:
5+
unitType: learning-content
6+
title: Secure your parameters
7+
description: Learn about providing secure parameters by using decorators and Azure Key Vault references.
8+
ms.date: 01/31/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/5-how-secure-parameter.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.build-reusable-bicep-templates-parameters.exercise-create-use-parameter-files
3-
title: Exercise - Add a parameter file and secure parameters
4-
sandbox: true
5-
metadata:
6-
unitType: exercise
7-
title: Exercise - Add a parameter file and secure parameters
8-
description: Learn about parameter files and how to provide secure parameters by using decorators and Azure Key Vault references.
9-
ms.date: 01/31/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: 8
17-
content: |
18-
[!include[](includes/6-exercise-create-use-parameter-files.md)]
19-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.build-reusable-bicep-files-parameters.exercise-create-use-parameter-files
3+
title: Exercise - Add a parameter file and secure parameters
4+
sandbox: true
5+
metadata:
6+
unitType: exercise
7+
title: Exercise - Add a parameter file and secure parameters
8+
description: Learn about parameter files and how to provide secure parameters by using decorators and Azure Key Vault references.
9+
ms.date: 01/31/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: 8
17+
content: |
18+
[!include[](includes/6-exercise-create-use-parameter-files.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.build-reusable-bicep-templates-parameters.summary
3-
title: Summary
4-
metadata:
5-
unitType: summary
6-
title: Summary
7-
description: Summary.
8-
ms.date: 01/31/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/8-summary.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.build-reusable-bicep-files-parameters.summary
3+
title: Summary
4+
metadata:
5+
unitType: summary
6+
title: Summary
7+
description: Summary.
8+
ms.date: 01/31/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/8-summary.md)]
17+

learn-pr/paths/fundamentals-bicep/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ summary: |
2020
Take this learning path to get started with Bicep. In it, you'll:
2121
2222
* Decide whether Bicep is the right choice for your deployments to Azure.
23-
* Understand Bicep's declarative syntax and the structure of a Bicep template.
23+
* Understand Bicep's declarative syntax and the structure of a Bicep file.
2424
* Apply Bicep features such as parameters, conditions, and loops to control how your infrastructure is deployed.
2525
* Define modules that break down complex deployments into smaller and more reusable components.
2626
@@ -30,7 +30,7 @@ summary: |
3030
> Want to learn Bicep live from subject matter experts? [Follow on-demand Learn Live sessions with our experts.](/events/learntv/learnlive-iac-and-bicep/)
3131
3232
[!include[](../../includes/bicep-paths.md)]
33-
prerequisites: Familiarity with Azure Resource Manager and Azure resource groups is recommended, but not required.
33+
prerequisites: Familiarity with Azure Resource Manager and Azure resource groups is recommended but not required.
3434
iconUrl: /training/achievements/bicep/fundamentals-bicep.svg
3535
levels:
3636
- beginner
@@ -44,7 +44,7 @@ products:
4444
modules:
4545
- learn.azure.introduction-infrastructure-code-using-bicep
4646
- learn.azure.deploy-azure-resources-bicep
47-
- learn.azure.build-reusable-bicep-templates-parameters
47+
- learn.azure.build-reusable-bicep-files-parameters
4848
- learn.azure.bicep-conditions-loops
4949
- learn.azure.create-composable-bicep-files-using-modules
5050
trophy:

0 commit comments

Comments
 (0)