Skip to content

Commit ff91da4

Browse files
Merge pull request #50134 from LiSeda/LS-b2
LS_Bicep file_batch 2
2 parents fb909f1 + 83e0f5a commit ff91da4

Some content is hidden

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

45 files changed

+419
-359
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### YamlMime:AchievementDetail
2-
achievementUid: learn.azure.deploy-azure-resources-by-using-bicep-templates.badge
2+
achievementUid: learn.azure.deploy-azure-resources-by-using-bicep-files.badge
33
metadata:
4-
title: 'Microsoft Badge: Build your first Bicep template was issued by Microsoft'
4+
title: 'Microsoft Badge: Build your first Bicep file was issued by Microsoft'
55
socialImageUrl: >-
6-
/training/achievements/bicep/deploy-azure-resources-by-using-bicep-templates-social.png
6+
/training/achievements/bicep/deploy-azure-resources-by-using-bicep-files-social.png

learn-pr/azure/.openpublishing.redirection.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,66 @@
133133
{
134134
"source_path_from_root": "/learn-pr/advocates/create-java-webapp-to-app-service-linux/3-exercise-create-javaserver-faces-app.yml",
135135
"redirect_url": "/training/modules/create-java-webapp-to-app-service-linux/",
136+
"redirect_document_id": false
137+
},
138+
{
139+
"source_path_from_root": "/learn-pr/achievements/learn.azure.deploy-azure-resources-by-using-bicep-templates.badge.yml",
140+
"redirect_url": "/training/achievements/learn.azure.deploy-azure-resources-by-using-bicep-files.badge",
141+
"redirect_document_id": false
142+
},
143+
{
144+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/1-introduction.yml",
145+
"redirect_url": "/training/modules/build-first-bicep-file/1-introduction",
146+
"redirect_document_id": false
147+
},
148+
{
149+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/2-what-bicep.yml",
150+
"redirect_url": "/training/modules/build-first-bicep-file/2-what-bicep",
151+
"redirect_document_id": false
152+
},
153+
{
154+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/3-define-resources.yml",
155+
"redirect_url": "/training/modules/build-first-bicep-file/3-define-resources",
156+
"redirect_document_id": false
157+
},
158+
{
159+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/4-exercise-define-resources-bicep-template.yml",
160+
"redirect_url": "/training/modules/build-first-bicep-file/4-exercise-define-resources-bicep-file",
161+
"redirect_document_id": false
162+
},
163+
{
164+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/5-add-flexibility-parameters-variables.yml",
165+
"redirect_url": "/training/modules/build-first-bicep-file/5-add-flexibility-parameters-variables",
166+
"redirect_document_id": false
167+
},
168+
{
169+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/6-exercise-add-parameters-variables-bicep-template.yml",
170+
"redirect_url": "/training/modules/build-first-bicep-file/6-exercise-add-parameters-variables-bicep-file",
171+
"redirect_document_id": false
172+
},
173+
{
174+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/7-group-related-resources-modules.yml",
175+
"redirect_url": "/training/modules/build-first-bicep-file/7-group-related-resources-modules",
176+
"redirect_document_id": false
177+
},
178+
{
179+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/8-exercise-refactor-template-modules.yml",
180+
"redirect_url": "/training/modules/build-first-bicep-file/8-exercise-refactor-file-modules",
181+
"redirect_document_id": false
182+
},
183+
{
184+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/9-knowledge-check.yml",
185+
"redirect_url": "/training/modules/build-first-bicep-file/9-knowledge-check",
186+
"redirect_document_id": false
187+
},
188+
{
189+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/10-summary.yml",
190+
"redirect_url": "/training/modules/build-first-bicep-file/10-summary",
191+
"redirect_document_id": false
192+
},
193+
{
194+
"source_path_from_root": "/learn-pr/azure/build-first-bicep-template/index.yml",
195+
"redirect_url": "/training/modules/build-first-bicep-file/index",
136196
"redirect_document_id": false
137197
}
138198
]
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.deploy-azure-resources-bicep.introduction
3-
title: Introduction
4-
metadata:
5-
unitType: introduction
6-
title: Introduction
7-
description: Learn how to create Bicep templates and create reusable infrastructure as code.
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: 2
15-
content: |
16-
[!include[](includes/1-introduction.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.deploy-azure-resources-bicep.introduction
3+
title: Introduction
4+
metadata:
5+
unitType: introduction
6+
title: Introduction
7+
description: Learn how to create Bicep files and reusable infrastructure as code.
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: 2
15+
content: |
16+
[!include[](includes/1-introduction.md)]
17+
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.deploy-azure-resources-bicep.define-resources
3-
title: Define resources
4-
metadata:
5-
unitType: learning-content
6-
title: Define Azure resources in a Bicep template
7-
description: Learn how to define resources in Bicep and understand how Bicep treats dependencies between resources.
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: 5
15-
content: |
16-
[!include[](includes/3-define-resources.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.deploy-azure-resources-bicep.define-resources
3+
title: Define resources
4+
metadata:
5+
unitType: learning-content
6+
title: Define Azure resources in a Bicep file
7+
description: Learn how to define resources in Bicep, and understand how Bicep treats dependencies between resources.
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: 5
15+
content: |
16+
[!include[](includes/3-define-resources.md)]
17+
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.deploy-azure-resources-bicep.define-resources-bicep-template
3-
title: Exercise - Define resources in a Bicep template
4-
sandbox: true
5-
metadata:
6-
unitType: exercise
7-
title: Exercise - Define resources in a Bicep template
8-
description: Learn how to define resources in Bicep and understand how Bicep treats dependencies between resources.
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: 12
16-
content: |
17-
[!include[](includes/4-exercise-define-resources-bicep-template.md)]
18-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.deploy-azure-resources-bicep.define-resources-bicep-file
3+
title: Exercise - Define resources in a Bicep file
4+
sandbox: true
5+
metadata:
6+
unitType: exercise
7+
title: Exercise - Define resources in a Bicep file
8+
description: Learn how to define resources in Bicep and understand how Bicep treats dependencies between resources.
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: 12
16+
content: |
17+
[!include[](includes/4-exercise-define-resources-bicep-file.md)]
18+
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.deploy-azure-resources-bicep.add-flexibility-parameters-variables
3-
title: Add flexibility by using parameters and variables
4-
metadata:
5-
unitType: learning-content
6-
title: Add flexibility by using parameters and variables
7-
description: Learn how to build reusable templates by using parameters to accept input, and variables to store and reuse values within the template.
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: 10
15-
content: |
16-
[!include[](includes/5-add-flexibility-parameters-variables.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.deploy-azure-resources-bicep.add-flexibility-parameters-variables
3+
title: Add flexibility by using parameters and variables
4+
metadata:
5+
unitType: learning-content
6+
title: Add flexibility by using parameters and variables
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.
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: 10
15+
content: |
16+
[!include[](includes/5-add-flexibility-parameters-variables.md)]
17+

0 commit comments

Comments
 (0)