Skip to content

Commit a18f3ce

Browse files
Merge pull request #218369 from ntrogh/alt-vnet-error
[Azure Load Testing] Added troubleshooting info for ALTVNET010 (route table)
2 parents dd03d16 + b2289b0 commit a18f3ce

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/load-testing/how-to-test-private-endpoint.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,17 @@ Inbound access from the `BatchNodeManagement` service tag to the virtual network
299299
300300
Follow these steps to [enable inbound access](/azure/load-testing/how-to-test-private-endpoint#configure-traffic-access) for the `BatchNodeManagement` service tag.
301301
302+
### Creating or updating the load test fails with `Route Table has next hop set for address prefix 0.0.0.0/0`
303+
304+
Your subnet route table has the next hop set type set to **Virtual appliance** for route [0.0.0.0/0](/azure/virtual-network/virtual-networks-udr-overview#default-route). This configuration would cause asymmetric routing for network packets while provisioning the virtual machines in the subnet.
305+
306+
Perform either of two actions to resolve this error:
307+
308+
- Use a different subnet, which doesn't have custom routes.
309+
- [Modify the subnet route table](/azure/virtual-network/manage-route-table) and set the next hop type for route 0.0.0.0/0 to **Internet**.
310+
311+
Learn more about [virtual network traffic routing](/azure/virtual-network/virtual-networks-udr-overview).
312+
302313
### Creating or updating the load test fails with `Subnet is in a different subscription than resource (ALTVNET011)`
303314
304315
The virtual network isn't in the same subscription and region as your Azure load testing resource. Either move or recreate the Azure virtual network or the Azure load testing resource to the same subscription and region.

0 commit comments

Comments
 (0)