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/machine-learning/how-to-access-azureml-behind-firewall.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,20 +117,26 @@ These rule collections are described in more detail in [What are some Azure Fire
117
117
118
118
### Kubernetes Compute
119
119
120
-
[Kubernetes Cluster](./how-to-attach-kubernetes-anywhere.md) running behind an outbound proxy server or firewall needs extra network configuration. Configure the [Azure Arc network requirements](../azure-arc/kubernetes/quickstart-connect-cluster.md?tabs=azure-cli#meet-network-requirements) needed by Azure Arc agents. The following outbound URLs are also required for Azure Machine Learning,
120
+
[Kubernetes Cluster](./how-to-attach-kubernetes-anywhere.md) running behind an outbound proxy server or firewall needs extra egress network configuration.
121
+
122
+
* For Kubernetes with Azure Arc connection, configure the [Azure Arc network requirements](../azure-arc/kubernetes/quickstart-connect-cluster.md?tabs=azure-cli#meet-network-requirements) needed by Azure Arc agents.
123
+
* For AKS cluster without Azure Arc connection, configure the [AKS extension network requirements](../aks/limit-egress-traffic.md#cluster-extensions).
124
+
125
+
Besidese above requirements, the following outbound URLs are also required for Azure Machine Learning,
121
126
122
127
| Outbound Endpoint| Port | Description|Training |Inference |
123
128
|--|--|--|--|--|
124
129
|__\*.kusto.windows.net__<br>__\*.table.core.windows.net__<br>__\*.queue.core.windows.net__| https:443 | Required to upload system logs to Kusto. |**✓**|**✓**|
125
-
|__\*.azurecr.io__| https:443 | Azure container registry, required to pull docker images used for machine learning workloads.|**✓**|**✓**|
126
-
|__\*.blob.core.windows.net__| https:443 | Azure blob storage, required to fetch machine learning project scripts,data or models, and upload job logs/outputs.|**✓**|**✓**|
127
-
|__\*.workspace.\<region\>.api.azureml.ms__<br>__\<region\>.experiments.azureml.net__<br>__\<region\>.api.azureml.ms__| https:443 | Azure Machine Learning service API.|**✓**|**✓**|
130
+
|__\<your ACR name\>.azurecr.io__<br>__\<your ACR name>\.\<region name>\.data.azurecr.io__| https:443 | Azure container registry, required to pull docker images used for machine learning workloads.|**✓**|**✓**|
131
+
|__\<your storage account name\>.blob.core.windows.net__| https:443 | Azure blob storage, required to fetch machine learning project scripts,data or models, and upload job logs/outputs.|**✓**|**✓**|
0 commit comments