Skip to content

Commit

Permalink
fixed deployment type
Browse files Browse the repository at this point in the history
  • Loading branch information
ajai-d authored May 20, 2024
1 parent aa011c2 commit 1388a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/labs/02-build-and-run-miyagi/Lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ In this lab, you'll setup and configure Miyagi app locally.

**AKS Lab**
```
./deploy.ps1 -resourceGroupPrefix "<miyagi>" -location "<eastus2>" -resourceGroupCount "<1>" -subscriptionId "<your subscription id>" -deploymentType "aca"
./deploy.ps1 -resourceGroupPrefix "<miyagi>" -location "<eastus2>" -resourceGroupCount "<1>" -subscriptionId "<your subscription id>" -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.
Expand Down

0 comments on commit 1388a95

Please sign in to comment.