Assign role to application in resource group #2170
Unanswered
AnthonyTayar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there,
I am trying to apply the Microsoft Sentinel Contributor role to an application in a resource group but I was not able to do it using Graph SDK, I tried a lot of things but information are a bit all over the place...
I still have one command from Az CLI in my code, which is the line allowing me currently to apply the Sentinel Contributor role to the application and I really want to remove all Az CLI commands;
az role assignment create --assignee $AppID --role "Microsoft Sentinel contributor" --scope $Scope
($Scope being the resourceID)Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions