Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 863 Bytes

Bicep-Challenge-11.md

File metadata and controls

24 lines (14 loc) · 863 Bytes

Challenge 11 - Deploy resources to different scopes

< Previous Challenge - Home

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