Configuring and Setting up Middleware Azure Functions and Modules
Learn how to configure and set up middleware functions and add third-party modules.
We'll cover the following
Adding third-party modules
The SimplySql is a third-party Powershell module that can be used to establish a connection to a MySql or a SqlServer Database. All modules
inside the directory will be loaded when an application starts.
PowerShell
You can install modules using PowerShell with the Install-Module
command. To install SimplySql, we use the following command:
Install-Module -Name SimplySql
Visual Studio Code
- You can download SimplySql from the repo here or from my Git repo.
- Add the downloaded source code to the directory as shown in the image below.
Get hands-on with 1400+ tech skills courses.