You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Abhijeet Bodhankar edited this page Oct 30, 2020
·
2 revisions
Continuous Deployment service in Azure App Services and Azure Function Apps offers merging latest code changes to Azure hosted environment from GitHub. It helps to seamlessly update the Azure services without need of new deployment.
Continuous deployment in Azure App Services
Please follow below steps to deploy latest changes to the app service:
Log in to the Azure Portal for your subscription.
Select App Services from left menu blade
Search and select the app service name (search for the base resource name) which is created during first deployment. For e.g. constoso-newemployeeonboarding.azurewebsites.net
Select Deployment Center under menu blade
Click on Sync to synchronize the latest bits from GitHub master branch
note: please make sure that Repository name is pointing to correct OfficeDev repo git path.
Once the deployment is successful, please restart the app service and check the application is working.