Azure App Service Web Jobs
- Web Job is background job in azure app service.
- Reconciling jobs can be developed.
Azure APP Services with Database
- Generally most of the applications use some kind of backend database.
- Ensure the database configuration is read from the config file/Envioronmental Varaibles (docker).
- Create a configuration file for every environment (Dev, Test, UAT, Prod)
- Paramater Store also can be used
- Key Vault Service can be used for Sensitive information.
Integration of Azure App Service Deployments with CI/CD
- ARM Template: Create an ARM Template for deploying Azure App Service
- CLI/Powershell: Create a CLI Script for deployment
- Refer Here to make note of az cli commands.
- Terraform: Create a terraform Template to deploy the application