From ad1de773633d7012a82aa9a1b6be33ea192d82c6 Mon Sep 17 00:00:00 2001 From: halprin Date: Fri, 10 Jan 2025 14:53:35 -0700 Subject: [PATCH] Mention we cannot use Terraform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3f933eab..f0e439e89 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ To run, navigate to the and click on Run workflow. To create a new load test in Azure, the subscription first needs to be opted into Azure's Locust preview feature. -Afterwards, you can follow these steps... +Sadly, the Azure Terraform provider doesn't support load tests so we need to create this via ClickOps. Therefore, you can follow these steps... 1. Navigate to the Azure Portal with the `?Microsoft_Azure_CloudNativeTesting_locust=true` query parameter. For example, this [link](https://portal.azure.com/?Microsoft_Azure_CloudNativeTesting_locust=true) will work.