Graham Zuber
Graham Zuber
Currently, customers can add GenevaExporter to the worker process, but there is no way to configure it on the host. This limitation prevents full observability and consistent configuration across environments....
The changes in [this commit](https://github.com/Azure/azure-webjobs-sdk/commit/0901824c5f365def6426465eacd035742350d915) are causing a test failure [in the host](https://github.com/Azure/azure-functions-host/blob/dev/test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/CSharpEndToEndTests.cs#L327) with the following message: ``` Assert.Equal() Failure ↓ (pos 166) Expected: ··· connection string 'setting_does_not_exist' does not...
When you create a default EventHubTrigger function in the Azure portal, it's unable to properly handle events. It throws the following error: ``` 2019-07-16T01:00:50.761 [Error] Executed 'Functions.EventHubTrigger1' (Failed, Id=6c60990e-cdf6-4eaa-896c-8caef21cc63a) Binding...