From bf693f62d950d157abfc8f8679528107b36a5e02 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Thu, 26 Dec 2024 01:03:55 +0900 Subject: [PATCH] =?UTF-8?q?Update=20README.md=20(Typo=20"a=20AKS"=E2=86=92?= =?UTF-8?q?"an=20AKS")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/microsoft/JMeter-AKS-LoadTest/blob/main/README.md #PingMSFTDocs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ece54a..b43fd2b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Steps to execute Prerequisite script: ## Test Execution Pipeline The test execution pipeline will help users to run tests with maximum automation. Once prerequisites are setup, users can straight away run their tests. -For users who do not have a AKS cluster, the pipeline parameter `IsClusterRequired` will give an option to create this on the fly (it will get deleted after the test). +For users who do not have an AKS cluster, the pipeline parameter `IsClusterRequired` will give an option to create this on the fly (it will get deleted after the test). This pipeline is recommended for tests less than 1 hour to avoid timeout. For running tests greater than 1 hr an advanced setup maybe required, refer to [Load Test Infrastructure Pipeline](#load-test-infrastructure-pipeline) for more details ### Steps to onboard and execute the pipeline: @@ -145,7 +145,7 @@ cd .\Scripts\ ## More about AKS -- Create AKS cluster with the help of how to create a AKS cluster(https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough-portal) +- Create AKS cluster with the help of how to create an AKS cluster(https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough-portal) - Alternately, it can be created using the [Load Test Infrastrucure Pipeline](#load-test-infrastrucure-pipeline). - Provide access to a Service Principal Name which would be used to run the JMX file in the cluster.