DevOps Classroom Series – 10/Oct/2020

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}"
    
  • Lets create a terraform template which creates the Azure vnet and aws vpc

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Network Integration by Acurax Social Media Branding Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%