Skip to content

Commit daf4de3

Browse files
committed
adding port limitation
1 parent a8de28e commit daf4de3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ Before following the steps in this article, make sure you have the following pre
149149
* The managed virtual network is deleted when the Azure AI is deleted.
150150
* 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.
151151
* Using FQDN outbound rules increases the cost of the managed virtual network because FQDN rules use Azure Firewall. For more information, see [Pricing](#pricing).
152+
* FQDN outbound rules only support ports 80 and 443.
152153
* When using a compute instance with a managed network, use the `az ml compute connect-ssh` command to connect to the compute using SSH.
153154

154155
### Connectivity to other services

articles/machine-learning/how-to-managed-network.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,7 @@ The Azure Machine Learning managed VNet feature is free. However, you're charged
11091109
* Creating a compute cluster in a different region than the workspace isn't supported when using a managed VNet.
11101110
* Kubernetes and attached VMs aren't supported in an Azure Machine Learning managed VNet.
11111111
* Using FQDN outbound rules increases the cost of the managed VNet because FQDN rules use Azure Firewall. For more information, see [Pricing](#pricing).
1112+
* FQDN outbound rules only support ports 80 and 443.
11121113
* If your compute instance is in a managed network and is configured for no public IP, use the `az ml compute connect-ssh` command to connect to it using SSH.
11131114

11141115
### Migration of compute resources

0 commit comments

Comments
 (0)