In the previous chapter, you learned about the programming model used in Azure Functions and saw a few popular templates. While most of the examples were done with C# Script directly in the Azure portal, in this chapter you will dive deeper into how to access Azure SQL Database in Azure Functions through Visual Studio 2019.
Overview of Azure SQL Database
Azure SQL Database (aka SQL Azure) is a platform-as-a-service (PaaS) relational database offered by Azure. The core engine ...