Azure Django Deployment

jeroen 1 Reputation point
2020-06-06T03:26:19.66+00:00

Hey -

I successfully deployed a django app.

However, if i commit new changes to github, which i can see get loaded through to azure, they do not actually show up on the deployed app. The app is still up, but it is the previous version.

How do i get Azure to leverage the "latest"?

Thanks,
J

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,958 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Malleswara Reddy, G 1,631 Reputation points
    2020-06-08T05:27:05.487+00:00

    Hi,

    Have you configured continuoys deployment from Github to Azure app services?-

    https://learn.microsoft.com/en-us/azure/app-service/deploy-continuous-deployment

    0 comments No comments