Adding a new Subnet to Mikrotik VPN

Hi all,

I am new to Mikrotik and am trying to get my head around this firewall logic but I need to sort something out quickly before I dig in further…

I have a hardware VPN setup between the Mikrotic and Azure networks and would like to add a new subnet on the mikrotik which I have created on Azure… Basically, just need to add another subnet to vpn configuration…

Can you please assist?

Regards

Can you paste here simple scheme? You need to merge hosts in one subnet or you need to add a route to new subnet on Azure?

sound like you would like add a new route!?
IP->route
there you are able to add your network from azure and gateway to azure

is this your goal?

yes, so the VPN is setup. I just want to add the route,

Just
ip route
add dst-address=“new subnet on Azure side” gateway=“vpn ip address on Azure side”

Thank you, I wil try that and let you know.