So, I’m trying to get zero-downtime deployments for Azure Functions … it appears that just changing the blob in the appSettings causes a few seconds of downtime while it starts up the new deployment. It seems like the way around this might be to use deployment slots … create a new slot, deploy to that slot, let it start up then switch the active slot. Has anyone done this before? Does this work? Is there an easier way to do something that Azure should really just do for us? 🤔 Thoughts much appreciated!