Getting error while creating functions

Dhaval Soni 0 Reputation points
2023-11-28T19:28:34.4633333+00:00

I am getting the following error while trying to create a function:

Microsoft.Web are not registered for subscription Azure subscription 1 and you don’t have permissions to register a resource provider for subscription Azure subscription

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,566 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,656 Reputation points Microsoft Employee
    2023-11-28T21:41:40.42+00:00

    @Dhaval Soni As the error message states, you have to register the resource provider before you can create resources provided by it.

    To do this, as the docs mention, you need to be the Contributor or Owner of the subscription. Since you are not, you will have to check with someone in your team who has the right permissions to do this.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.