Deploying a Webapp to Azure App Service Using Git Locally
Description
Azure App Service allows you to deploy and build code from your preferred source and build provider. You can use Git to deploy your local application code to Azure App Service easily, without having to interact with the portal. Using local git deployment to deploy web apps to Azure App Service allow you to reap the benefits of Git as well as prepare to enable automated deployments in your organization.
In this lab, you will deploy a web app to Azure App Service from a git repository in a localized IDE.
Learning Objectives
Upon completion of this beginner level lab, you will be able to:
- Deploy local application code to Azure App Service using Git
Intended Audience
- Cloud Engineers
- Software Developers
- DevOps Engineers
Prerequisites
Familiarity with the following will be beneficial but is not required:
- Azure App Service
- Azure CLI
- Git Workflow
The following content can be used to fulfill the prerequisite:
Updates
June 20th, 2023 - Resolved git push issue
May 2nd, 2023 - Updated theia to include autosave
March 20th, 2023 - Updated git push command