You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
0 commit comments