Search code examples
azureazureservicebus

Unable to add Microsoft Service Bus API in Azure App Registration


From various tutorials and stack overflow questions, I see a possibility to add Service Bus in the API Permission tab of an App Registration in Azure. See image below.

sample

However, I don't see this option in my organization's or my personal Azure tenant now. Has this been taken off by Microsoft recently? Are you able to see an option to add Service Bus?


Solution

  • Yeah, I couldn't able to see Microsoft Service bus api permissions as below:

    enter image description here

    But check the similar functionality by giving azure service bus data owner role which has the similar functionality using below process:

    Firstly, go to your Resource group and then click on Access Control:

    enter image description here

    Next click on Add+:

    enter image description here

    Then type Service Bus:

    enter image description here

    Then Select your required App Registration and then click on select:

    enter image description here

    Now Click ON Access Control and check you have got your required permission On Service Bus:

    enter image description here

    Now click on it:

    enter image description here

    If you your access is denied adding role assignment, then you need to ask you admin to provide you the access.

    And also check reference.