Skip to content

KietNhiTran/appmodernized-with-appservice-well-architected-accelerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Modernization with App Services and well-architected guidance on Azure

This is not just another Quickstart template to spin up App Server nor demonstrate vnet integration. It aims to provide a full accerelator template for App Sevices based application modernization which meets the well architected framework guidance of Azure.

Architecture

Architecture diagram

How to deploy

The project used bicep as main language for deployment.

To learn about bicep, please visit bicep documentation.

az deployment sub create --name <name your deployment if you like> --template-file main.bicep --location <location of this deployment> --parameters resourceGroupName='<To be created resource group name>' location='<Where to deploy this accelerator>' sqlServerAdmin='<SQL server admin username>' sqlServerPassword='<sql server admin password>' enableZoneRedundant='<true|false>'

Example deployement:

az deployment sub create --name prodeatusdeployment --template-file main.bicep --location eastus --parameters resourceGroupName='prodtemplate03-rg' location='eastus' sqlServerAdmin='sqladmin' sqlServerPassword='Abcd12345678' enableZoneRedundant='true'

Features in this accelerator

Planned features

  • Prebiult dashboard with critical metrics to the app and database.
  • Apply more security best practices like: DDoS, defenders.
  • CI/CD to demo a IaC deployment vis github action.
  • you name it via 'issue' :-)

Contribution Guide

  1. Fork this repo
  2. Clone the repor locally
  3. Create feature branch
  4. Commit your change to feature branch
  5. Push your change
  6. Create a pull request to this repo

Feedback

Feel free to request new feature and post your idea in issue list.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages