- Learn how to deploy resources to subscription, management group, and tenant scopes within your Bicep code.
After completing this module, you'll be able to:
- Explain resource scopes, including tenant-level, management group-level, and subscription-level resources.
- Deploy resources at specific scopes by using Bicep templates.
- Create Bicep files that you can deploy to multiple scopes.
- Learn how to add custom steps to your Azure Resource Manager templates (ARM templates) and Bicep files by using deployment scripts.
After completing this module, you'll be able to:
- Perform custom steps in your ARM templates by using a deployment script.
- Define parameters to make your deployment scripts more reusable.
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Syllabus
- Deploy resources to subscriptions, management groups, and tenants by using Bicep
- Introduction
- Understand deployment scopes
- Deploy templates at various scopes
- Exercise - Deploy a subscription-scoped resource
- Deploy resources to multiple scopes
- Exercise - Deploy resources to multiple scopes by using modules
- Exercise - Deploy resources to a management group
- Module assessment
- Summary
- Extend Bicep and ARM templates using deployment scripts
- Introduction
- What are deployment scripts?
- Exercise - Add a deployment script to an ARM template
- Parameterize deployment scripts
- Exercise - Add parameters to deployment scripts
- Module assessment
- Summary