Skip to content

Commit 794b98a

Browse files
committed
per PM
1 parent baf28b3 commit 794b98a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We have two network isolation aspects. One is the network isolation to access an
2626
You need to configure following network isolation configurations.
2727

2828
- Choose network isolation mode. You have two options: allow internet outbound mode or allow only approved outbound mode.
29-
- Create private endpoint outbound rules to your private Azure resources. Private Azure AI services and Azure AI Search aren't supported yet.
29+
- Create private endpoint outbound rules to your private Azure resources. Private Azure AI Search isn't supported yet.
3030
- If you use Visual Studio Code integration with allow only approved outbound mode, create FQDN outbound rules described in the [use Visual Studio Code](#scenario-use-visual-studio-code) section.
3131
- If you use HuggingFace models in Models with allow only approved outbound mode, create FQDN outbound rules described in the [use HuggingFace models](#scenario-use-huggingface-models) section.
3232

@@ -47,7 +47,7 @@ There are three different configuration modes for outbound traffic from the mana
4747
* Always use private endpoints to access Azure resources.
4848

4949
> [!IMPORTANT]
50-
> While you can create a private endpoint for Azure AI services and Azure AI Search, the connected services must allow public networking. For more information, see [Connectivity to other services](#connectivity-to-other-services).
50+
> While you can create a private endpoint for Azure AI Search, the connected services must allow public networking. For more information, see [Connectivity to other services](#connectivity-to-other-services).
5151
5252
* You must add rules for each outbound connection you need to allow.
5353
* Adding FQDN outbound rules __increase your costs__ as this rule type uses Azure Firewall.
@@ -153,7 +153,7 @@ Before following the steps in this article, make sure you have the following pre
153153

154154
### Connectivity to other services
155155

156-
* Azure AI services provisioned with Azure AI Studio hub and Azure AI Search attached should be public.
156+
* Azure AI Search should be public with your provisioned private Azure AI Studio hub.
157157
* 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:
158158
* Azure AI Search
159159
* Azure OpenAI

articles/ai-studio/how-to/configure-private-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You get several hub default resources in your resource group. You need to config
2626
- Disable public network access of hub default resources such as Azure Storage, Azure Key Vault, and Azure Container Registry.
2727
- Establish private endpoint connection to hub default resources. You need to have both a blob and file private endpoint for the default storage account.
2828
- [Managed identity configurations](#managed-identity-configuration) to allow hubs access your storage account if it's private.
29-
- Azure AI services and Azure AI Search should be public.
29+
- Azure AI Search should be public.
3030

3131

3232
## Prerequisites

0 commit comments

Comments
 (0)