Skip to content

Commit db15afe

Browse files
author
Larry Franks
committed
updating tundra entry
1 parent 126963f commit db15afe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/machine-learning/how-to-access-azureml-behind-firewall.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ __Azure Machine Learning compute instance and compute cluster hosts__
356356
> * The host for __Azure Key Vault__ is only needed if your workspace was created with the [hbi_workspace](/python/api/azure-ai-ml/azure.ai.ml.entities.workspace) flag enabled.
357357
> * Ports 8787 and 18881 for __compute instance__ are only needed when your Azure Machine workspace has a private endpoint.
358358
> * In the following table, replace `<storage>` with the name of the default storage account for your Azure Machine Learning workspace.
359+
> * In the following table, replace `<region>` with the Azure region that contains your Azure Machine Learning workspace.
359360
> * Websocket communication must be allowed to the compute instance. If you block websocket traffic, Jupyter notebooks won't work correctly.
360361
361362
# [Azure public](#tab/public)
@@ -365,7 +366,7 @@ __Azure Machine Learning compute instance and compute cluster hosts__
365366
| Compute cluster/instance | `graph.windows.net` | TCP | 443 |
366367
| Compute instance | `*.instances.azureml.net` | TCP | 443 |
367368
| Compute instance | `*.instances.azureml.ms` | TCP | 443, 8787, 18881 |
368-
| Compute instance | `*.tundra.azureml.ms` | UDP | 5831 |
369+
| Compute instance | `<region>.tundra.azureml.ms` | UDP | 5831 |
369370
| Compute instance | `*.batch.azure.com` | ANY | 443 |
370371
| Compute instance | `*.service.batch.com` | ANY | 443 |
371372
| Microsoft storage access | `*.blob.core.windows.net` | TCP | 443 |

0 commit comments

Comments
 (0)