How to Setup Auth with Managed Identity - Build a CRUD API with Azure Functions and SQL server

preview_player
Показать описание
Use managed identity to connect to SQL server from Azure functions. We'll create a CRUD API in two languages: C# and python. The API will read and write from the database. This is a typical use case for microservice architectures and using managed identity saves a lot of configurations and is currently a recommended best practice to secure your workloads. This video also deep dives into explaining how to create data bindings in Azure functions. So this is a part 2 of the authenticate and data bindings videos and goes a lot deeper than the other videos. I'm still figuring out how best to make these videos so let me know if something doesn't make sense or work.
Рекомендации по теме
Комментарии
Автор

Very good video. I like the schemas you made for architecture purposes. It gives a nice overview.

viktor_tindula
Автор

This video is really helpful. This saved my exploration time.

MrBalajiuppala
Автор

Amazing video. Please advise how to create tests for the app?

tadastadux
Автор

Where can we find the source code for this?

YakubuAzure
Автор

can you share the git repo - thanks for the video

diptanusaha
Автор

My SQL SERVERE MANAGED INSTANCE. is on a different resource group and different subscription that of Azure Functions and Data factory can you please tell me how to resolve this. Your help is highly appreciated

venkataramanapotluri
Автор

Where was the authentication. Misleading title

EngineersDrive