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 slot support for all az functionapp commands #6581

Closed
ahmedelnably opened this issue Jun 14, 2018 · 6 comments
Closed

Add slot support for all az functionapp commands #6581

ahmedelnably opened this issue Jun 14, 2018 · 6 comments
Assignees
Milestone

Comments

@ahmedelnably
Copy link
Contributor

Add slot support for all az functionapp commands

@abforman
Copy link

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 ...)
This is preventing us from using function app slots until support is added!

@sebnyberg
Copy link

Running into the same problem here. Slots are more or less useless before it's possible to deploy to them using our CI tool.

@abforman
Copy link

I've had confirmation from Microsoft that slot support is GA for function apps.
If the CLI won't add support, what is the alternative? ditch az functionapp and just use az webapp?

@ahmedelnably
Copy link
Contributor Author

@ph0rman unfortunately until we get the support for slots, az webapp is the only way.
We will be working on increasing the support in az functionapp in CY19, stay posted

@ahmedelnably
Copy link
Contributor Author

cc: @dariagrigoriu

This should involve adding --slot flag to all commands, in addition we should allow the creation of a slot
New commands: az functionapp deployment slot (create/delete/list/swap)

@ankitkumarr
Copy link
Contributor

@ahmedelnably, please add Sprint 63 milestone to this, I do not have the right permissions.

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

5 participants