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
@@ -116,20 +116,26 @@ These rule collections are described in more detail in [What are some Azure Fire
116
116
117
117
### Kubernetes Compute
118
118
119
-
[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,
119
+
[Kubernetes Cluster](./how-to-attach-kubernetes-anywhere.md) running behind an outbound proxy server or firewall needs extra egress network configuration.
120
+
121
+
* 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.
122
+
* For AKS cluster without Azure Arc connection, configure the [AKS extension network requirements](../aks/limit-egress-traffic.md#cluster-extensions).
123
+
124
+
Besides above requirements, the following outbound URLs are also required for Azure Machine Learning,
120
125
121
126
| Outbound Endpoint| Port | Description|Training |Inference |
122
127
|--|--|--|--|--|
123
128
|__\*.kusto.windows.net__<br>__\*.table.core.windows.net__<br>__\*.queue.core.windows.net__| https:443 | Required to upload system logs to Kusto. |**✓**|**✓**|
124
-
|__\*.azurecr.io__| https:443 | Azure container registry, required to pull docker images used for machine learning workloads.|**✓**|**✓**|
125
-
|__\*.blob.core.windows.net__| https:443 | Azure blob storage, required to fetch machine learning project scripts,data or models, and upload job logs/outputs.|**✓**|**✓**|
126
-
|__\*.workspace.\<region\>.api.azureml.ms__<br>__\<region\>.experiments.azureml.net__<br>__\<region\>.api.azureml.ms__| https:443 | Azure Machine Learning service API.|**✓**|**✓**|
129
+
|__\<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.|**✓**|**✓**|
130
+
|__\<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.|**✓**|**✓**|
Copy file name to clipboardExpand all lines: articles/machine-learning/v1/how-to-secure-web-service.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ You can enable TLS either with Microsoft certificate or a custom certificate pur
112
112
> [!IMPORTANT]
113
113
> When you use a certificate from Microsoft, you don't need to purchase your own certificate or domain name.
114
114
115
-
***When you use a custom certificate that you purchased**, you use the *ssl_cert_pem_file*, *ssl_key_pem_file*, and*ssl_cname* parameters. The following example demonstrates how to use .pem files to create a configuration that uses a TLS/SSL certificate that you purchased:
115
+
***When you use a custom certificate that you purchased**, you use the *ssl_cert_pem_file*, *ssl_key_pem_file*, and*ssl_cname* parameters. The PEMfilewithpass phrase protection isnot supported. The following example demonstrates how to use .pem files to create a configuration that uses a TLS/SSL certificate that you purchased:
0 commit comments