
Custom Routing in Azure Virtual Networks
In order to control traffic flow within our Azure virtual networks, we can use custom routes, and configure the routes to direct traffic through a network virtual appliance. Azure automatically creates a route table for each subnet in our virtual networks, and adds system default routes to the table. We can override these default routes with custom routes and more custom routes to route tables. In this article, we’ll learn how routing in Azure works, how we can use custom routes to override the default routes, before implementing an example of custom routing using Bicep. ...