Skip to content

Commit ca2d7a2

Browse files
committed
updates5
1 parent ccc33c1 commit ca2d7a2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

learn-pr/azure/build-first-bicep-file/5-add-flexibility-parameters-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Add flexibility by using parameters and variables
44
metadata:
55
unitType: learning-content
66
title: Add flexibility by using parameters and variables
7-
description: Learn how to build reusable files by using parameters to accept input, and variables to store and reuse values within the file.
7+
description: Learn how to build reusable Bicep files by using parameters to accept input and variables to store and reuse values within the file.
88
ms.date: 01/31/2025
99
author: mumian
1010
ms.author: jgao

learn-pr/azure/build-first-bicep-file/6-exercise-add-parameters-variables-bicep-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sandbox: true
55
metadata:
66
unitType: exercise
77
title: Exercise - Add parameters and variables to your Bicep file
8-
description: Learn how to build reusable files by using parameters to accept input, and variables to store and reuse values within the file.
8+
description: Learn how to build reusable Bicep files by using parameters to accept input and variables to store and reuse values within the file.
99
ms.date: 01/31/2025
1010
author: mumian
1111
ms.author: jgao

learn-pr/azure/build-first-bicep-file/8-exercise-refactor-file-modules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.azure.deploy-azure-resources-bicep.refactor-file-modules
3-
title: Exercise - Refactor your file to use modules
3+
title: Exercise - Refactor your Bicep file to use modules
44
sandbox: true
55
metadata:
66
unitType: exercise
7-
title: Exercise - Refactor your file to use modules
7+
title: Exercise - Refactor your Bicep file to use modules
88
description: Learn how to create self-contained, reusable modules for your Bicep code.
99
ms.date: 01/31/2025
1010
author: mumian

learn-pr/azure/build-first-bicep-file/includes/2-what-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Bicep is a language for declaratively deploying Azure resources. Using Bicep, you can define how your Azure resources should be configured and deployed. You'll define your resources within a Bicep file called _file_, and submit the file to Azure Resource Manager. Resource Manager then takes responsibility for deploying each resource within the file on your behalf.
1+
Bicep is a language for declaratively deploying Azure resources. Using Bicep, you can define how your Azure resources should be configured and deployed. You'll define your resources within a Bicep file, and submit the file to Azure Resource Manager. Resource Manager then takes responsibility for deploying each resource within the Bicep file on your behalf.
22

33
## How is Bicep related to ARM templates?
44

0 commit comments

Comments
 (0)