You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/configure-managed-network.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ We have two network isolation aspects. One is the network isolation to access an
26
26
You need to configure following network isolation configurations.
27
27
28
28
- 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.
30
30
- 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.
31
31
- 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.
32
32
@@ -47,7 +47,7 @@ There are three different configuration modes for outbound traffic from the mana
47
47
* Always use private endpoints to access Azure resources.
48
48
49
49
> [!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).
51
51
52
52
* You must add rules for each outbound connection you need to allow.
53
53
* 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
153
153
154
154
### Connectivity to other services
155
155
156
-
* Azure AIservices provisioned with Azure AI Studio hub and Azure AISearch attached should be public.
156
+
* Azure AISearch should be public with your provisioned private Azure AIStudio hub.
157
157
* 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:
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/configure-private-link.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You get several hub default resources in your resource group. You need to config
26
26
- Disable public network access of hub default resources such as Azure Storage, Azure Key Vault, and Azure Container Registry.
27
27
- Establish private endpoint connection to hub default resources. You need to have both a blob and file private endpoint for the default storage account.
28
28
-[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.
0 commit comments