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
- Verify in the Azure portal Network Security Group has been configured as per the values specified above
- Verify in the Azure portal that the Network Security has been applied to the subnet
Learning Resources