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.
https://dot.net/architecture
24.53k stars 10.36k forks source link

[Question] A bicep-based Azure deployment option? #2139

Open max-arshinov opened 1 year ago

max-arshinov commented 1 year ago

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.