File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
scenarios/AksOpenAiTerraform Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ ms.author: ariaamini
88ms.custom : innovation-engine, linux-related-content
99---
1010
11+ <!-- TODO: PARAMETERIZE REGION AND SUB IDS -->
12+
1113## Install AKS extension
1214
1315Run commands below to set up AKS extensions for Azure.
@@ -29,6 +31,9 @@ A Service Principal is an application within Azure Active Directory with the aut
2931
3032``` bash
3133export ARM_SUBSCRIPTION_ID=" 0c8875c7-e423-4caa-827a-1f0350bd8dd3"
34+ # For debugging in powershell
35+ # $env:ARM_SUBSCRIPTION_ID = "0c8875c7-e423-4caa-827a-1f0350bd8dd3"
36+
3237terraform apply
3338```
3439
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ variable "solution_plan_map" {
3030
3131variable "location" {
3232 description = " Specifies the location for the resource group and all the resources"
33- default = " westeurope "
33+ default = " eastus "
3434 type = string
3535}
3636
You can’t perform that action at this time.
0 commit comments