Project: Azure Resources
Explore building Azure resources step-by-step using Azure CLI and PowerShell scripts. Learn to create resource groups, public IPs, virtual networks, load balancers with rules, VM availability sets, and deploy a simple website to multiple virtual machines.
We'll cover the following...
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 ...