This is a repository (aka.ms/EnterpriseScale-AppService) that contains both enterprise architecture (proven recommendations and considerations across both multi-tenant and App Service Environment use cases) and reference implementation (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 Infrastructure 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 Actions |
---|---|
Bicep | LOB-ILB-ASEv3-Bicep.yml |
ARM | Not provided* |
Terraform | Coming Soon |
Cost estimation:
The current default will cost approx. $40-$50 per day depending on the selected region (without any workload or Redis Enterprise). If deploying the current defult plus Redis Enterprise it will cost approx. $72-$82 per day. It is deploying an ASE V3 that is zone-redundant and one Isolated V2 SKU Windows App Service Plan scaled to 3 instances (default with zone redundancy). For more accurate prices please check pricing models for ASE V3 and pricing for Azure Cache for Redis.
- Please leverage issues if you have any feedback or request on how we can improve on this repository.
- The redis.bicep contains an optional parameter to select the enterprise tier that best apply for your scenario.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.