Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 896 Bytes

Challenge-11.md

File metadata and controls

24 lines (14 loc) · 896 Bytes

Challenge 11 - Deploy Resources to Different Scopes

< 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