Giter VIP home page Giter VIP logo

azure-identity-livestream's Introduction

Azure Identity Livestream

This is the repository used during the 425show Twitch livestream which happened on the 18th of February 2021. While the video isn't available on Twitch anymore, you can catch it up on YouTube at https://www.youtube.com/watch?v=KYgXboJrU5M.

The goal is to have a look at the Azure Identity library, which is part of the Azure SDK. It allows developers to leverage Azure Active Directory authentication when interacting with Azure services that support it. This means that by using Azure managed identity, we can build a credential-less application.

To showcase this, we build a simple ASP.NET Core app that displays a list of people. We demonstrate how to use Azure Identity in several ways:

  • First, to connect to Azure Blob Storage, using the dedicated client library which is also part of the Azure SDK.
  • Then, we look at how we can connect to Azure SQL with Dapper, where we are in control of the creation and disposal of the SqlConnection instances.
  • Finally, we use what we learnt in the previous step to use AAD auth with Azure SQL while using EF Core.

Step by step walkthrough

If you can't watch the show, please head over to the releases page of this repository where each step we took is explained.

Interesting links

azure-identity-livestream's People

Contributors

mderriey avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.