Endpoint deployment stuck on “Transitioning” in Azure Machine Learning

Louis Machiels 1 Reputation point
2020-11-11T10:57:37.033+00:00

I am trying to deploy an endpoint from the machine learning studio, but all endpoints get stuck in the transitioning state.

39082-chrome-2020-11-10-14-02-13.png
38868-image.png

When looking at the container's activity log, I can see the following operations took place:

38990-image.png

And if I select the top level failed action, I can see this error message:

39073-image.png

However, I should have the usual permissions for the group I'm deploying in, as I've created other resources in this group before.

Am I missing a different permission which would not be needed for other resources?

Resource group: intrglmpdev00002

Subscription Id: 931c1c11-140f-4489-a457-6f4b22023b26

Workspace: LimburgsMooisteML1

While searching for a solution earlier I found this thread; https://learn.microsoft.com/en-us/answers/questions/39341/azure-ml-endpoint-stuck-in-transitioning-state.html I have also sent an email to microsoft as specified there.

EDIT: I also just noticed that the description that I entered for testdeployment3 does not show up in the endpoint specifications.

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
635 questions
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,560 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Frank Cai 1 Reputation point
    2020-11-16T07:04:01.327+00:00

    Found below error in the logs:

    Status Code: 400 BadRequest Reason Phrase: Python interpreter version must be specified in the Conda file.

    Please try specifying python version in your Conda file, something like:

    dependencies:

    The python interpreter version.

    Currently Azure ML only supports 3.5.2 and later.

    • python=3.6.2