Home / Support / Apache Airflow on Ubuntu 24.04 LTS
Apache Airflow on Ubuntu 24.04 LTS — Apache Airflow is the industry-standard platform for authoring, scheduling, and monitoring data pipelines as code. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 8080 (web UI) |
|---|---|
| Open in browser | http://<VM-IP>:8080/ |
| Admin credential file | sudo cat /opt/airflow/admin-password |
| Sign in as | dcaadmin-<random> (AIRFLOW_ADMIN_USER in the credential file — not `admin`) |
| Service(s) | airflow-webserver, airflow-scheduler |
| Configuration | /opt/airflow/airflow.cfg (AIRFLOW_HOME=/opt/airflow; metadata DB /opt/airflow/airflow.db); DAGs in /opt/airflow/dags/ |
| Logs | journalctl -u airflow-webserver -f; journalctl -u airflow-scheduler -f |
| Version | Apache Airflow 2.10.4 (Python 3.12 venv, SequentialExecutor, SQLite metadata DB) |
| Platform | Ubuntu 24.04 LTS |
This image generates its admin credential on the VM at first boot — nothing is pre-set. SSH into the VM with the username + key you chose at deploy, then print the generated credential:
ssh <your-username>@<VM-IP>
sudo cat /opt/airflow/admin-passwordSign in as dcaadmin-<random> (AIRFLOW_ADMIN_USER in the credential file — not `admin`).
The username is per-VM (dcaadmin-xxxxxxxx), not `admin`; both lines are in the file. Change the password after first sign-in and delete the file once stored securely.
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.