Skip to content

Commit 5ebb63d

Browse files
Merge pull request #2671 from Blackmist/updating-fqdn
fixing url
2 parents 806c1cf + 91848e7 commit 5ebb63d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/v1/how-to-troubleshoot-auto-ml.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Troubleshoot automated ML experiments
33
titleSuffix: Azure Machine Learning
44
description: Learn how to troubleshoot and resolve issues in your automated machine learning experiments.
55
author: manashgoswami
6-
ms.author: manashg
6+
ms.author: ssalgado
77
ms.reviewer: ssalgado
88
services: machine-learning
99
ms.service: azure-machine-learning
@@ -211,7 +211,7 @@ If you have over 100 automated ML experiments, this may cause new automated ML e
211211
If you are under virtual networks (VNets), you may run into model download failures when using AutoML NLP. This is because network traffic is blocked from downloading the models and tokenizers from Azure CDN. To unblock this, please allow list the below URLs in the "Application rules" setting of the VNet firewall policy:
212212
213213
* ```aka.ms ```
214-
* ```https://automlresources-prod.azureedge.net ```
214+
* ```https://automlresources-prod-d0eaehh7g8andvav.b02.azurefd.net```
215215
216216
Please follow the instructions [here to configure the firewall settings.](../how-to-access-azureml-behind-firewall.md)
217217

0 commit comments

Comments
 (0)