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?