The Azure Route Tables allow us to create network routes, and we can handle the traffic both between our subnets and to the Internet. For the network interfaces to be allowed to receive and forward traffic, IP forwarding must be enabled. The default system routes always present in an Azure route table allow the following:

Step 1

Log in to the Azure Portal and click on + Create.

Deploying Route Table in the Azure

Step 2

Search Route Table in the Marketplace.

Deploying Route Table in the Azure

Step 3

Click Create.

Deploying Route Table in the Azure

Step 4

In the Route table page, enter the route table name, Select existing to use an already existing resource group, and Click Create.

Deploying Route Table in the Azure

Step 5

Select the Routs under Settings, and then click + Add.

Deploying Route Table in the Azure

Step 6

Adding a default route

In the Add route page, configure the following settings:

Click Add

Deploying Route Table in the Azure

Step 7

Associate the Route Table with the Subnets

Click Subnets under Settings, and then click + Associate.

Deploying Route Table in the Azure

Step 8

In the Associate subnet page, configure the following settings

Click Ok.

Deploying Route Table in the Azure

Summary

In this article, we learned how to deploy a Route table. In our next article, we will learn how to add a default route and associate subnets.