Using Azure Managed identities

preview_player
Показать описание
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?

Authenticate with the Azure SDK for .NET

Azure for .NET Developers

Azure SDK for .NET

#DotNet
Рекомендации по теме
Комментарии
Автор

Great episode! Every minute was worth it, thanks!

BobWeberJr
Автор

Thank you for this video. Fixed my issues!

WARLCK
Автор

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

redarismail
Автор

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

krzysztofabram
Автор

Hi need the code which you used in this demo.

shamshad
Автор

Can you please do a demo with Cosmos DB

redarismail
Автор

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?

demikslanguages
Автор

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

dotnet