Skip to content

Commit edb8026

Browse files
Merge pull request #265741 from ntrogh/alt-managed-identity
[Azure Load Testing] Only Key Vault access is supported with managed identity
2 parents 003abac + f49cb14 commit edb8026

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: Use managed identities for Azure Load Testing
33
titleSuffix: Azure Load Testing
4-
description: Learn how to enable a managed identity for Azure Load Testing. You can use managed identities for reading secrets or certificates from Azure Key Vault in your JMeter test script.
4+
description: Learn how to enable a managed identity in Azure Load Testing for reading secrets or certificates from Azure Key Vault in your test script.
55
services: load-testing
66
ms.service: load-testing
77
ms.author: ninallam
88
author: ninallam
99
ms.date: 10/19/2023
1010
ms.topic: how-to
11+
# CustomerIntent: As an administrator, I want to understand how to enable a managed identity in Azure Load Testing, so that test scripts can read secrets and certificates from Azure Key Vault.
1112
---
1213

1314
# Use managed identities for Azure Load Testing
@@ -21,6 +22,8 @@ Azure Load Testing supports two types of identities:
2122
- A **system-assigned identity** is associated with your load testing resource and is deleted when your resource is deleted. A resource can only have one system-assigned identity.
2223
- A **user-assigned identity** is a standalone Azure resource that you can assign to your load testing resource. When you delete the load testing resource, the managed identity remains available. You can assign multiple user-assigned identities to the load testing resource.
2324

25+
Currently, you can only use the managed identity for accessing Azure Key Vault.
26+
2427
## Prerequisites
2528

2629
- 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.

0 commit comments

Comments
 (0)