How to use Managed Identities to access Azure resources securely

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

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

  • @DanaEpp
    @DanaEpp 5 ปีที่แล้ว +9

    Thanks for watching this week's episode. My sincere apologies for the poor audio in the screencast portion. My good mic died and I had to use the actual source from the Surfacebook, which isn't anywhere near as good. We tried to clean it up, but I know its not ideal. No matter though... I am still able to show how sweet managed identities are!!! Hope you like it!

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

      not a major issue... love the background music.

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

    You are too good to be truth. Such a detailed and logical step by step explanation is close to impossible to be found nova days. Thank you, and I hope one day you start your channel once again.

  • @wilsongottineto6479
    @wilsongottineto6479 8 หลายเดือนก่อน

    It's also awesome to see Managed Identities working on K8s too. :)

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

    Thanks for this, very clear and helpful. As a remark: don't switch mid-way from CLI to UI, now I'm stuck with half the commands to do this. (Or if you do switch over in the video to UI, mention that the commands can be found in the description/some website/...)

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

    Thanks for this great video. A very clear and useful video to understand managed identities in Azure.

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

    Clear presentation and very useful....

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

    Please help me understand. At 9:04 , after you assigned the Managed Identity to the Linux VM and then did a CURL operation to fetch the access token , how did MS authenticate the HTTP request that originated due to CURL ?

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

      Hey Saurabh, a good place to start to learn how the Azure metadata service exposed at 169.254.169.254 works would be to check out this article: docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/how-to-use-vm-token

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

      Another article that showcases more info on what is exposed from the metadata service is at docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service

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

    Great Video. Definitely a keeper. Unfortunately this is way over my head. Not sure how long you've been doing this but damn your good. I understand its value but creating and managing it will take me sometime to learn well. Thanks for all your videos.

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

    great video: short, to the point and practical - thx!

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

    Brilliant as usual🙌

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

    Very helpful, thank you for the great guides. :)

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

    hi Dana, thanks for sharing this super useful!! what is the terminal you use for Azure cli?

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

      Hey Ivan, I use the “Windows Terminal” from Microsoft, which you can download for free from the Microsoft Store. It supports a cmd shell, PowerShell and even Azure CloudShell. I also use it with WSL so I have a full bash environment. HTH!

  • @LtW00dy
    @LtW00dy 5 ปีที่แล้ว

    Great video. thanks for sharing.

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

    I'm now just wondering how assigning a UAMI to the Linux VM in ARM suddenly gives you access to the token inside the VM. I imagine it's some Azure agent/service or something that passes it through, but I am curious.

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

    Azure Academy can learn a trick or 2 from you sir! Just one remark if you don't mind: The videos in the playlist are in no particular order, this is actually the first video and from the sound of it, there are obviously previous lessons. Perhaps you might consider rearranging the content of the play list?

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

      That's great feedback. We'll look into.

  • @ZeeshanKhan-ld2ff
    @ZeeshanKhan-ld2ff 4 ปีที่แล้ว

    nice demo, thanks a lot.

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

    Thanks. Can you do a video of how to use managed identities correctly within a devops pipeline? I see you can create a service connection for Azure Resource Manager which allows the Managed Identity option but it doesn't allow me to specify which managed identity I want to use. I'm very confused.

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

      You need a service principal

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

    Sir, I am new to Azure DevOps, this designation is quite new. I have a question, can we fetch servicePrincipaID using the Managed identity or Uploaded certificate (.cer) using PowerShell? If Yes, then please lead me.

  • @eugenelipsky2660
    @eugenelipsky2660 5 ปีที่แล้ว

    Thanks. This was very helpful.

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

    New subscriber here. I like your presentation style.

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

      Thanks Ed!

  • @ovinophile
    @ovinophile 9 หลายเดือนก่อน

    Great content here. Just sad that Dana got taken by the Covid 😢

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

    Learned something new. Thanks

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

    How to get the activity log of the Managed identity? for example, if MI is used to access secret in KV, how to get it logged...

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

      Take a look at the AADManagedIdentitySignInLogs object for Azure Monitor at docs.microsoft.com/en-us/azure/azure-monitor/reference/tables/aadmanagedidentitysigninlogs

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

    Nice contents in your videos thanks

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

      Glad you like them!

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

    Good vídeo 👍

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

    Greate video.

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

    Very useful

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

    Awesome !!

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

    You're the best

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

    hi how can i leverage the managed identity when my resource is in another tenant and my azure AD is in separate tenant?

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

      Well, if the identities are across tenants you will have a hard time. While you can federate between directories, that's not something you would use with managed identities. What exactly are you wanting to accomplish?

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

    I LOVE your video bro

  • @RajKumar-mp9is
    @RajKumar-mp9is 4 ปีที่แล้ว

    Hi speaker nice videos. Could I connect you in fb or watsapp. Need some help in azure

  • @sukantvirkud
    @sukantvirkud 5 ปีที่แล้ว

    Waiting for Azure Sentinel episode ...