I just upgraded my azure web application so that I can have additional deployment slots. I want to be able to push updates from my github to the azure staging slot of my web app so that i can confirm my changes are functioning and loaded before “swapping” it to the my production slot where my domain is active.
I can setup continuous deployment on my production slot but when i try to set it up under my staging slot it always gives me errors telling me my resource is not found in github actions. Does anyone have feedback or experience on this?