Unable to create deployment success in function App - as free trail

Madireddy 2024 0 Reputation points
2024-05-24T12:42:13.56+00:00

unable to create a deployemnt using azure function. - it is failed to deploy

below is the failed response

{

    "status": "Failed",

    "error": {

        "code": "Forbidden",

        "message": "The subscription '910fe219-f99d-4c90-b99d-58962e2718b3' is not allowed to create or update the serverfarm.",

        "details": [

            {

                "message": "The subscription '910fe219-f99d-4c90-b99d-58962e2718b3' 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.
4,512 questions
{count} votes