Skip to content

Commit 48043ea

Browse files
committed
Fix readme
1 parent 356c53d commit 48043ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scenarios/AksOpenAiTerraform/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: How to deploy and run an Azure OpenAI ChatGPT application on AKS via Terraform
2+
title: Deploy and run an Azure OpenAI ChatGPT application on AKS via Terraform
33
description: This article shows how to deploy an AKS cluster and Azure OpenAI Service via Terraform and how to deploy a ChatGPT-like application in Python.
44
ms.topic: quickstart
55
ms.date: 09/06/2024
6-
author: aamini7
6+
author: aamini7
77
ms.author: ariaamini
88
ms.custom: innovation-engine, linux-related-content
99
---
@@ -21,7 +21,7 @@ Run commands below to set up AKS extensions for Azure.
2121
Terraform uses the ARM_SUBSCRIPTION_ID environment variable to authenticate while using CLI.
2222

2323
```bash
24-
export ARM_SUBSCRIPTION_ID="0c8875c7-e423-4caa-827a-1f0350bd8dd3"
24+
export ARM_SUBSCRIPTION_ID=$SUBSCRIPTION_ID
2525
```
2626

2727
## Init Terraform

0 commit comments

Comments
 (0)