Skip to content

Commit 0ca9d70

Browse files
authored
Merge pull request #288449 from mbender-ms/avnm-UDR-updates
avnm - updates for UDR
2 parents 3585b45 + 2b9623e commit 0ca9d70

File tree

4 files changed

+5
-18
lines changed

4 files changed

+5
-18
lines changed

articles/virtual-network-manager/concept-user-defined-route.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ A route collection consists of the following settings:
4343
| **Attribute** | **Description** |
4444
|---------------|-----------------|
4545
| **Name** | The name of the route collection. |
46-
| **Local routing settings** | The local routing settings for the route collection. |
4746
| **Enable BGP route propagation** | The BGP settings for the route collection. |
4847
| **Target network group** | The target network group for the route collection. |
4948
| **Route rules** | The route rules that describe the desired routing behavior for the target network group. |
@@ -103,22 +102,12 @@ Here are the common routing scenarios that you can simplify and automate by usin
103102
| hub and spoke network with Spoke network to on-premises needs to go via Network Virtual Appliance | |
104103
| Gateway -> Network Virtual Appliance -> Spoke network | |
105104

106-
## Local routing settings
107-
108-
When you create a rule collection, you define the local routing settings. The local routing settings determine how traffic is routed within the same virtual network or subnet. The following are the local routing settings:
109-
110-
| **Local routing setting** | **Description** |
111-
|---------------------------|-----------------|
112-
| **Direct routing within virtual network** | Route traffic directly to the destination within the same virtual network. |
113-
| **Direct routing within subnet** | Route traffic directly to the destination within the same subnet. |
114-
| **Not specified** | Route traffic to the next hop specified in the route rule. |
115-
116-
When you select **Direct routing within virtual network** or **Direct routing within subne**t, a UDR with a virtual network next hop is created for local traffic routing within the same virtual network or subnet. However, if the destination CIDR is fully contained within the source CIDR under these selections and direct routing is selected, a UDR specifying a network appliance as the next hop won't be set up.
117-
118105
## Adding additional virtual networks
119106

120107
When you add additional virtual networks to a network group, the routing configuration is automatically applied to the new virtual network. Your network manager automatically detects the new virtual network and applies the routing configuration to it. When you remove a virtual network from the network group, the applied routing configuration is automatically removed as well.
121108

109+
Newly created or deleted subnets will have their route table updated with eventual consistency. The processing time may vary based on the volume of subnet creation and deletion.
110+
122111

123112
## Limitations of UDR management
124113

@@ -128,7 +117,8 @@ The following are the limitations of UDR management with Azure Virtual Network M
128117
- When you create a route rule with the same destination as an existing route in the route table, the routing rule is ignored.
129118
- When a virtual network manager-created UDR is manually modified in the route table, the route isn't up when an empty commit is performed. Also, any update to the rule isn't reflected in the route with the same destination.
130119
- Existing Azure services in the Hub virtual network maintain their existing limitations with respect to Route Table and UDRs.
131-
- Azure Virtual Network Manager requires a managed resource group to store the route table. If you need to delete the resource group, deletion must happen before any new deployments are attempted for resources in the same subscription.
120+
- Azure Virtual Network Manager requires a managed resource group to store the route table. If you need to delete the resource group, deletion must happen before any new deployments are attempted for resources in the same subscription.
121+
- UDR Management supports creating 1000 UDRs within a route table. This means that you can create a routing configuration with a maximum of 1000 routing rules.
132122

133123
## Next step
134124

articles/virtual-network-manager/how-to-create-user-defined-route.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,11 @@ In this step, you define the UDRs for the network group by creating a routing co
179179
| ------- | ----- |
180180
| **Name** | Enter **rule-collection-1**. |
181181
| **Description** | *(Optional)* Provide a description about this rule collection. |
182-
| **Local route setting** | Select **Direct routing within virtual network**. |
182+
| **Enable BGP route propagation** | Leave **unchecked**. |
183183
| **Target network groups** | select **ng-spoke**. |
184184

185185
:::image type="content" source="media/how-to-deploy-user-defined-routes/add-rule-collection.png" alt-text="Screenshot of Add a rule collection window with target network group selected.":::
186186

187-
> [!NOTE]
188-
> With the **Local route setting** option, you can choose how to route traffic within the same virtual network or subnet. For more information, see [Local route settings](concept-user-defined-route-management.md#local-routing-settings).
189-
190187
1. Under **Routing rules**, select **+ add**.
191188

192189
1. In **Add a routing rule**, enter, or select the following information:
-3.71 KB
Loading
-3.67 KB
Loading

0 commit comments

Comments
 (0)