From the course: Azure VMware Solution: Planning and Troubleshooting Basics

Unlock the full course today

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

Demo: Walk through the automation script

Demo: Walk through the automation script

- [Instructor] In this demo, we are going to be doing a walkthrough of the automation script. We have seen previously in this course that you can provision an AVS Private Cloud just by going to the portal, filling out the form and entering all the information that we talked about. But I want to show you another approach of automating the creation of AVS Private Cloud. Why is this important? This is important from a DevOps perspective. It gives you repeatability. So here on the screen is Visual Studio Code and I'm going to show you some Terraform templates that I used to provision this environment. So what you see on the screen right now is the main TF file main Terraform file. As you can see on line number eight I have the Azure resource provider. And line 16 to line 20 is really about storing the state of the Terraform script in an Azure block storage location. That's the main file. Let us now go over to the private…

Contents