n8n-nodes-azure-sql
This is an n8n community node that allows you to connect to Azure SQL Database using Entra ID (Azure AD) authentication.
n8n is a
fair-code licensed workflow automation platform.
Installation
Follow the
installation guide in the n8n community nodes documentation.
$3
1. Go to
Settings > Community Nodes
2. Select
Install
3. Enter
n8n-nodes-azure-sql in
Enter npm package name
4. Agree to the risks and install
$3
``
bash
npm install n8n-nodes-azure-sql
``
Credentials
You need to configure
Azure SQL Authentication with:
-
Authentication Type: App Registration or User Managed Identity
-
Tenant ID: Your Azure AD Tenant ID
-
Client ID: Your Application Client ID
-
Client Secret: Your Application Secret
Operations
-
Execute Query: Run any SQL query
-
Insert: Insert data into a table
-
Update: Update existing records
-
Delete: Delete records from a table
Compatibility
Tested with n8n version 1.0+
Resources
*
n8n community nodes documentation
*
Azure SQL Database documentation
License
MIT