Showing results for identity - Azure SDK Blog

Oct 15, 2020
1
0

Using Azure Identity with Azure SQL, Graph, and Entity Framework

Mickaël Derriey
Mickaël Derriey

In this post, we'll look at what Azure Identity is, how it integrates with other Azure client libraries, and how we can use it outside of the Azure SDK to simplify Azure Active Directory authentication to services like Azure SQL or the Microsoft Graph API.

azure-sdktypescriptdotnet
Feb 25, 2020
0
0

Authentication and the Azure SDK

Adrian Hall
Adrian Hall

How do your apps identify themselves to the cloud resources you are using? This is one of the most important considerations when building a cloud-native app. When you write a service, you should be able to take the same code and run it on your dev box and in any of the Azure clouds without code changes.

javajavascriptpython