Which access is required for user to manage and create notification from azure service(Notification hubs)??????

Shrikant Alone 20 Reputation points
2023-08-16T07:47:21.39+00:00

Which access is required for user to manage and create notification from azure service(Notification hubs) I am asking for user not owner.????

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
361 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,510 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,591 Reputation points Microsoft Employee
    2023-08-16T10:54:23.2666667+00:00

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

    If a particular user is assigned as contributor at resource group level or at subscription level, then he will be able to create and manage the resources.

    Contributor access: Grants full access to manage all resources but does not allow you to assign roles in Azure RBAC, manage assignments in Azure Blueprints, or share image galleries.

    If you want to limit particular user access to create only notification hub, then you need create a custom roles and assign the below permissions to create notification hub and namespace:

    Microsoft.NotificationHubs/Namespaces/write --> Create a Namespace Resource and Update its properties. Tags and Capacity of the Namespace are the properties which can be updated.

    Microsoft.NotificationHubs/Namespaces/NotificationHubs/write --> Create a Notification Hub and Update its properties. Its properties mainly include PNS Credentials. Authorization Rules and TTL

    You can also refer to this documentation for more information about which permission need to be added and also supported resource provider operations.

    Feel free to reach back to me if you have any further questions on 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.