Failed to set up deployment: Cannot find User with name 00037FFE5D021E87

Raul 11 Reputation points
2023-01-05T11:42:08.093+00:00

I created a brand new Azure account and immediately afterwards I created an app service in Windows with .Net 6. Problem is that it failed deploying this app service with the following error:
"status": "Failed",
"error": {
"code": "NotFound",
"message": "Cannot find User with name 00037FFE5D021E87.",
"details": [
{
"message": "Cannot find User with name 00037FFE5D021E87."
},
{
"code": "NotFound"
},
{}
]
}
}
276447-image.png

Going forward, I saw the app service being created, so I carried over and updated the Deployment Center, unfortunately it gave me the same error.
Error: Failed to set up deployment: Cannot find User with name 00037FFE5D021E87.

276521-image.png

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,167 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Raul 11 Reputation points
    2023-01-11T16:36:57.4633333+00:00

    Well it seems like now it works fine, I've populated the Deployment Center and it worked.

    2 people found this answer helpful.
    0 comments No comments

Your answer

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