Skip to content

Commit

Permalink
Merge pull request #226 from Azure-Samples/ajai-d-patch-1
Browse files Browse the repository at this point in the history
fixed deployment type
  • Loading branch information
thegovind authored May 20, 2024
2 parents 51d5d43 + 1388a95 commit cfe1a6c
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 cfe1a6c

Please sign in to comment.