From the course: Microsoft Azure Database Administrator Associate (DP-300) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Automate deployment using ARM and Bicep templates

Automate deployment using ARM and Bicep templates

- Welcome back. This is Lesson 11.1, Automate Deployment by Using Azure Resource Manager and Bicep Templates. So way back in lesson 1.2, we talked about Azure Automation and introduced ARM and Bicep templates. This video will review that information a bit, then show how to automate the deployment of these templates. Azure Resource Manager, or commonly referred to as ARM, is the basic building block for deploying and managing a resource in Azure. It does this by providing a management layer for working with Azure resources such as creating, updating, and deleting a resource. So ARM templates work via templates, ARM works via templates in which you define one or more resources to deploy within a resource group, subscription, or tenant. These templates essentially describe the resources that are deployed in the template and it's through these templates that provide the consistency when deploying resources. ARM uses a JSON syntax, a declarative syntax that lets you define what you intend…

Contents