Hi@akhtar,
An Azure Virtual Network (VNet) is a representation of your own network in the cloud. When you create a VNet, your services and VMs within your VNet can communicate directly and securely with each other in the cloud. You can use the below command to create a VNet in Azure.
$ az network vnet create -g MyResourceGroup -n MyVnet