From 1388a95773243ff9aad2ab644c4f01585589fd7e Mon Sep 17 00:00:00 2001 From: Ajai Peddapanga <106365942+ajai-d@users.noreply.github.com> Date: Mon, 20 May 2024 12:19:57 -0500 Subject: [PATCH] fixed deployment type --- docs/labs/02-build-and-run-miyagi/Lab1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/labs/02-build-and-run-miyagi/Lab1.md b/docs/labs/02-build-and-run-miyagi/Lab1.md index 0ad21e40..e457c1ca 100644 --- a/docs/labs/02-build-and-run-miyagi/Lab1.md +++ b/docs/labs/02-build-and-run-miyagi/Lab1.md @@ -54,7 +54,7 @@ In this lab, you'll setup and configure Miyagi app locally. **AKS Lab** ``` - ./deploy.ps1 -resourceGroupPrefix "" -location "" -resourceGroupCount "<1>" -subscriptionId "" -deploymentType "aca" + ./deploy.ps1 -resourceGroupPrefix "" -location "" -resourceGroupCount "<1>" -subscriptionId "" -deploymentType "aks" ``` Note: If you are setting up the workshop just for you, make sure you set the value of resourceGroupCount to 1 4. Wait until the script completes. It will take less than 10 minutes to complete.