Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 833 Bytes

ARM-Challenge-03.md

File metadata and controls

24 lines (14 loc) · 833 Bytes

Challenge 3 - Open Some Ports

< Previous Challenge - Home - Next Challenge>

Introduction

The goals for this challenge include understanding:

  • variables
  • dependencies (Hint: Resource IDs)
  • idempotency

Description

Extend the ARM template to add a Network Security Group that opens ports 80 and 22 and apply that rule to the subnet you created in Challenge 2.

Success Criteria

  1. Verify in the Azure portal Network Security Group has been configured as per the values specified above
  2. Verify in the Azure portal that the Network Security has been applied to the subnet

Learning Resources