Changing a route
Route requirements may change over time. In such cases, we can either remove the route or edit it, depending on our needs. If a route needs to be adjusted, we can select the option to change the route and apply the new traffic flow at any time.
Getting ready
Before you start, open the browser and go to the Azure portal via https://portal.azure.com.
How to do it...
In order to change the existing route, we need to do the following:
- In the Azure portal, locate Route table.
- Under Settings, select Routes and select the route you want to change from the list of available routes:
Figure 6.24: Changing an available route
- A new pane will open. We can change the Address prefix (for the destination IP range) and Next hop type settings. If the Next hop type option is a virtual appliance, an option for Next hop address will be available:
Figure 6.25: Option for Next hop address
How it works...
The requirements for a route may change over...