Hi,
I have created a Azure Function App were I want to add a incoming message to another queue in the same service bus namespace.
Here is my function:
I store all my connection strings (to service bus namespace and storage account) in a local.settings.json file.
When I debug this azure function app locally, I keep getting this exception:
The 'retriggercompleteworkorder' function is in error: Microsoft.Azure.WebJobs.Host: Error indexing method 'retriggercompleteworkorder'. Microsoft.Azure.WebJobs.Extensions.Storage: Storage account connection string for 'AzureWebJobscompleteworkorderConnSendListenAK' is invalid.
My problem is that I haven't defined any connection string anywhere that has the name "AzureWebJobscompleteworkorderConnSendListenAK".
If I comment out the parameters that I have marked in yellow, everything works - so I know that this issue is related to that parameter.
Anyone having any clue on what is wrong here?
regards,
Marius H. Enerud