Skip to content

Commit 95e060b

Browse files
Security article update
1 parent cb6786c commit 95e060b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ You can create an Azure load testing resource by using an ARM template and the r
196196
197197
You might need to configure the target resource to allow access from your load testing resource. For example, if you [read a secret or certificate from Azure Key Vault](./how-to-parameterize-load-tests.md), or if you [use customer-managed keys for encryption](./how-to-configure-customer-managed-keys.md), you must also add an access policy that includes the managed identity of your resource. Otherwise, your calls to Azure Key Vault are rejected, even if you use a valid token.
198198
199+
Similarly, if you want to [set failure criteria on server metrics](./how-to-define-test-criteria.md), you should specify a Metrics Reference Identity to fetch metrics for. You should configure the target resource such that the identity can read the metrics from the resource.
200+
199201
## Related content
200202
201203
* [Use secrets or certificates in your load test](./how-to-parameterize-load-tests.md)

0 commit comments

Comments
 (0)