dotnet-architecture / eShopOnContainers

Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.

Home Page:https://dot.net/architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] A bicep-based Azure deployment option?

max-arshinov opened this issue · comments

Would the project be interested in an alternative deployment option? It might be possible to deploy the project to Azure without using K8S. The web apps can be deployed as "Azure Web Apps". Other services are available as fully-managed services as well. Both K8S-based and Bicep-based deployment options have their pros and cons. It would be convenient to have them handy so that a side-by-side comparison can be made.