Advanced Bicep
- Offered byMicrosoft
Advanced Bicep at Microsoft Overview
Duration | 2 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Schedule type | Self paced |
Difficulty level | Advanced |
Official Website | Explore Free Course |
Credential | Certificate |
Advanced Bicep at Microsoft Course details
- Deploy resources to subscriptions, management groups, and tenants by using Bicep
- Extend Bicep and ARM templates using deployment scripts
- Publish libraries of reusable infrastructure code by using template specs
- Share Bicep modules by using private registries
- Bicep uses a declarative syntax that you treat like application code
- Treating your infrastructure as code enables you to track changes to your infrastructure requirements and makes your deployments more consistent and repeatable
- Deploy resources at the subscription, management group, and tenant level
- Understand how Azure resources are deployed at different scopes, why this is important, and how to create Bicep code to deploy them
Advanced Bicep at Microsoft Curriculum
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
Knowledge check
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
Knowledge check
Summary
Publish libraries of reusable infrastructure code by using template specs
Introduction
Understand template specs
Create and publish a template spec
Deploy a template spec
Exercise - Create and deploy a template spec
Manage a template spec
Exercise - Update and version a template spec
Knowledge check
Summary
Share Bicep modules by using private registries
Introduction
Understand module registries
Exercise - Create a registry
Publish a module to a private registry
Exercise - Publish a module to your registry
Use a module from a private registry
Exercise - Use modules from your registry
Knowledge check
Summary