I have a big environment in Azure which includes several networks for several customers. Every subnet within the Vnet is for a random customer. I want to block the default routs in the subnets that I will not have access from one subnet to another in the same Vnet.
in which way should I perform it? create UDR? block it with NSG?
Thanks in advance :)