Skip to content

Commit df3e255

Browse files
Merge pull request #284939 from Nagarjuna-Vipparthi/vnet-troubleshooting
Update how-to-test-private-endpoint.md
2 parents 950e401 + 30a6970 commit df3e255

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ If you restrict access to your virtual network, you need to [configure your virt
4343
- Your Azure account has the [Network Contributor](/azure/role-based-access-control/built-in-roles#network-contributor) role, or a parent of this role, on the virtual network. See [Check access for a user to Azure resources](/azure/role-based-access-control/check-access) to verify your permissions.
4444
- The subnet you use for Azure Load Testing must have enough unassigned IP addresses to accommodate the number of load test engines for your test. Learn more about [configuring your test for high-scale load](./how-to-high-scale-load.md).
4545
- The subnet shouldn't be delegated to any other Azure service. For example, it shouldn't be delegated to Azure Container Instances (ACI). Learn more about [subnet delegation](/azure/virtual-network/subnet-delegation-overview).
46+
- The subnet shouldn't have IPv6 enabled. Azure Load Testing doesn't support IPv6 enabled subnets. Learn more about [IPv6 for Azure Virtual Network].(/azure/virtual-network/ip-services/ipv6-overview)
4647
- Azure CLI version 2.2.0 or later (if you're using CI/CD). Run `az --version` to find the version that's installed on your computer. If you need to install or upgrade the Azure CLI, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
4748

4849
## Configure virtual network
@@ -194,8 +195,11 @@ To configure the load test with your virtual network settings, update the [YAML
194195
195196
1. After the CI/CD workflow triggers, your load test starts, and can now access the privately hosted application endpoint in your virtual network.
196197
198+
## Troubleshooting
199+
200+
To troubleshoot issues in creating and running load tests against private endpoints, see [how to troubleshoot private endpoint tests](./troubleshoot-private-endpoint-tests.md).
197201
198202
## Next steps
199203
200204
- Learn more about the [scenarios for deploying Azure Load Testing in a virtual network](./concept-azure-load-testing-vnet-injection.md).
201-
- Learn how to [Monitor server-side application metrics](./how-to-monitor-server-side-metrics.md).
205+
- Learn how to [troubleshoot private endpoint tests](./troubleshoot-private-endpoint-tests.md).

0 commit comments

Comments
 (0)