Skip to content

Commit ce271a6

Browse files
Update how-to-use-a-managed-identity.md
First draft - support MI for auth scenarios in ALT. Updating the MI article to call out support for auth
1 parent ca34a78 commit ce271a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/load-testing/how-to-use-a-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.topic: how-to
1313

1414
# Use managed identities for Azure Load Testing
1515

16-
This article shows how to create a managed identity for Azure Load Testing. You can use a managed identity to securely read secrets or certificates from Azure Key Vault in your load test.
16+
This article shows how to create a managed identity for Azure Load Testing. You can use a managed identity to securely read secrets or certificates from Azure Key Vault in your load test. You can also use managed identities to simulate managed identity based authentication flows in your load test scripts.
1717

1818
A managed identity from Microsoft Entra ID allows your load testing resource to easily access Microsoft Entra protected Azure Key Vault. The identity is managed by the Azure platform and doesn't require you to manage or rotate any secrets. For more information about managed identities in Microsoft Entra ID, see [Managed identities for Azure resources](/azure/active-directory/managed-identities-azure-resources/overview).
1919

@@ -201,5 +201,5 @@ Similarly, if you want to [set failure criteria on server metrics](./how-to-defi
201201
## Related content
202202
203203
* [Use secrets or certificates in your load test](./how-to-parameterize-load-tests.md)
204-
* [Configure customer-managed keys for encryption](how-to-configure-customer-managed-keys.md)
204+
* [Load test authenticated endpoints](./how-to-test-secured-endpoints.md)
205205
* [What are managed identities for Azure resources?](/azure/active-directory/managed-identities-azure-resources/overview)

0 commit comments

Comments
 (0)