Challenge 11 - Deploy Resources to Different Scopes

May 22, 2023 ยท View on GitHub

< Previous Challenge - Home - Next Challenge >

Introduction

The goals of this challenge include understanding:

  • How to deploy resources to different scopes (management groups , subscriptions and resource groups)

Description

Your challenge is to:

  • Create a bicep file to deploy a resource group into your subscription
  • Deploy a virtual network into the newly created resource group

Success Criteria

  • Verify you can view the resource group in your subscription and it has the virtual network deployed.

Learning Resources