Skip to content

Commit 071af08

Browse files
authored
Fix typos in load testing documentation
1 parent 8102b7b commit 071af08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,12 @@ When you run your load test, Azure Load Testing retrieves the client certificate
233233

234234
In this scenario, the application endpoint requires that you [use a managed identity to authenticate](/entra/architecture/service-accounts-managed-identities). You can use both system-assigned and user-assigned managed identities.
235235

236-
The flow for authenticating using a maanged identity is:
236+
The flow for authenticating using a managed identity is:
237237

238-
1. Assign the managed identity that the target endpoint identifies to the Azure Load Testing reosurce.
238+
1. Assign the managed identity that the target endpoint identifies to the Azure Load Testing resource.
239239
1. Select the managed identity in the load test configuration.
240240

241-
You need to set up your load tests script to [fetch access token using managed identity](/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) and to use the token to authenticate the requests to the target endpoint. For example, you can get a token through a HTTP REST call to the Azure Instance Metadata Service (IMDS) endpoint and then pass the token to a request using the `Authorization` HTTP header.
241+
You need to set up your load tests script to [fetch access token using managed identity](/entra/identity/managed-identities-azure-resources/how-to-use-vm-token#get-a-token-using-http) and to use the token to authenticate the requests to the target endpoint. For example, you can get a token through an HTTP REST call to the Azure Instance Metadata Service (IMDS) endpoint and then pass the token to a request using the `Authorization` HTTP header.
242242

243243
### Assign the managed identity
244244

@@ -248,7 +248,7 @@ You can use either a system-assigned managed identity or a user-assigned managed
248248

249249
* To use a system-assigned managed identity, first [assign a system-assigned managed identity](/azure/load-testing/how-to-use-a-managed-identity?tabs=azure-portal#assign-a-system-assigned-identity-to-a-load-testing-resource) to your Azure Load Testing resource. Once it is enabled, provide the required RBAC permissions for this identity on the target endpoint.
250250

251-
* To use a user-assigned managed identity, first [assign the user-assigned identity](/azure/load-testing/how-to-use-a-managed-identity?tabs=azure-portal#assign-a-user-assigned-identity-to-a-load-testing-resource) to your Azure Load Testing resource. If this identiy does not have the required RBAC permissions on the target endpoint, provide the required permissions. If your test script uses multiple user-assigned multiple identities, assign the multiple identities to your resource and ensure that they have the required RBAC permissions.
251+
* To use a user-assigned managed identity, first [assign the user-assigned identity](/azure/load-testing/how-to-use-a-managed-identity?tabs=azure-portal#assign-a-user-assigned-identity-to-a-load-testing-resource) to your Azure Load Testing resource. If this identity does not have the required RBAC permissions on the target endpoint, provide the required permissions. If your test script uses multiple user-assigned multiple identities, assign the multiple identities to your resource and ensure that they have the required RBAC permissions.
252252

253253
### Select the managed identity in the load test configuration
254254

@@ -266,7 +266,7 @@ To select and configure a managed identity for authentication in the Azure porta
266266

267267
1. On the **Test plan** tab, configure the **Managed identity for authentication scenarios**. Select 'System-assigned identity' or 'User-assigned identity' as required.
268268

269-
:::image type="content" source="media/how-to-test-secured-endpoints/load-test-managed-identity-selection.png" alt-text="Screenshot that shows how to select managed identity for authnetication in a load test in the Azure portal." lightbox="media/how-to-test-secured-endpoints/load-test-managed-identity-selection.png":::
269+
:::image type="content" source="media/how-to-test-secured-endpoints/load-test-managed-identity-selection.png" alt-text="Screenshot that shows how to select managed identity for authentication in a load test in the Azure portal." lightbox="media/how-to-test-secured-endpoints/load-test-managed-identity-selection.png":::
270270

271271
1. If you selected 'User-assigned identity', select the required identities from the **User-assigned identity** dropdown.
272272

0 commit comments

Comments
 (0)