Creating the Same Network with Azure
- Lets try to create an Azure VNet (192.168.0.0/16)
- Web 192.168.0.0/24
- app 192.168.1.0/24
- db 192.168.2.0/24
- mgmt 192.168.3.0/24
- Refer Here for manual steps

- Terraform Steps Azure VNET
- Configure Provider using Azure Refer Here
- Install Azure CLI or login into the azure
- Login into azure using
az login - Execute this command
az ad sp create-for-rbac --query "{ client_id: appId, client_secret: password, tenant_id: tenant } az account show --query "{ subscription_id: id}"- Refer Here for the changes done
- Now lets add the virtual network and subnets Refer Here
- Lets create a terraform template which creates the Azure vnet and aws vpc
