This blog is a WIP, but I’m going to share a minimal setup I use to get my Streamlit app to the cloud asap. This will not cover provisioning and continuous deployment of the infra and app through Github Actions or any other CI/CD tools. Hope to cover that in a future blog.
We build a lot of streamlit apps to showcase demos to clients. We start to build them out locally, but then we need to get them to the cloud. We have a lot of clients who want to see the demo in their own environment. So we need to get them to the cloud asap.
Pre-requisites:
- Azure subscription
- azd (Azure Developer CLI, not to be confused with Azure CLI, az)
… to be continued