-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 slot support for all az functionapp commands #6581
Comments
I hit the same problem. We zip deploy all our webapps using using the slot flag, but when I went to deploy our functionapps, that flag wasn't available (az functionapp deployment source config-zip -s SLOTNAME ...) |
Running into the same problem here. Slots are more or less useless before it's possible to deploy to them using our CI tool. |
I've had confirmation from Microsoft that slot support is GA for function apps. |
@ph0rman unfortunately until we get the support for slots, az webapp is the only way. |
cc: @dariagrigoriu This should involve adding --slot flag to all commands, in addition we should allow the creation of a slot |
@ahmedelnably, please add Sprint 63 milestone to this, I do not have the right permissions. |
Add slot support for all az functionapp commands
The text was updated successfully, but these errors were encountered: