Hello @Dragan Stojkoski ,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
I understand that you would like to know how to peer 2 Vnets in Azure.
Azure supports the following types of peering:
- Virtual network peering: Connecting virtual networks within the same Azure region.
- Global virtual network peering: Connecting virtual networks across Azure regions.
Limitations & constraints of Vnet peering:
You cannot peer two VNets with matching or overlapping address ranges.
https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq#can-i-peer-two-vnets-with-matching-or-overlapping-address-ranges
Resources in one virtual network can't communicate with the front-end IP address of a Basic Internal Load Balancer (ILB) in a globally peered virtual network.
Some services that use a Basic load balancer don't work over global virtual network peering.
Refer: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview#constraints-for-peered-virtual-networks
You can peer 2 Vnets from the same subscription or belonging to different subscriptions.
Refer: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview#next-steps
To create Vnet peering between 2 Vnets in same subscription, please refer the below step by step tutorial:
https://learn.microsoft.com/en-us/azure/virtual-network/tutorial-connect-virtual-networks-portal
Kindly let us know if the above helps or you need further assistance on this issue.
----------------------------------------------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.