Ramana
Ramana

Reputation: 116

RBAC access in Azure Web App

I am trying to use RBAC for authorization in Azure Web App. I am following the example as described here. But this article points to Old azure portal. How can I create and assign roles (like 'Full-Time Employee', 'Vendor' etc..) in Azure AD in new Azure Portal?

Upvotes: 0

Views: 1510

Answers (1)

Nan Yu
Nan Yu

Reputation: 27528

In new portal , you could assign application role in Enterprise applications blade after updating 'appRoles' setting with application roles in manifest .

You could refer to document for detail steps . In select Role blade , you will find the roles you defined in manifest:

enter image description here

Upvotes: 1

Related Questions