Skip to content

Commit cbfd6a4

Browse files
committed
Fixes
1 parent a975b25 commit cbfd6a4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

scenarios/AksOpenAiTerraform/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.author: ariaamini
88
ms.custom: innovation-engine, linux-related-content
99
---
1010

11+
<!-- TODO: PARAMETERIZE REGION AND SUB IDS -->
12+
1113
## Install AKS extension
1214

1315
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
2931

3032
```bash
3133
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+
3237
terraform apply
3338
```
3439

scenarios/AksOpenAiTerraform/terraform/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "solution_plan_map" {
3030

3131
variable "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

0 commit comments

Comments
 (0)