Skip to content

Commit ee7b78a

Browse files
committed
Updated step about AKV permissions for certificate
1 parent 283e553 commit ee7b78a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ The following diagram shows how to use a client certificate to authenticate with
139139
> [!IMPORTANT]
140140
> Azure Load Testing only supports PKCS12 certificates. Upload the client certificate in PFX file format.
141141

142-
1. Verify that your load testing resource has read permissions for your key vault. For more information, see [use managed identities with Azure Load Testing](./how-to-use-a-managed-identity.md).
142+
1. Verify that your load testing resource has permissions to retrieve the certificate from your key vault.
143+
144+
Azure Load Testing retrieves the certificate as a secret to ensure that the private key for the certificate is available. [Assign the Get secret permission to your load testing resource](./how-to-use-a-managed-identity.md#grant-access-to-your-azure-key-vault) in Azure Key Vault.
143145

144146
1. Add the certificate to the load test configuration:
145147

0 commit comments

Comments
 (0)