question

DanielTudorache-7176 avatar image
0 Votes"
DanielTudorache-7176 asked DanielTudorache-7176 commented

Azure Machine Learning - Deployment of real-time endpoint works in westeurope but fails in eastus.

I encountered the following situation when I run a Python real-time deployment Notebook script in 2 different Resource Groups, one is based in eastus and the other in westeurope:
It works for the westeurope Resource Group: 168381-weast-europe-run.png
When I run it in eastus Resource Group I get the following error: 168347-east-us-error.png

Notebook configuration: Standard_DS12_v2 (4 cores, 28 GB RAM, 56 GB disk) and azureml.core.VERSION==1.34.0 for both Resource Groups.

Has anyone encountered this problem before?

Let me know if any other details are needed.







azure-machine-learning
east-us-error.png (85.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

GiftA-MSFT avatar image
0 Votes"
GiftA-MSFT answered GiftA-MSFT edited

Hi, based on a similar post, can you confirm that you've registered the model?


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

DanielTudorache-7176 avatar image
0 Votes"
DanielTudorache-7176 answered DanielTudorache-7176 commented

Hello,

Yes, the model is registered.
168654-model-reg.png



model-reg.png (20.7 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Okay, have you tried to follow the steps provided from the error message such as reviewing the logs for your compute instance, debugging locally, etc.?

1 Vote 1 ·

Thank you, it was a missing pyhton package that caused the error.

0 Votes 0 ·