Skip to content

Commit 3b32d76

Browse files
Merge pull request #211526 from ssalgadodev/ssalgadodev-patch-1
AutoML | Vnet troubleshooting
2 parents 73c892f + 9bb0821 commit 3b32d76

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,17 @@ If this pattern is expected in your time series, you can switch your primary met
205205
206206
If you have over 100 automated ML experiments, this may cause new automated ML experiments to have long run times.
207207
208+
## VNet Firewall Setting Download Failure
209+
210+
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:
211+
212+
* aka.ms
213+
* https://automlresources-prod.azureedge.net
214+
215+
Please follow the instructions [here to configure the firewall settings.](how-to-access-azureml-behind-firewall.md)
216+
217+
Instructions for configuring workspace under vnet are available [here.](tutorial-create-secure-workspace.md)
218+
208219
## Next steps
209220
210221
+ Learn more about [how to train a regression model with Automated machine learning](./v1/how-to-auto-train-models-v1.md) or [how to train using Automated machine learning on a remote resource](./v1/concept-automated-ml-v1.md#local-remote).

0 commit comments

Comments
 (0)