简体   繁体   中英

Azure Service Bus topic custom role permissions

I'm trying to create a managed identity with a custom role that will provide access to create new subscriptions in my service bus topic.

My clients need to have the ability only to create subscriptions, but not to remove or edit.

As I see I can give them access only to create AND update subscriptions, but I want them to have access only for creating subscriptions. Is it possible to achieve that by creating a custom role?

在此处输入图像描述

As Per the MSDOC in ServiceBus Topic Subscription permission we have only four Operations which follows:

  • Create Or Update
  • Delete
  • Get
  • List by Topics

There is no other way to do only Create Operation in ServiceBus Topic Subscription in Custom Role .

Please refer Subscriptions - Create Or Update for more information

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM