Skip to content

Commit 06147b3

Browse files
Merge pull request #274901 from Blackmist/note-vnet-data
note-vnet-data
2 parents 33bd3ae + b605d7b commit 06147b3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

articles/ai-studio/how-to/configure-managed-network.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ The following diagram shows a managed VNet configured to __allow only approved o
7777
### Connectivity to other services
7878

7979
* Azure AI services provisioned with Azure AI hub and Azure AI Search attached with Azure AI hub should be public.
80-
* The "Add your data" feature in the Azure AI Studio playground doesn't support private storage account.
80+
* The "Add your data" feature in the Azure AI Studio playground doesn't support using a virtual network or private endpoint on the following resources:
81+
* Azure AI Search
82+
* Azure OpenAI
83+
* Storage resource
84+
8185

8286
## Configure a managed virtual network to allow internet outbound
8387

articles/ai-studio/tutorials/deploy-chat-web-app.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ In the next section, you'll add your data to the model to help it answer questio
7979

8080
Follow these steps to add your data to the playground to help the assistant answer questions about your products. You're not changing the deployed model itself. Your data is stored separately and securely in your Azure subscription.
8181

82+
> [!IMPORTANT]
83+
> The "Add your data" feature in the Azure AI Studio playground doesn't support using a virtual network or private endpoint on the following resources:
84+
> * Azure AI Search
85+
> * Azure OpenAI
86+
> * Storage resource
87+
8288
1. If you aren't already in the playground, select **Build** from the top menu and then select **Playground** from the collapsible left menu.
8389
1. On the **Assistant setup** pane, select **Add your data (preview)** > **+ Add a data source**.
8490

0 commit comments

Comments
 (0)