Skip to content

Commit f3b4985

Browse files
authored
reverting
1 parent ef0eb89 commit f3b4985

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/load-testing/how-to-test-secured-endpoints.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this article, you learn how to load test secured applications with Azure Load
2121

2222
* An Azure account with an active subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2323
* An Azure Load Testing resource. To create a load testing resource, see [Create and run a load test](./quickstart-create-and-run-load-test.md#create-an-azure-load-testing-resource).
24-
* If you're using client certificates, an Azure key vault. To create a key vault, see the quickstart [Create a key vault using the Azure portal](../key-vault/general/quick-create-portal.md).
24+
* If you're using client certificates, an Azure key vault. To create a key vault, see the quickstart [Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal).
2525

2626
## Authenticate with a shared secret or credentials
2727

@@ -135,7 +135,7 @@ The following diagram shows how to use a client certificate to authenticate with
135135

136136
:::image type="content" source="./media/how-to-test-secured-endpoints/load-test-authentication-with-client-certificate.png" alt-text="Diagram that shows how to use client-certificate authentication with Azure Load Testing.":::
137137

138-
1. Follow the steps in [Import a certificate](../key-vault/certificates/tutorial-import-certificate.md) to store your certificate in Azure Key Vault.
138+
1. Follow the steps in [Import a certificate](/azure/key-vault/certificates/tutorial-import-certificate) to store your certificate in Azure Key Vault.
139139

140140
> [!IMPORTANT]
141141
> Azure Load Testing only supports PKCS12 certificates. Upload the client certificate in PFX file format.
@@ -202,4 +202,4 @@ When you now run your load test, Azure Load Testing retrieves the client certifi
202202

203203
## Next steps
204204

205-
* Learn more about [how to parameterize a load test](./how-to-parameterize-load-tests.md).
205+
* Learn more about [how to parameterize a load test](./how-to-parameterize-load-tests.md).

0 commit comments

Comments
 (0)