Share via

Azure Machine Learning workspace deployment error: InternalServerError

Mehmet ÖZEN 0 Reputation points
2023-10-08T14:48:01.5566667+00:00

I am trying to create a machine learning workspace. During the deployment process, the status of the Azure Machine Learning workspace turns to InternalServerError. The operation details show the following status message:

{
    "status": "Failed",
    "error": {
        "code": "GatewayAuthenticationFailed",
        "message": "Gateway authentication failed for 'Microsoft.ManagedIdentity'. Diagnostic information: timestamp...
    }
}

How can I resolve this issue?

Azure Machine Learning
0 comments No comments

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,836 Reputation points
    2023-10-10T01:08:23.8366667+00:00

    @Mehmet ÖZEN Thanks for the question, Can you please add more details about the steps that you performed. Here are a few things you could check:

    1. Credentials: Ensure that the credentials used for authentication are correct.
    2. Network: Check if there are any network issues that might be preventing authentication.
    3. Configuration: Verify if the ‘Microsoft.ManagedIdentity’ is correctly configured.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.