You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-testing/how-to-test-private-endpoint.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,6 +299,17 @@ Inbound access from the `BatchNodeManagement` service tag to the virtual network
299
299
300
300
Follow these steps to [enable inbound access](/azure/load-testing/how-to-test-private-endpoint#configure-traffic-access) for the `BatchNodeManagement` service tag.
301
301
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
+
302
313
### Creating or updating the load test fails with `Subnet is in a different subscription than resource (ALTVNET011)`
303
314
304
315
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