1
votes

I'm getting this error message when training any of my ML models in AML

(run = exp.submit(src))

Unable to create recipe: Service invocation failed! Request: POST https://cert-westus2.experiments.azureml.net/rp/workspaces/s

Training for these models was working fine last week.

Thanks for your help!

2
what version of the SDK are you on? - Anders Swanson
Thanks Anders, this is the version: azureml-sdk==1.1.5. I'm not using a compute target since everything is running locally in a VM - Conrad Wong
Ah so ScriptRunConfig? You can call workspace.from_config() and authenticate no problem, right? Can you ping that domain from the terminal? I wonder if it’s a firewall config issue... - Anders Swanson
Thanks Anders for your help, this issue got solved on its own after a few hours - Conrad Wong
Same issue is back again - Conrad Wong

2 Answers

1
votes

transient issues do happen from time to time. one suggestion -- try deleting and recreating the compute target.

0
votes

Can you confirm that the acr associated with your workspace has admin account enabled? Our logs indicate that admin account might be disabled on your workspace ACR.

https://docs.microsoft.com/en-us/azure/container-registry/container-registry-authentication#admin-account