Azure Classroom Series – 06/Jan/2020

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
  • Terraform: Create a terraform Template to deploy the application

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner