This repository is a workshop that demonstrates a method to deploy the eShop application to Azure Kubernetes Service (AKS). The eShop application is a sample .NET 8 microservices application based on the Aspire framework. An accompanying ebook on the eShop application can be found here.
The following is high level architecture of the eShop application and its Azure components.
If you need clarification on any documentation, you can leverage Github Copilot for assitance. Just highlight the code snippet and type /explian
in the Copilot prompt.
- Build container images
- Deploy to Kubernetes
- Add Keda Scalers Examples
- Review Azure Monitor and Application Insights
- Update documentation
- A Java-based Version