We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cab934 commit 20b5073Copy full SHA for 20b5073
scenarios/AksOpenAiTerraform/README.md
@@ -12,7 +12,7 @@ ms.custom: innovation-engine, linux-related-content
12
Run terraform to provision all the Azure resources required to setup your new OpenAI website.
13
```bash
14
# Terraform parses TF_VAR_* as vars (Ex: TF_VAR_name -> name)
15
-export TF_VAR_location="westus3"
+export TF_VAR_location=$REGION
16
export TF_VAR_kubernetes_version="1.30.9"
17
export TF_VAR_model_name="gpt-4o-mini"
18
export TF_VAR_model_version="2024-07-18"
0 commit comments