English 中文(简体)
Axure 活动目录添加任务按钮
原标题:Azure Active directory Add Assignment button greyed out
  • 时间:2019-11-08 13:52:33
  •  标签:
  • azure
I have an active directory application that is used as a service principle in DevOps pipelines. I need to assign Directory Reader role to this application. I am a Global Administrator, as shown in the picture below. When I try to assign a Directory reader role to the service user, the role assignment button is disabled as shown below. Is Global admin permission is not sufficient for this purpose or am I missing something here?
问题回答
There may be a "least privileged permission first" at play here. You have Global Administrator & 2 other roles, remove yourself from these 2 other roles & try again.
If you use PIM (Privileged Identity Management) then you can check if you can assign permissions there (you must be a member of the Privileged Role Administrator role). https://learn.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-how-to-add-role-to-user




相关问题
Windows Azure WorkerRole response

I am working on an Azure demo to run Powershell in a worker role. In my web role I add the name of the Powershell script which is to be run to a CloudQueue object. I can print the script output to ...

Windows Azure WebRole stuck in a deployment loop

I ve been struggling with this one for a couple of days now. My current Windows Azure WebRole is stuck in a loop where the status keeps changing between Initializing, Busy, Stopping and Stopped. It ...

Getting a token for Windows Azure

We are looking at Windows Azure, but getting a token appears to be hard now, at least that s what I m seeing in web searches. Anyone tried it or know how to accelerate that process? Any idea how long ...

Developing Azure .Net 4.0 Applications

Presently .Net 4.0 is not supported on Azure. This thread indicates that you will not be able to use .Net 4.0 with VS 2010 until it is supported in the cloud. http://social.msdn.microsoft.com I d ...

.NET 4.0 on Windows Azure?

My google-fu is failing me on this one. As a possible solution to Unit Testing .NET 3.5 projects using MStest in VS2010 (but I ve put this in a seperate question because it s kind of unrelated): Is ...

热门标签