In this video, we continue from the previous session where we dockerized and orchestrated a data pipeline with Dagster. We uploaded the Docker image to Azure Container Registry and set up an Azure Container Instance to automate daily orchestrations of DLT and DBT into DuckDB. In this episode, we focus on dockerizing our dashboard, pushing it to the container registry, and deploying it via an Azure web app. We connect the deployed web application to the file share, enabling automatic updates to the dashboard based on new data.
Code repo
https://github.com/AIgineerAB/azure-c...
Previous video
• Modern data stack deploy dockerized data...
00:00 Introduction and Recap
01:06 Dockerizing the Dashboard
01:47 Setting Up Azure Web App
02:57 Configuring Docker Compose
06:11 Building and Pushing Docker Images
08:12 Creating and Configuring the Web App
10:22 Final Steps and Troubleshooting
13:44 Conclusion and Next Steps