Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,723 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The function app deployment errors out with the error below. I found this relevant threat, but was unable to find a solution.
{
"status": "Failed",
"error": {
"code": "Forbidden",
"message": "The subscription '21f8772b-f3e8-4d74-bba0-88d90bb301d1' is not allowed to create or update the serverfarm.",
"details": [
{
"message": "The subscription '21f8772b-f3e8-4d74-bba0-88d90bb301d1' is not allowed to create or update the serverfarm."
},
{
"code": "Forbidden"
},
{}
]
}
}