Using Azure Managed identities

Sdílet
Vložit
  • čas přidán 25. 08. 2024
  • Azure Managed Identity provide an identity for applications to use when connecting to resources.
    In this episode, Varun joins Christos to show us how us how to use managed identity along with the Azure SDK for .NET.
    [01:50] - What are managed identities?
    [05:10] - Types of managed identities
    [07:13] - Creating an identity in the portal (Demo)
    [14:10] - Deploying your project
    Useful Links
    What are managed identities for Azure resources?
    docs.microsoft...
    Authenticate with the Azure SDK for .NET
    docs.microsoft...
    Azure for .NET Developers
    docs.microsoft...
    Azure SDK for .NET
    github.com/Azu...
    Get your questions answered on the Microsoft Q&A for .NET - aka.ms/dotnet-qa​
    Learn .NET with free self-guided learning from Microsoft Learn: aka.ms/learndotnet
    #DotNet

Komentáře • 18

  • @WARL0CK
    @WARL0CK Před 24 dny

    Thank you for this video. Fixed my issues!

  • @BobWeberJr
    @BobWeberJr Před 3 lety +2

    Great episode! Every minute was worth it, thanks!

  • @krzysztofabram6512
    @krzysztofabram6512 Před 2 lety

    Have an issue with "The request is not authorized to perform the operation." on 15:27. I tried all identity / permission possible variations to make it work and no success

  • @redarismail5777
    @redarismail5777 Před 2 lety +2

    I am using CosmosDB Mongo API can I use this approach to clean my code from keys and connection string

  • @shamshad3971
    @shamshad3971 Před 2 lety

    Hi need the code which you used in this demo.

  • @redarismail5777
    @redarismail5777 Před 2 lety

    Can you please do a demo with Cosmos DB

  • @demikslanguages
    @demikslanguages Před 2 lety

    Followed every step but doesn't work. Exact same code. It would work if I use the connection string instead of Identity's clientID. Do I need to activate something on my azure portal?

    • @chinmayshetye3
      @chinmayshetye3 Před 7 měsíci

      He did a step Behind the scenes
      Where he assigned the managed identity to Target resource (Azure storage account)

    • @jayaraut
      @jayaraut Před 4 měsíci

      @@chinmayshetye3 Okay, I did the same. I made an app config and assigned app config data reader role to user defined identity then added this user defined identity to my app service. Now since my login in AD has the rights to contribute , shouldn't the connect via DefaultAzureCredential via user assigned client id shouldn't work? but this is giving me forbidden error.

    • @chinmayshetye3
      @chinmayshetye3 Před 4 měsíci +1

      @@jayaraut Check if the DefaultAzureCredential is picking the credentials of the user you assigned role to

    • @jayaraut
      @jayaraut Před 4 měsíci

      @chinmayshetye3 ok I figured the same yesterday. I have to assign same set of roles to my user too as the managed identity to get it working locally. That worked! Though I haven't deployed the code yet on app service to check managed identity which I hope will work but it was working locally.

    • @chinmayshetye3
      @chinmayshetye3 Před 4 měsíci

      @@jayaraut you can use your managed identity with DefaultAzureCredential object, you need to pass it as property while initialisation

  • @yaduwanshi
    @yaduwanshi Před 3 lety +3

    User Managed Identity doesnt work

    • @yaduwanshi
      @yaduwanshi Před 3 lety +1

      DefaultAzureCredential failed to retrieve a token from the included credentials.
      - EnvironmentCredential authentication unavailable. Environment variables are not fully configured.
      - ManagedIdentityCredential authentication unavailable. No Managed Identity endpoint found.
      - Process "C:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\Extensions\3fhsnrhg.f0v\TokenService\Microsoft.Asal.TokenService.exe" has failed with unexpected error: TS003: Error, Could not load file or assembly 'Microsoft.VisualStudio.Validation, Version=16.8.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040).
      - Stored credentials not found. Need to authenticate user in VSCode Azure Account.
      - Azure CLI not installed
      - PowerShell is not installed.

  • @adsharad5052
    @adsharad5052 Před 3 lety

    .net

  • @dotnet8925
    @dotnet8925 Před 10 dny +1

    so anyone can copy this code with userAssignedIdentity and be able to access the blob container .