Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 918 Bytes

File metadata and controls

22 lines (11 loc) · 918 Bytes

AZ-204 Demo: ARM Templates (Quick start)

In the demo you will create new template in VS code and deploy template in Azure.

Technical Requirements:

  • Install VS Code, Install extension Tools CLI
  • Follow the guidelines to prepare your VS Code

Demonstration:

  1. Open the folder from VS Code

  2. Observer templates template.json and parameters.json. This is template for building storage account.

  3. Open the CLI script template.azcli from the same folder and execute line by line

References

  1. If time permits demonstrate template deployment in Visual Studio from the guidelines