I created new java based Function with QueueTrigger.(plan to change to TopicTrigger) I made no change and debugged with error in local env. What could be issue? If this is related to Storage for webjob, I do have "AzureWebJobsStorage" definitions on local.settings.json. I do not know if this function use it or not.
"AzureWebJobsStorage" is in format of "DefaultEndpointsProtocol=https;AccountName=myjavafunctionappstorage;AccountKey=12345UyBcsN456ouBMPkmZs+hagTjEkdrJ3xM3TzQDp7U9OoFJYlEsV9NQeF0E0MVK9EevPtKpqY+DblPOMQQ==;",
[20.3.2020 13.04.39] The 'TopicTriggerCosmosOutput' function is in error:
Microsoft.Azure.WebJobs.Host: Error indexing method 'Functions.TopicTriggerCosmosOutput'.
Microsoft.WindowsAzure.Storage: No valid combination of account information found.