Share via

Subscription not allowed to create a Function App

Anonymous
2025-02-28T12:25:13.6566667+00:00
 Hi 

Im getting this everything time i try to create a function App in my subscription?

Is there any limitation for this subscription? It's a Visual Studio one with 150 credits.

"status": "Failed",
    "error": {
        "code": "Forbidden",
        "message": "The subscription 'xxxxxxxx-39d4-49de-b0cf-xxxxxxxxxx' is not allowed to create or update the serverfarm.",
        "details": [
            {
                "message": "The subscription ' xxxxxxxx-39d4-49de-b0cf-xxxxxxxxxx
' is not allowed to create or update the serverfarm."
            },
            {
                "code": "Forbidden"
            },
            {}
        ]
    }
Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Marcin Policht 92,635 Reputation points MVP Volunteer Moderator
    2025-02-28T12:34:58.0933333+00:00

    Use the Consumption tier instead

    https://learn.microsoft.com/en-us/azure/azure-functions/consumption-plan

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-get-started?pivots=programming-language-csharp


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?


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.