Getting Started with Azure SQL Bindings: Part 1


 

Expanding on the excellent post by Drew Skwiers-Koballa; Developing with Azure SQL bindings and Azure SQL trigger for Azure Functions, I’d like to take a chance to walk you through creating your first SQL Binding using a completely local development environment. Part 1 will cover creating a SQL Binding to get data from an Azure SQL Database. Parts 2 and 3 will then cover inserts, updates, and deletes as well as calling stored procedures.   Prerequisites and Setup Our local development environment will be using VS Code and Docker. If you don’t have either installed, you can get VS Code