I am trying to deploy an azure function, precisely a EventHubTrigger, but I am unable to run it, I get the following error message:
[16-10-2019 11:40:32] Microsoft.Azure.WebJobs.Host: Error indexing method 'Functions.Log10EventHubTrigger'. Microsoft.Azure.EventHubs: Illegal connection string parameter name 'DefaultEndpointsProtocol' [16-10-2019 11:40:32] Parameter name: connectionString. [16-10-2019 11:40:32] Error indexing method 'Functions.Log10EventHubTrigger' [16-10-2019 11:40:32] Microsoft.Azure.WebJobs.Host: Error indexing method 'Functions.Log10EventHubTrigger'. Microsoft.Azure.EventHubs: Illegal connection string parameter name 'DefaultEndpointsProtocol' [16-10-2019 11:40:32] Parameter name: connectionString.
I have used both connections strings available on my storage, and the error is still there! Any idea what might be causing this issue and how to solve it? Thanks