From the course: Introduction to Azure Bicep: Creating and Deploying Resources
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Deployments on a subscription - Azure Tutorial
From the course: Introduction to Azure Bicep: Creating and Deploying Resources
Deployments on a subscription
- [Instructor] In this video, you will learn how to deploy multiple resource groups with Azure resources using Bicep subscription scopes. You will practice deployment strategy to build on top of modules. Namely, we will take our existing deployments from previous code and then we'll group them into a separate groups. And then we'll also look at Bicep Visualizer and as well as the ways how you can link the code, make it more readable and maintainable. Let's jump into the Visual Studio code now. Now, we are back in Visual Studio Code, and the previous files from the first video of chapter 3 have been copied into this folder, which is the beginning file. And then the same copy is also copied into this chapter 3 video number 2. So for this one, what we are going to do, we are going jump straight back into the main.bicep. As you may see here, we have a number of resources that are marginalized and we have output on each deployment. This is just one file that get deployed into the one…