5
votes

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?

1

1 Answers

13
votes

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.