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
8
8
ms.custom : innovation-engine, linux-related-content
9
9
---
10
10
11
+ <!-- TODO: PARAMETERIZE REGION AND SUB IDS -->
12
+
11
13
## Install AKS extension
12
14
13
15
Run 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
29
31
30
32
``` bash
31
33
export ARM_SUBSCRIPTION_ID=" 0c8875c7-e423-4caa-827a-1f0350bd8dd3"
34
+ # For debugging in powershell
35
+ # $env:ARM_SUBSCRIPTION_ID = "0c8875c7-e423-4caa-827a-1f0350bd8dd3"
36
+
32
37
terraform apply
33
38
```
34
39
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ variable "solution_plan_map" {
30
30
31
31
variable "location" {
32
32
description = " Specifies the location for the resource group and all the resources"
33
- default = " westeurope "
33
+ default = " eastus "
34
34
type = string
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments