This offer provides a preconfigured deployment of n8n on Ubuntu, enabling users to self-host an open-source workflow automation platform within their Azure environment. n8n allows you to design, execute, and manage automated workflows that integrate applications, services, and APIs using a visual, node-based editor.
The solution is intended for developers, IT teams, and organizations that require full control over their automation infrastructure and data. By running n8n on Ubuntu in Azure, users can customize configurations, scale resources as needed, and integrate automation workflows into existing systems and cloud services.
This offer simplifies the initial setup process and provides a reliable foundation for building automation use cases such as data synchronization, notifications, scheduled jobs, and API orchestration. Ongoing maintenance, security updates, and workflow design are managed by the user.
It will take a few minutes for your VM to be deployed. When the deployment is finished, move on to the next section.
Connect to virtual machine
Create an SSH connection with the VM.
ssh azureuser@<ip>
Usage/ Deployment Instructions
Connect to VM- Port- 22.
Run below commands after ssh into the machine to run n8n server.
export N8N_SECURE_COOKIE=false
n8n
Access the n8n Dashboard
http://<Public-vm-ip>:5678

Use a Reverse Proxy to Secure n8n In a production environment, it is best practice to set up a reverse proxy with SSL/TLS.