How to trigger a manual redeployment of my Azure app?

Dio 0 Reputation points
2024-04-03T21:56:05.28+00:00

Hello! I have a app currently deployed on Azure and I simply want to redeploy it and refresh it since I have updated the code and merged into my main branch. However, my website does not update and I simply want to refresh the deployment from main. How can I do this?

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
929 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,270 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Luke Murray 10,636 Reputation points MVP
    2024-04-04T00:14:48.0866667+00:00

    Hi, Dio

    Your best bet is to set up Continuous Deployment and select the right branch.

    You can track the commits and deployments on the Logs tab.

    0 comments No comments