Does an azure function still need a) to have a storage account and b) a AzureWebJobsStorage app setting?
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
If your function app only has HTTP trigger functions, you don’t need a Storage account, but for all other triggers you do.
@paulmarshall Any reason not to go ahead and close this issue?
Most helpful comment
If your function app only has HTTP trigger functions, you don’t need a Storage account, but for all other triggers you do.