Skip to content

Commit 293b664

Browse files
Merge pull request #281851 from Blackmist/3292351
Adding curated section
2 parents 3f6e323 + 834bfc6 commit 293b664

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

@@ -759,6 +760,18 @@ If you plan to use __HuggingFace models__ with the hub, add outbound _FQDN_ rule
759760
* cnd.auth0.com
760761
* cdn-lfs.huggingface.co
761762

763+
### Scenario: Curated by Azure AI
764+
765+
These models involve dynamic installation of dependencies at runtime, and reequire outbound _FQDN_ rules to allow traffic to the following hosts:
766+
767+
*.anaconda.org
768+
*.anaconda.com
769+
anaconda.com
770+
pypi.org
771+
*.pythonhosted.org
772+
*.pytorch.org
773+
pytorch.org
774+
762775
## Private endpoints
763776

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

0 commit comments

Comments
 (0)