Deploying an ARM template in Azure

Deploying an ARM template in Azure

1) download the following template

Arm Template Example

2) Access "Deploy a Custom Template"

image.png

3) we click on the link "Build your own template in the editor"

image.png

4) we are shown the following window where we can write our template or load one

image.png

5) in our case we are going to load the example that we downloaded

image.png

6) a dialog box opens and we select the downloaded file

image.png

7) we are shown the message once finished

image.png

8) We validate the values of the template are reflected in the form, we click on the "review + Create" button

image.png

9) We see the message "Validation Passed"

image.png

10) It shows us the screen of the deployment in progress

image.png

11) We see the virtual machine created

image.png

And that's it!

thank you very much for your attention! :)