high-quality training with actual context and things the documents don't tell you - so much more than just another how to video
@NTFAQGuy4 жыл бұрын
Thanks, glad it's useful.
@madhurdeepak28813 жыл бұрын
Another amazing video John !! Love the way you explain these topics. Thank you again.
@jeffreyhines7802 жыл бұрын
Great video! It really helped me to understand how RBAC and PIM work together
@kenrq634 жыл бұрын
Some more very good information regarding Azure resources, thank you John.
@NTFAQGuy4 жыл бұрын
My pleasure! Ken, you based in the US?
@lltagged2 жыл бұрын
This video helped me to understand RBAC a whole lot better to solve some challenges and problems we have. Got some more digging to do! 🤣🤣 Thanks John!
@NEILBAAL4 жыл бұрын
Superb as always John
@NTFAQGuy4 жыл бұрын
Thank you!
@ansariwn3 жыл бұрын
Great tutorial, very informative. Thank you.
@NTFAQGuy3 жыл бұрын
Glad it was helpful!
@Cuoc_song_My42 жыл бұрын
Amazing teacher
@rickydiaz44713 жыл бұрын
You won one more subscriber, thanks.
@NTFAQGuy3 жыл бұрын
Thanks!
@deychand114 жыл бұрын
Super like the content John. Thanks.
@NTFAQGuy4 жыл бұрын
Glad you enjoyed it
@dineshsengar3904 жыл бұрын
hi John, I have a "contributor" role assigned at subscription and "User" role in AAD to which subscription is associated with. I tried creating a Azure AD B2C tenant but access was denied with below message: "User Authorization: Access is denied. You must have one of the following user roles for access: External ID User Flow Administrator, External ID User Flow Attribute Administrator, B2C IEF Keyset Administrator, B2C IEF Policy Administrator, External Identity Provider Administrator, Application Administrator, Security Administrator, Security Reader, Global Reader, Global Administrator." Since, i have contributor role at subscription, i assumed that i can spin up any resource in the subscription. Does this not apply on B2C ? and do i need to change my role in Active Directory ?
@NTFAQGuy4 жыл бұрын
AAD does not live in a subscription. Subscriptions USE AAD instances. Your contributor role is only at a subscription and therefore has no impact at AAD levels. You need a role set at AAD which is one of those it lists.
@dineshsengar3904 жыл бұрын
@@NTFAQGuy Thanks John
@janbergersen24984 жыл бұрын
Great video! Thanks!
@NTFAQGuy4 жыл бұрын
Thanks
@pallabkolkata4 жыл бұрын
@John Savill Where do i put the custom JSON file after i create it, could you please let me know, where to place it and use it
@NTFAQGuy4 жыл бұрын
Does not matter where you put it. Once you import to create the new role the JSON file can be deleted.
@rbattle2u2 жыл бұрын
Superb
@pokmnhyu3 жыл бұрын
Hi John, Great video again. I am trying to figure out what are the exact permission required if I would like my Azure applications to rotate the passwords of my Global administrators every few months ? The idea is whenever global admin has to use the password, it will have to draw from some sort of external vault.
@NTFAQGuy3 жыл бұрын
That would be an azure ad permission not an azure permission.
@pokmnhyu3 жыл бұрын
@@NTFAQGuy yes john. Sorry for asking question on the wrong video. I was trying to look at azure ad built-in role but unable to figure out the exact role which can suffice the purpose.
@laxminarayanarora46704 жыл бұрын
Superb !
@NTFAQGuy4 жыл бұрын
Thank you
@MySasasasasasasasas4 жыл бұрын
gracias!
@NTFAQGuy4 жыл бұрын
You are welcome. Thanks for watching.
@robdeep193 жыл бұрын
Great video as always! Is there anyway to automate the assignment an RBAC role to a group? I understand a group with "isAssignableToRole" property set to true cannot be of dynamic membership type. Does that mean if I need to assign the "Guest Inviter" role to a large group of people, they would have to activate it via PIM or I would have to explicitly assign the role to each user?
@bhakta_rg3 жыл бұрын
great content, John! liked and subscribed. I was also wondering if you could help with a use case, I want to write an azure policy because I dont want the Owner role to be able to cancel or transfer subscriptions, would you be able to help me with that? thanks!
@NTFAQGuy3 жыл бұрын
Owner of a sub will be able to move it. Limit who is owner.
@bhakta_rg3 жыл бұрын
@@NTFAQGuy understood. The point being, we dont want the Owners to be able to cancel the subscription or move them to another mgmt group. They can do everything else that the role allows. So I wanted to write an azure policy and apply it to the mgmt groups
@NTFAQGuy3 жыл бұрын
@@bhakta_rg I’ve never tried that. You would need to look if that’s possible based on properties exposed. My gut feeling is no