Open
Description
We could show an example of a very basic UI and how to deploy that as an Azure Web App (i.e. through a Dockerfile and a pipeline with docker build / push to ACR).
Pipeline could be in Azure DevOps or maybe also in GH Actions.
Framework could be either Shiny for Python or Streamlit
.
An alternative idea could also be to build a REST API using FastAPI
, which would still be deployed the same way as the UI.