Azure Commandline Contd
- Get the Command
- Search for the help online
Get-Help New-AzResourceGroup -Online
Refer Here - Refer Here for the changes
Activity-1: Lets Realize the following architecture in Azure CLI and Azure Powershell
- Refer Here for the reference architecture
* Lets Break this activity into multiple sub-activities
* Virtual Network Configuration
* Database Creation
* Business VM Creation
* Web Vm Creations
* the rest
Activity 1-1 Virtual Network Creation
- We need to create a virtual network in central us with 3 subnets
- web
- business
- data
- Manual Steps:
Activity 1-1 in Azure CLI
- Refer Here for the vnet documentation
- For the changes Refer Here
Activity 1-1 in Azure Powershell
- Refer Here for the virtual network creation docs of powershell
- for the changes Refer Here