DEV Community

Cover image for How to Create and Configure Virtual Networks In Azure
Clinton Mbilitem
Clinton Mbilitem

Posted on

How to Create and Configure Virtual Networks In Azure

Welcome again guys, Today we will be going on another exciting trip in the beautiful clouds. Today we well be learning how to set up a vitual network and apply various configurations to them.

** Firstly we create a resource group as always **

Resource

  • search for and create a virtual Network for the App

create vir

  • Now we need to create two Subnets called frontend and Backend

subnet

front

backend

both

  • search for and create an other virtual Network for the the firewall

hubovnet

hub

  • Create its Subnet for firewall

firewall

  • Now we pair the two Networks togather

pair

  • Here we want our remote virtual network to be the hub-vnet as it provides Security to the app-vnet. remote

local

  • As we can we see our Networks are now successfully linked and connected. Congratulations!

connected

Top comments (0)