After we create an association and rules, rules will apply to all resources on an associated subnet. If we want rules to no longer apply to a specific subnet, we can remove the association.
Dissociating a route table from the subnet
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 remove the association between the subnet and the route table, we must do the following:
- In the Azure portal, locate Route table.
- Under Settings, select the Subnets option, and select the subnet you want to...