We were considering the following architecture in Azure:
1. Prefect Cloud
2. Azure container instances (as execution layer)
However we have some issues when running the containers on Azure. Does anybody know any good tutorials in form of articles or videos that uses the Docker Agent with Docker?
Furthermore, we are also considering the scalability of this setup in the long run. I assume that most deploy their own prefect server to kubernetes together with many pods as the execution layer. However, if we wanted to start smaller due to the cost. What could be a viable solution on Azure?