Skip to content

Commit 220cf91

Browse files
committed
curated scenario
1 parent 5fd71d1 commit 220cf91

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ You need to configure following network isolation configurations.
2727
- Create private endpoint outbound rules to your private Azure resources. Private Azure AI Search isn't supported yet.
2828
- 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.
2929
- 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.
30+
- If you use one of the open-source models with allow only approved outbound mode, create FQDN outbound rules described in the [curated by Azure AI](#scenario-curated-by-azure-ai) section.
3031

3132
## Network isolation architecture and isolation modes
3233

@@ -783,6 +784,18 @@ If you plan to use __HuggingFace models__ with the hub, add outbound _FQDN_ rule
783784
* cnd.auth0.com
784785
* cdn-lfs.huggingface.co
785786

787+
# Sceenario: Curated by Azure AI
788+
789+
These models involve dynamic installation of dependencies at runtime, and reequire outbound _FQDN_ rules to allow traffic to the following hosts:
790+
791+
*.anaconda.org
792+
*.anaconda.com
793+
anaconda.com
794+
pypi.org
795+
*.pythonhosted.org
796+
*.pytorch.org
797+
pytorch.org
798+
786799
## Private endpoints
787800

788801
Private endpoints are currently supported for the following Azure services:

0 commit comments

Comments
 (0)