Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.
Steve Smith edited this page May 31, 2019 · 22 revisions

eShopModernized (MVC, Web Forms apps and N-Tier app (WCF service) deployed as Windows Containers into Azure)

Documentation

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.

Current version features

  • 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:

    1. Azure Web Apps for Containers (Windows Containers)
    2. Regular Windows Server 2016 VM (Virtual Machine)
    3. Azure Container Instances (ACI)
  • Use of Azure Active Directory for authentication and authorization

  • Uploading the Product Catalog images to Azure Storage Blobs

Future Roadmap

  • Include procedures on how to create CI/CD pipelines in Azure DevOps
  • Further Hybrid-cloud, networking and security considerations

FEEDBACK

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.

Clone this wiki locally