Skip to content

Commit 89bccae

Browse files
Merge pull request #234510 from Blackmist/firewall-fqdn
fixing FQDNs per feedback from support and PM
2 parents 1749ead + e8947e0 commit 89bccae

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.author: jhirono
1010
author: jhirono
1111
ms.reviewer: larryfr
12-
ms.date: 01/10/2023
12+
ms.date: 04/14/2023
1313
ms.custom: devx-track-python, ignite-fall-2021, devx-track-azurecli, event-tier1-build-2022
1414
ms.devlang: azurecli
1515
monikerRange: 'azureml-api-2 || azureml-api-1'
@@ -370,8 +370,8 @@ __Azure Machine Learning compute instance and compute cluster hosts__
370370
| Compute instance | `*.instances.azureml.net` | TCP | 443 |
371371
| Compute instance | `*.instances.azureml.ms` | TCP | 443, 8787, 18881 |
372372
| Compute instance | `<region>.tundra.azureml.ms` | UDP | 5831 |
373-
| Compute instance | `*.batch.azure.com` | ANY | 443 |
374-
| Compute instance | `*.service.batch.com` | ANY | 443 |
373+
| Compute instance | `*.<region>.batch.azure.com` | ANY | 443 |
374+
| Compute instance | `*.<region>.service.batch.com` | ANY | 443 |
375375
| Microsoft storage access | `*.blob.core.windows.net` | TCP | 443 |
376376
| Microsoft storage access | `*.table.core.windows.net` | TCP | 443 |
377377
| Microsoft storage access | `*.queue.core.windows.net` | TCP | 443 |

articles/machine-learning/how-to-prevent-data-loss-exfiltration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.author: jhirono
1010
author: jhirono
1111
ms.reviewer: larryfr
12-
ms.date: 01/20/2023
12+
ms.date: 04/14/2023
1313
ms.custom: engagement-fy23
1414
monikerRange: 'azureml-api-2 || azureml-api-1'
1515
---
@@ -120,8 +120,8 @@ __Allow__ outbound traffic to the following __service tags__. Replace `<region>`
120120

121121
__Allow__ outbound traffic over __ANY port 443__ to the following FQDNs. Replace instances of `<region>` with the Azure region that contains your compute cluster or instance:
122122

123-
* `<region>.batch.azure.com`
124-
* `<region>.service.batch.com`
123+
* `*.<region>.batch.azure.com`
124+
* `*.<region>.service.batch.com`
125125

126126
> [!WARNING]
127127
> If you enable the service endpoint on the subnet used by your firewall, you must open outbound traffic to the following hosts over __TCP port 443__:

articles/machine-learning/how-to-secure-training-vnet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.reviewer: larryfr
1010
ms.author: jhirono
1111
author: jhirono
12-
ms.date: 01/09/2023
12+
ms.date: 04/14/2023
1313
ms.custom: contperf-fy20q4, tracking-python, contperf-fy21q1, references_regions, devx-track-azurecli, sdkv2, event-tier1-build-2022
1414
ms.devlang: azurecli
1515
---
@@ -129,8 +129,8 @@ The following configurations are in addition to those listed in the [Prerequisit
129129
| `<region>.tundra.azureml.ms` | UDP | 5831 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. |
130130
| `graph.windows.net` | TCP | 443 | Communication with the Microsoft Graph API.|
131131
| `*.instances.azureml.ms` | TCP | 443/8787/18881 | Communication with Azure Machine Learning. |
132-
| `<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
133-
| `<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
132+
| `*.<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
133+
| `*.<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
134134
| `*.blob.core.windows.net` | TCP | 443 | Communication with Azure Blob storage. |
135135
| `*.queue.core.windows.net` | TCP | 443 | Communication with Azure Queue storage. |
136136
| `*.table.core.windows.net` | TCP | 443 | Communication with Azure Table storage. |
@@ -239,8 +239,8 @@ The following configurations are in addition to those listed in the [Prerequisit
239239
| `<region>.tundra.azureml.ms` | UDP | 5831 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. |
240240
| `graph.windows.net` | TCP | 443 | Communication with the Microsoft Graph API.|
241241
| `*.instances.azureml.ms` | TCP | 443/8787/18881 | Communication with Azure Machine Learning. |
242-
| `<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
243-
| `<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
242+
| `*.<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
243+
| `*.<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
244244
| `*.blob.core.windows.net` | TCP | 443 | Communication with Azure Blob storage. |
245245
| `*.queue.core.windows.net` | TCP | 443 | Communication with Azure Queue storage. |
246246
| `*.table.core.windows.net` | TCP | 443 | Communication with Azure Table storage. |

articles/machine-learning/v1/how-to-secure-training-vnet.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ The following configurations are in addition to those listed in the [Prerequisit
138138
| `<region>.tundra.azureml.ms` | UDP | 5831 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. |
139139
| `graph.windows.net` | TCP | 443 | Communication with the Microsoft Graph API.|
140140
| `*.instances.azureml.ms` | TCP | 443/8787/18881 | Communication with Azure Machine Learning. |
141-
| `<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
142-
| `<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
141+
| `*.<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
142+
| `*.<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
143143
| `*.blob.core.windows.net` | TCP | 443 | Communication with Azure Blob storage. |
144144
| `*.queue.core.windows.net` | TCP | 443 | Communication with Azure Queue storage. |
145145
| `*.table.core.windows.net` | TCP | 443 | Communication with Azure Table storage. |
@@ -210,8 +210,8 @@ The following configurations are in addition to those listed in the [Prerequisit
210210
| `<region>.tundra.azureml.ms` | UDP | 5831 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. |
211211
| `graph.windows.net` | TCP | 443 | Communication with the Microsoft Graph API.|
212212
| `*.instances.azureml.ms` | TCP | 443/8787/18881 | Communication with Azure Machine Learning. |
213-
| `<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
214-
| `<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
213+
| `*.<region>.batch.azure.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
214+
| `*.<region>.service.batch.com` | ANY | 443 | Replace `<region>` with the Azure region that contains your Azure Machine Learning workspace. Communication with Azure Batch. |
215215
| `*.blob.core.windows.net` | TCP | 443 | Communication with Azure Blob storage. |
216216
| `*.queue.core.windows.net` | TCP | 443 | Communication with Azure Queue storage. |
217217
| `*.table.core.windows.net` | TCP | 443 | Communication with Azure Table storage. |

0 commit comments

Comments
 (0)