Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.4 KB

ARM-Challenge-02.md

File metadata and controls

32 lines (22 loc) · 1.4 KB

Challenge 2 - Deploy a Virtual Network

< Previous Challenge - Home - Next Challenge>

Introduction

This challenge has you add to the "hello world" template you created in the previous challenge. The goals for this challenge include understanding:

  • Parameters and Parameter Files
  • How to find syntax for an Azure resource and add it to the template

Description

  • Extend the ARM template to provision a VNET w/one subnet
    • The template should take the following inputs:
      • Virtual Network Name and Address Prefix
      • Subnet Name and Address Prefix
    • Use a parameter file to pass in parameter values

Success Criteria

  1. Verify that Virtual Network has been deployed in the portal
  2. Verify that the Virtual Network is configured as per the parameter values passed in to the ARM template from the parameter file

Learning Resources

Learn how to "fish" for ARM template resource syntax: