Share via

Persistent "Failed to set up deployment: Cannot find User with name 00037FFE1584B4CC." when trying to deploy or save changes to Deployment Center

Harald 10 Reputation points
2024-03-04T14:40:24.09+00:00

I recently signed up for Azure, and have attempted to set up an App Service (Web App) to host my backend for an app, using the following settings,
Publish: Code
Runtime stack: .NET 8 (LTS)
OS: Windows

I'm trying to deploy my GitHub code using GitHub Actions, and have set "GitHub Actions settings" to "Enable".

From the "GitHub Actions Details" I've connected to my GitHub user and can select the repository. I've also tried revoking and reauthorising the GitHub app again as I kept stumbling into the error.

When finishing up, and creating the service, I get the following error:
"Cannot find User with name 00037FFE1584B4CC."

Extended log for the error:
{

"status": "Failed",

"error": {

"code": "NotFound",

"message": "Cannot find User with name 00037FFE1584B4CC.",

"details": [

{

"message": "Cannot find User with name 00037FFE1584B4CC."

},

{

"code": "NotFound"

},

{}

]

}

}

Same thing happens when trying to link from Deployment Center.

What user is it referring to? What step am I missing?

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


1 answer

Sort by: Most helpful
  1. Bryan Trach 17,842 Reputation points Microsoft Employee Moderator
    2024-03-11T04:25:55.9633333+00:00

    @Harald We believe this issue has been resolved. Can you please try again and let us know the outcome? If you are still having issues, please reply to this message so we can assist you further.

    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.