I created a staging deployment slot in production environment App-Service with the idea that once everything looks okay in staging environment, I’ll swap it with production. I have successfully deployed the new changes to staging slot from Visual Studio multiple times since yesterday but still the new changes are not reflected when I browse staging url. They are same as production.
When I deploy the same changes to a different app service which we have for development environment, the changes are reflected fine but not on staging environment.
What am I missing here? I know there is no special recipe needed to do it. Its same as publishing to production slot after finding the connection details from “Publish profiles”.