Skip to content

Commit 851c92d

Browse files
Merge pull request #223344 from Blackmist/misc-io
incorporating customer feedback
2 parents 9a6cbaa + 25d01aa commit 851c92d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The hosts in the following tables are owned by Microsoft, and provide services r
260260
**Azure Machine Learning hosts**
261261

262262
> [!IMPORTANT]
263-
> In the following table, replace `<storage>` with the name of the default storage account for your Azure Machine Learning workspace.
263+
> In the following table, replace `<storage>` with the name of the default storage account for your Azure Machine Learning workspace. Replace `<region>` with the region of your workspace.
264264
265265
# [Azure public](#tab/public)
266266

@@ -270,7 +270,7 @@ The hosts in the following tables are owned by Microsoft, and provide services r
270270
| API |\*.azureml.ms | TCP | 443 |
271271
| API | \*.azureml.net | TCP | 443 |
272272
| Model management | \*.modelmanagement.azureml.net | TCP | 443 |
273-
| Integrated notebook | \*.notebooks.azure.net | TCP | 443 |
273+
| Integrated notebook | \*.\<region\>.notebooks.azure.net | TCP | 443 |
274274
| Integrated notebook | \<storage\>.file.core.windows.net | TCP | 443, 445 |
275275
| Integrated notebook | \<storage\>.dfs.core.windows.net | TCP | 443 |
276276
| Integrated notebook | \<storage\>.blob.core.windows.net | TCP | 443 |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Azure Machine Learning has several inbound and outbound dependencies. Some of th
2424

2525
* __Storage Outbound__: This requirement comes from compute instance and compute cluster. A malicious agent can use this outbound rule to exfiltrate data by provisioning and saving data in their own storage account. You can remove data exfiltration risk by using an Azure Service Endpoint Policy and Azure Batch's simplified node communication architecture.
2626

27-
* __AzureFrontDoor.frontend outbound__: Azure Front Door is required by the Azure Machine Learning studio UI and AutoML. To narrow down the list of possible outbound destinations to just the ones required by Azure ML, allowlist the following fully qualified domain names (FQDN) on your firewall.
27+
* __AzureFrontDoor.frontend outbound__: Azure Front Door is used by the Azure Machine Learning studio UI and AutoML. Instead of allowing outbound to the service tag (AzureFrontDoor.frontend), switch to the following fully qulified domain names (FQDN). Switching to these FQDNs removes unnecessary outbound traffic included in the service tag and allows only what is needed for Azure Machine Learning studio UI and AutoML.
2828

2929
- `ml.azure.com`
3030
- `automlresources-prod.azureedge.net`
@@ -144,7 +144,7 @@ When using Azure ML curated environments, make sure to use the latest environmen
144144

145145
# [Firewall](#tab/firewall)
146146

147-
__Allow__ outbound traffic over __TCP port 443__ to the following FQDNs. Replace instances of `<region>` with the Azure region that contains your compute cluster or instance:
147+
__Allow__ outbound traffic over __TCP port 443__ to the following FQDNs:
148148

149149
* `mcr.microsoft.com`
150150
* `*.data.mcr.microsoft.com`

0 commit comments

Comments
 (0)