Permissions to register a service

Martin Hoch 20 Reputation points
2023-09-04T14:37:55.1033333+00:00

Which permissions do I need to be able to register a service in our company subscription?
User's image

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
942 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,642 questions
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 19,746 Reputation points Microsoft Employee
    2023-09-05T04:57:00.8666667+00:00

    @Martin Hoch Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    If a particular user is assigned with either owner or contributor access at subscription level, then he/she will be able to register all the resource provider.

    If you want to limit the particular user access to register only some specific resource provider, then you can create custom role and assign the permissions as shown below.

    Microsoft.web/register/action --> Register Microsoft.Web resource provider for the subscription.
    Microsoft.CognitiveSearch/register/action --> Register the subscription for Microsoft.CognitiveSearch provider.
    

    For more information, refer to these documentation

    1. Supported different resource provider operations.
    2. How to create a custom roles using either Portal, PowerShell or through any other methods.

    Feel free to reach back to me if you have any further questions on this.


0 additional answers

Sort by: Most helpful

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.