Logic behing swapping slots?

I guess whats weird is that currently when I go to myapp-staging.azurewebsites.net it just shows this:

But my deployment slot shows what I want.

That’s the normal behavior. What you see in the staging url is the default sample webapp. add a step to the pipeline to deploy the new version of the app to the staging slot, and then add a step in the pipeline to swap the slots and voila !

Thanks! I’ll have to invesigate the green/blue deployment more to understand why this is expected :slightly_smiling_face: