-
Notifications
You must be signed in to change notification settings - Fork 569
Home
eShopModernized (MVC, Web Forms apps and N-Tier app (WCF service) deployed as Windows Containers into Azure)
Check the multiple posts at the Wiki on the right side in order to know how to containerized the base apps or how to deploy to Azure (multiple choices for deployment environments) the already containerized version of the apps.
-
ASP.NET MVC app containerized with Windows Containers
-
ASP.NET WebForms app containerized with Windows Containers
-
WinForms accessing a containerized WCF service with Windows Containers
-
Deployment metadata and detailed procedures to deploy to the following environments:
- Azure Web Apps for Containers (Windows Containers)
- Regular Windows Server 2016 VM (Virtual Machine)
- Azure Container Instances (ACI)
-
Use of Azure Active Directory for authentication and authorization
-
Uploading the Product Catalog images to Azure Storage Blobs
- Include procedures on how to create CI/CD pipelines in Azure DevOps
- Further Hybrid-cloud, networking and security considerations
Feel free to submit your issues plus suggest possible features to be added to the sample applications at the ISSUES section of this GitHub repo.
- Home
- Release notes
- e-books
-
MVC & Web Forms Samples
- Tour of the "legacy" ASP.NET web apps to modernize
- How to containerize the .NET Framework web apps with Windows Containers and Docker
- Publishing your Windows Container images into a Docker Registry
- Deploying the Apps to Azure Web Apps for Containers
- Deploying the Apps to ACI (Azure Container Instances)
- Deploying your Windows Containers based app into Azure VMs (Including CI CD)
- Deploying into local Kubernetes in Windows 10 and Docker for Windows development environment
- How to deploy your Windows Containers based apps into Kubernetes in Azure Container Service (Including CI CD)
- How to add authentication authorization with Azure Active Directory
- How to migrate the SQL database to Azure with the Azure Database Migration Service
- Using Application Insights in eShopOnContainers
- N-Tier sample: WinForms app and WFC service
- ASP.NET to Azure App Service Migration Workshop