Azure RBAC : The deep dark secrets of role based access control

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • AZURE RBAC : THE DEEP DARK SECRETS OF ROLE BASED ACCESS CONTROL - Did you know that if you look beneath the surface of Microsoft Azure, there’s a complex connection between resources, roles & permissions working hard for you? This kind of role based access is built-in to Azure and you can take advantage of it right now. In this episode, Dana dives into Azure CloudShell and shows you this with the Azure CLI.
    --
    Continue the conversation on social media using the hashtag #knowops. Or join our private LinkedIn group at / 13754782
    We 💖 #azops
    #azure #itops #knowops
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 26

  • @DanaEpp
    @DanaEpp 4 ปีที่แล้ว +17

    I ❤ Azure security. What do you think about diving into Azure with the CloudShell like this? Too techy? Want more?

    • @jonathanvasquez8364
      @jonathanvasquez8364 3 ปีที่แล้ว +1

      it was wonderful content

    • @tzelinong2272
      @tzelinong2272 3 ปีที่แล้ว +2

      Excellent! I didn't really understand the significance of Resource Providers before this but now you've explained it so clearly, those RBAC concepts now make so much more sense. More of these please, especially in Azure Cloud Shell. Not too techy at all.

    • @krefftc
      @krefftc 3 ปีที่แล้ว

      I thought it was perfect. Thanks!

    • @winstontripp232
      @winstontripp232 3 ปีที่แล้ว

      I realize I am kinda off topic but does anybody know of a good place to stream newly released tv shows online?

  • @jaunineconradie3265
    @jaunineconradie3265 7 หลายเดือนก่อน

    This was the last bit of information that I needed to be able to truly understand what is going on behind the scenes. Thank you.

  • @ehteramuddinmohammed3995
    @ehteramuddinmohammed3995 2 ปีที่แล้ว +2

    You kept is so simple and clear! Thank you. Simplicity usually comes after reaching heights in experience!.

  • @Shankdude
    @Shankdude 4 ปีที่แล้ว +2

    Excellent explanation on the relationships between roles, security principles and resource actions. Thanks a lot.

    • @KnowOps
      @KnowOps  3 ปีที่แล้ว

      Thanks and welcome

  • @GeoffreySetiawan
    @GeoffreySetiawan 4 ปีที่แล้ว +3

    You explained this really well man. Thanks for sharing!

  • @sreepriyanks
    @sreepriyanks 3 ปีที่แล้ว

    you deserve more reach. this is incredible

  • @alexwolf7171
    @alexwolf7171 ปีที่แล้ว

    This is a great video

  • @sendtorakesh
    @sendtorakesh 4 ปีที่แล้ว +1

    Thanks for sharing information. It is very helpful to know.

    • @KnowOps
      @KnowOps  4 ปีที่แล้ว

      Great to see the info resonates with you. What did you find the most interesting to you?

  • @CoopmanGreg
    @CoopmanGreg 3 ปีที่แล้ว

    Well done!

  • @90tiagosilva
    @90tiagosilva 3 ปีที่แล้ว

    Thanks for sharing, this was very helpful!

    • @KnowOps
      @KnowOps  3 ปีที่แล้ว

      Glad you liked it!

  • @bargainsnfindsdotcom8227
    @bargainsnfindsdotcom8227 4 ปีที่แล้ว

    Great job. Would be great if you had a visual summary at the end.

  • @deepaksinghalinfo
    @deepaksinghalinfo 2 ปีที่แล้ว

    Thanks

  • @deependrachaudhary202
    @deependrachaudhary202 4 ปีที่แล้ว +1

    Nice. RBAC under the hood!

    • @KnowOps
      @KnowOps  3 ปีที่แล้ว

      Glad you liked it!

  • @amritarora8897
    @amritarora8897 4 ปีที่แล้ว

    please post more details it'be great

  • @amritarora8897
    @amritarora8897 4 ปีที่แล้ว +1

    Great Information. Will be better had it been detailed

  • @michaelferguson7371
    @michaelferguson7371 4 ปีที่แล้ว

    Good explanation.any chance of dumping the ps commands on a a blog or comments section?

    • @DanaEpp
      @DanaEpp 4 ปีที่แล้ว +2

      Hey Michael,
      I think the commands you are asking for are:
      To get a list of all roles in a subscription:
      az role definition list
      I used the following to filter the output for just the rolenames:
      az role definition list -o table --query [].roleName
      To see a role definition (ie: for role named Owner), you would use:
      az role definition list -n Owner
      To see a list of the registered resource providers, you can use:
      az provider list -o table --query “[?registrationState==‘Registered’]”
      To see the operations that a resource provider exposes, you can use:
      az provider operation show -n Microsoft.Storage
      I have had a few people message me privately wanting to know more about how to use the Azure CLI. I think I will cover that in the next episode and show you how to find this information yourself.
      Thanks for watching, and leaving a comment!

  • @aparvkishnov4595
    @aparvkishnov4595 ปีที่แล้ว +1

    Nice crisp channel. Important topic but still just 10K views. Why tech guys get no chocolate from youtube viewership 🤷‍♂