Skip to content

Commit 686445e

Browse files
committed
new pr
1 parent 4394050 commit 686445e

File tree

1 file changed

+59
-59
lines changed
  • learn-pr/azure/child-extension-bicep-templates

1 file changed

+59
-59
lines changed
Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
1-
### YamlMime:Module
2-
uid: learn.azure.child-extension-bicep-templates
3-
metadata:
4-
moduleType: standard
5-
title: Deploy child and extension resources by using Bicep
6-
description: Learn how to deploy child and extension resources, and refer to existing resources, within your Bicep code.
7-
ms.service: azure-resource-manager
8-
manager: jasongroce
9-
ms.date: 01/31/2025
10-
author: mumian
11-
ms.author: jgao
12-
ms.topic: module
13-
ms.devlang: bicep
14-
title: Deploy child and extension resources by using Bicep
15-
summary: |
16-
Deploy various Azure resources in your Bicep code. Define and use child and extension resources. Work with resources that you created outside a Bicep template or module.
17-
abstract: |
18-
After completing this module, you'll be able to:
19-
- Explain resource types and resource IDs
20-
- Deploy child and extension resources
21-
- Represent and use pre-existing resources in a Bicep template
22-
prerequisites: |
23-
You should be familiar with:
24-
- Creating and deploying basic Bicep templates.
25-
- Azure, including the Azure portal, subscriptions, resource groups, and resource definitions.
26-
27-
To follow along with the exercises in the module, you need:
28-
- [Visual Studio Code](https://code.visualstudio.com), installed locally.
29-
- The [Bicep extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep), installed.
30-
- Either:
31-
- The latest [Azure CLI](/cli/azure/install-azure-cli) tools, installed locally.
32-
- The latest version of [Azure PowerShell](/powershell/azure/install-az-ps), installed locally.
33-
iconUrl: /training/achievements/bicep/child-extension-bicep-templates.svg
34-
levels:
35-
- intermediate
36-
roles:
37-
- devops-engineer
38-
- developer
39-
- administrator
40-
languages:
41-
- bicep
42-
products:
43-
- azure-resource-manager
44-
subjects:
45-
- devops
46-
- cloud-computing
47-
units:
48-
- learn.azure.child-extension-bicep-templates.introduction
49-
- learn.azure.child-extension-bicep-templates.resource-types
50-
- learn.azure.child-extension-bicep-templates.define-child-resources
51-
- learn.azure.child-extension-bicep-templates.exercise-define-child-resources
52-
- learn.azure.child-extension-bicep-templates.define-extension-resources
53-
- learn.azure.child-extension-bicep-templates.work-with-existing-resources
54-
- learn.azure.child-extension-bicep-templates.exercise-deploy-extension-existing-resources
55-
- learn.azure.child-extension-bicep-templates.knowledge-check
56-
- learn.azure.child-extension-bicep-templates.summary
57-
badge:
58-
uid: learn.azure.child-extension-bicep-templates.badge
59-
1+
### YamlMime:Module
2+
uid: learn.azure.child-extension-bicep-templates
3+
metadata:
4+
moduleType: standard
5+
title: Deploy child and extension resources by using Bicep
6+
description: Learn how to deploy child and extension resources, and refer to existing resources, within your Bicep code.
7+
ms.service: azure-resource-manager
8+
manager: jasongroce
9+
ms.date: 05/27/2025
10+
author: mumian
11+
ms.author: jgao
12+
ms.topic: module
13+
ms.devlang: bicep
14+
title: Deploy child and extension resources by using Bicep
15+
summary: |
16+
Deploy various Azure resources in your Bicep code. Define and use child and extension resources. Work with resources that you created outside a Bicep template or module.
17+
abstract: |
18+
After completing this module, you'll be able to:
19+
- Explain resource types and resource IDs
20+
- Deploy child and extension resources
21+
- Represent and use pre-existing resources in a Bicep template
22+
prerequisites: |
23+
You should be familiar with:
24+
- Creating and deploying basic Bicep templates.
25+
- Azure, including the Azure portal, subscriptions, resource groups, and resource definitions.
26+
27+
To follow along with the exercises in the module, you need:
28+
- [Visual Studio Code](https://code.visualstudio.com), installed locally.
29+
- The [Bicep extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-bicep), installed.
30+
- Either:
31+
- The latest [Azure CLI](/cli/azure/install-azure-cli) tools, installed locally.
32+
- The latest version of [Azure PowerShell](/powershell/azure/install-az-ps), installed locally.
33+
iconUrl: /training/achievements/bicep/child-extension-bicep-templates.svg
34+
levels:
35+
- intermediate
36+
roles:
37+
- devops-engineer
38+
- developer
39+
- administrator
40+
languages:
41+
- bicep
42+
products:
43+
- azure-resource-manager
44+
subjects:
45+
- devops
46+
- cloud-computing
47+
units:
48+
- learn.azure.child-extension-bicep-templates.introduction
49+
- learn.azure.child-extension-bicep-templates.resource-types
50+
- learn.azure.child-extension-bicep-templates.define-child-resources
51+
- learn.azure.child-extension-bicep-templates.exercise-define-child-resources
52+
- learn.azure.child-extension-bicep-templates.define-extension-resources
53+
- learn.azure.child-extension-bicep-templates.work-with-existing-resources
54+
- learn.azure.child-extension-bicep-templates.exercise-deploy-extension-existing-resources
55+
- learn.azure.child-extension-bicep-templates.knowledge-check
56+
- learn.azure.child-extension-bicep-templates.summary
57+
badge:
58+
uid: learn.azure.child-extension-bicep-templates.badge
59+

0 commit comments

Comments
 (0)