Hi I had the same issue
to solve the issue you need to go to the file "local.settings.json"
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
to
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",