Skip to content

Commit 91a1c9c

Browse files
committed
added note to open-ai-quickstart
1 parent 36dbe8f commit 91a1c9c

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

articles/aks/open-ai-quickstart.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Deploy an application that uses OpenAI on Azure Kubernetes Service (AKS)
3-
description: Learn how to deploy an application that uses OpenAI on Azure Kubernetes Service (AKS). #Required; article description that is displayed in search results.
4-
ms.topic: how-to #Required; leave this attribute/value as-is.
5-
ms.date: 09/18/2023
6-
ms.custom: template-how-to, devx-track-azurecli #Required; leave this attribute/value as-is.
3+
description: Learn how to deploy an application that uses OpenAI on Azure Kubernetes Service (AKS).
4+
ms.topic: how-to
5+
ms.date: 10/02/2023
6+
ms.custom: template-how-to, devx-track-azurecli
77
---
88

99
# Deploy an application that uses OpenAI on Azure Kubernetes Service (AKS)
@@ -112,6 +112,9 @@ To manage a Kubernetes cluster, you use the Kubernetes command-line client, [kub
112112
aks-nodepool1-31469198-vmss000002 Ready agent 3h29m v1.25.6
113113
```
114114
115+
> [!NOTE]
116+
> For private clusters, the nodes might be unreachable if you try to connect to them through the public IP address. In order to fix this, you need to create an endpoint within the same VNET as the cluster to connect from. Follow the instructions to [Create a private AKS cluster][create-private-cluster] and then connect to it.
117+
115118
## Deploy the application
116119
117120
:::image type="content" source="media/ai-walkthrough/aks-ai-demo-architecture.png" alt-text="Architecture diagram of AKS AI demo." lightbox="media/ai-walkthrough/aks-ai-demo-architecture.png":::
@@ -423,3 +426,4 @@ To learn more about generative AI use cases, see the following resources:
423426
[key-vault]: csi-secrets-store-driver.md
424427
[aoai]: ../ai-services/openai/index.yml
425428
[learn-aoai]: /training/modules/explore-azure-openai
429+
[create-private-cluster]: private-clusters.md

0 commit comments

Comments
 (0)