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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,9 @@ To allow installation of __Python packages for training and deployment__, add ou
241
241
|`*.tensorflow.org`| Used by some examples based on Tensorflow. |
242
242
243
243
### Scenario: Use Visual Studio Code
244
+
Visual Studio Code relies on specific hosts and ports to establish a remote connection.
244
245
246
+
#### Hosts
245
247
If you plan to use __Visual Studio Code__ with Azure AI, add outbound _FQDN_ rules to allow traffic to the following hosts:
246
248
247
249
> [!WARNING]
@@ -262,6 +264,9 @@ If you plan to use __Visual Studio Code__ with Azure AI, add outbound _FQDN_ rul
262
264
*`pkg-containers.githubusercontent.com`
263
265
*`github.com`
264
266
267
+
#### Ports
268
+
You must allow network traffic to ports 8704 to 8710. The VS Code server dynamically selects the first available port within this range.
269
+
265
270
### Scenario: Use HuggingFace models
266
271
267
272
If you plan to use __HuggingFace models__ with Azure AI, add outbound _FQDN_ rules to allow traffic to the following hosts:
@@ -323,4 +328,4 @@ The Azure AI managed VNet feature is free. However, you're charged for the follo
323
328
* Managed VNet uses private endpoint connection to access your private resources. You can't have a private endpoint and a service endpoint at the same time for your Azure resources, such as a storage account. We recommend using private endpoints in all scenarios.
324
329
* The managed VNet is deleted when the Azure AI is deleted.
325
330
* Data exfiltration protection is automatically enabled for the only approved outbound mode. If you add other outbound rules, such as to FQDNs, Microsoft can't guarantee that you're protected from data exfiltration to those outbound destinations.
326
-
* Using FQDN outbound rules increases the cost of the managed VNet because FQDN rules use Azure Firewall. For more information, see [Pricing](#pricing).
331
+
* Using FQDN outbound rules increases the cost of the managed VNet because FQDN rules use Azure Firewall. For more information, see [Pricing](#pricing).
0 commit comments