n8n-nodes-azure-sql-identity
v0.1.2
Published
n8n node to execute SQL queries on Azure SQL Database using Entra ID authentication (App Registration or User Managed Identity)
Maintainers
Readme
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.
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-azure-sqlin Enter npm package name - Agree to the risks and install
Manual Installation
npm install n8n-nodes-azure-sqlCredentials
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
License
[MIT](LICENSE. md)
