Completed
Input and output SQL bindings
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Azure SQL and Azure Functions - Integration with SQL Bindings
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What do developers love about Azure Functions and Azure SQL?
- 3 Scenario: creating an API on a SQL database
- 4 Introducing SQL bindings for Azure Functions
- 5 Input and output SQL bindings
- 6 SQL input binding
- 7 Sample API: product list
- 8 Sample C# Input Binding
- 9 Demonstration
- 10 Sample JavaScript Input Binding
- 11 Demonstration
- 12 SQL output binding
- 13 Sample API: new product
- 14 Sample JavaScript Output Binding
- 15 Sample C# Output Binding
- 16 Demonstration
- 17 SQL Projects for SQL Code Deployment
- 18 Demonstration
- 19 Managed Identity Authentication
- 20 Connecting with Managed Identity
- 21 Closing Notes