You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-testing/how-to-use-a-managed-identity.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.topic: how-to
14
14
15
15
This article shows how to create a managed identity for Azure Load Testing Preview. You can use a managed identity to authenticate with and read secrets from Azure Key Vault.
16
16
17
-
A managed identity from Azure Active Directory (Azure AD) allows your load testing resource to easily access other Azure AD-protected resources, such as 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 Azure AD, see [Managed identities for Azure resources](../active-directory/managed-identities-azure-resources/overview.md).
17
+
A managed identity from Azure Active Directory (Azure AD) allows your load testing resource to easily access other Azure AD-protected resources, such as 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 Azure AD, see [Managed identities for Azure resources](/azure/active-directory/managed-identities-azure-resources/overview).
18
18
19
19
Azure Load Testing supports two types of identities:
20
20
@@ -28,7 +28,7 @@ Azure Load Testing supports two types of identities:
28
28
29
29
- 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.
30
30
- An Azure load testing resource. If you need to create an Azure load testing resource, see the quickstart [Create and run a load test](./quickstart-create-and-run-load-test.md).
31
-
- To create a user-assigned managed identity, your account needs the [Managed Identity Contributor](../role-based-access-control/built-in-roles.md#managed-identity-contributor) role assignment.
31
+
- To create a user-assigned managed identity, your account needs the [Managed Identity Contributor](/azure/role-based-access-control/built-in-roles#managed-identity-contributor) role assignment.
32
32
33
33
## Assign a system-assigned identity to a load testing resource
34
34
@@ -127,7 +127,7 @@ You can now [grant your load testing resource access to your Azure key vault](#g
127
127
128
128
You can create an Azure load testing resource by using an ARM template and the resource type `Microsoft.LoadTestService/loadtests`. For more information about using ARM templates with Azure Load Testing, see the [Azure Load Testing ARM reference documentation](/azure/templates/microsoft.loadtestservice/allversions).
129
129
130
-
1. Create a user-assigned managed identity by following the instructions mentioned in [Create a user-assigned managed identity](../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md?pivots=identity-mi-methods-arm#create-a-user-assigned-managed-identity-3).
130
+
1. Create a user-assigned managed identity by following the instructions mentioned in [Create a user-assigned managed identity](/azure/active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities?pivots=identity-mi-methods-arm#create-a-user-assigned-managed-identity-3).
131
131
132
132
133
133
1. Specify the user-assigned managed identity in the `identity` section of the resource definition.
@@ -182,14 +182,14 @@ You can now [grant your load testing resource access to your Azure key vault](#g
182
182
183
183
## Grant access to your Azure key vault
184
184
185
-
Using managed identities for Azure resources, your Azure load testing resource can access tokens that enable authentication to your Azure key vault. Grant the managed identity access by assigning the [appropriate role](../role-based-access-control/built-in-roles.md) to the managed identity.
185
+
Using managed identities for Azure resources, your Azure load testing resource can access tokens that enable authentication to your Azure key vault. Grant the managed identity access by assigning the [appropriate role](/azure/role-based-access-control/built-in-roles) to the managed identity.
186
186
187
187
To grant your Azure load testing resource permissions to read secrets from your Azure key vault:
188
188
189
189
190
190
1. In the [Azure portal](https://portal.azure.com/), go to your Azure key vault resource.
191
191
192
-
If you don't have a key vault, follow the instructions in [Azure Key Vault quickstart](../key-vault/secrets/quick-create-cli.md) to create one.
192
+
If you don't have a key vault, follow the instructions in [Azure Key Vault quickstart](/azure/key-vault/secrets/quick-create-cli) to create one.
193
193
194
194
1. On the left pane, under **Settings**, select **Access Policies**, and then **Add Access Policy**.
195
195
@@ -209,4 +209,4 @@ You've now granted access to your Azure load testing resource to read the secret
209
209
210
210
* Learn how to [Parameterize a load test with secrets](./how-to-parameterize-load-tests.md).
211
211
* Learn how to [Manage users and roles in Azure Load Testing](./how-to-assign-roles.md).
212
-
* [What are managed identities for Azure resources?](../active-directory/managed-identities-azure-resources/overview.md)
212
+
* [What are managed identities for Azure resources?](/azure/active-directory/managed-identities-azure-resources/overview)
0 commit comments