Skip to content

Commit 63a2f0c

Browse files
committed
Add metadata
1 parent af736b2 commit 63a2f0c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

scenarios/AksOpenAiTerraform/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ Run commands below to set up AKS extensions for Azure.
1515
```bash
1616
# ./terraform/register-preview-features.sh
1717
echo "HI"
18-
```
19-
18+
```

scenarios/metadata.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,5 +272,15 @@
272272
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/azure-aks-docs/refs/heads/main/articles/aks/ai-toolchain-operator.md",
273273
"documentationUrl": "",
274274
"configurations": {}
275+
},
276+
{
277+
"status": "active",
278+
"key": "AksOpenAiTerraform/README.md",
279+
"title": "How to deploy and run an Azure OpenAI ChatGPT application on AKS via Terraform",
280+
"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.",
281+
"stackDetails": "",
282+
"sourceUrl": "https://raw.githubusercontent.com/MicrosoftDocs/executable-docs/refs/heads/test_terraform/scenarios/AksOpenAiTerraform/README.md",
283+
"documentationUrl": "",
284+
"configurations": {}
275285
}
276286
]

0 commit comments

Comments
 (0)