This is a repository (aka.ms/EnterpriseScale-AppService) that contains both enteprrise architecture (proven recommendations and considerations across both multi-tenant and App Service Environment use cases) and reference implementaion (deployable artifacts for a common implementation).
The enterprise architecture is broken down into six different design areas, where you can find the links to each at:
Design Area | Considerations | Recommendations |
---|---|---|
Identity and Access Management | Design Considerations | Design Recommendations |
Network Topology and Connectivity | Design Considerations | Design Recommendations |
Management and Monitoring | Design Considerations | Design Recommendations |
Business Continuity and Disaster Recovery | Design Considerations | Design Recommendations |
Security, Governance, and Compliance | Design Considerations | Design Recommendations |
Application Automation and DevOps | Design Considerations | Design Recommendations |
In this repo you will find reference implementations with supporting Infrastructer as Code templates. More reference implementations will be added as they become available. User guide goes into details on how to deploy each reference implementations to your subscription.
Reference Implementation 1: Line of Business application using internal App Service Environment v3
Architectural Diagram:
Deployed Resources:
Deployment Details:
Deployment Methodology | GitHub Action YAML |
---|---|
Bicep | LOB-ILB-ASEv3-Bicep.yml |
ARM (Coming soon) | |
Terraform (Coming soon) |
- Here are the pricing models for ASE V3. The current default is to deploy an ASE V3 that is zone-redundant and one Isolated V2 SKU Windows App Service Plan scaled to 3 instances (default with zone redundancy)
- Please leverage issues if you have any feedback or request on how we can improve on this repository