Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to swap stopped Azure Functions and slots. #10722

Open
fsmartini opened this issue Jan 7, 2025 · 0 comments
Open

Add possibility to swap stopped Azure Functions and slots. #10722

fsmartini opened this issue Jan 7, 2025 · 0 comments

Comments

@fsmartini
Copy link

We have been using deployment slots for a while now, but we have one major issue with them: both the production slot and the deployment slot must be running to allow a swap. This is quite inconvenient for us, because we often use Service Bus triggers and do not want the apps to start processing messages until we are certain that all apps in the chain have been deployed with the new code and swapped in.

Ideally, we would like to have the ability to keep them turned off during the swap process, allowing us to start the production slot only after the pipelines confirm that the swap is complete.

Is there an architectural reason it works this way today, or is it simply due to the typical use case for slots, where code is expected to go live seamlessly?

And of course, if our understanding of how to use these are wrong, please help us getting the hang of it.

Best regards, Fredrik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant