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?
