From @stephlocke on November 30, 2016 12:4
Is the migration path:
- Make sure you have all your keys
- Delete existing Function App
- Delete Service Plan
- Wait for DNS to flush
- Create new Function App on Consumption Plan with same name and same storage account
- Configure CI, app settings etc
Will this work with all the history so blob's don't get reprocessed etc?
Copied from original issue: Azure/azure-functions-host#1010