...

/

Project: Azure Resources

Project: Azure Resources

Project to give you the hands-on practice of the Azure resource group.

Project overview

This chapter project will build each component one at a time using the Azure CLI inside the Azure Cloud Shell.

Using the Azure Cloud Shell isn’t required to use the Azure CLI, but it will be the preferred method used throughout this course.

Through a PowerShell script running Azure CLI commands, you will build the following components:

  • A resource group.

  • A public IP address.

  • A virtual network (vNet) and subnet for all components to share.

  • A network security group (NSG) and rules to protect the application.

  • An Azure Load Balancer ...