Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Do azure-functions support deployment slots?

azure-functions are a special type of App Service on Azure. The other main Azure App Services (web & api) support multiple deployment slots on a sufficient App Service Plan (S1 and up). It seems likely that this is also an option for azure-functions, but I can not find the configuration area. Am I just not finding it or is this functionally not available for azure-functions?

like image 444
Rufus Nelson Avatar asked Jun 06 '16 14:06

Rufus Nelson


1 Answers

Update 5/13/2017: slots are now supported as a Preview feature.

Original answer:

Deployment slots are not supported at this time in Azure Functions. However, they will be supported going forward. Slots raise some interesting issues, and we want to make sure we tackle them before enabling this.

like image 161
David Ebbo Avatar answered Sep 28 '22 04:09

David Ebbo