Apologies for late response here!
You can try the following workarounds to resolve this issue:
- If you are using the VS code then use the
VS Code Azure Tool Extension
. - In App service -->go to the "Deployment Center" blade, and click on the "Disconnect" button on top. After that re-run the release pipeline.
If above doesn't help try adding AzureWebJobsStorage
into Configuration of your Function App
Enter as value the storage key's connection string from your Storage account. The path:
Storage account -> Access keys -> key 1 -> Connection string
Let us know if further query or issue remains.