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.
Upon completion of this beginner level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisite:
June 20th, 2023 - Resolved git push issue
May 2nd, 2023 - Updated theia to include autosave
March 20th, 2023 - Updated git push command