You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setting up the PowerBI account and creating an Azure function to write data to Event Hub, the build is successful.
Once the data is generated from the DataGenerator, the
"func host start"
from the ChangeFeedFunctions folder, starts “Writing to the EventHub” but throws an exception saying,
Executed 'AnalyticsFunction_' (Failed, Id=8678f7f4-1a83-4a83-9d23-e889707279cf, Duration=455ms)
[2022-09-13T08:40:34.085Z] System.Private.CoreLib: Exception while executing function: AnalyticsFunction_. Microsoft.Azure.Amqp: Operation is not valid due to the current state of the object.**
I'm using netcoreapp3.1 framework.
The text was updated successfully, but these errors were encountered:
After setting up the PowerBI account and creating an Azure function to write data to Event Hub, the build is successful.
Once the data is generated from the DataGenerator, the
"func host start"
from the ChangeFeedFunctions folder, starts “Writing to the EventHub” but throws an exception saying,
Executed 'AnalyticsFunction_' (Failed, Id=8678f7f4-1a83-4a83-9d23-e889707279cf, Duration=455ms)
[2022-09-13T08:40:34.085Z] System.Private.CoreLib: Exception while executing function: AnalyticsFunction_. Microsoft.Azure.Amqp: Operation is not valid due to the current state of the object.**
I'm using netcoreapp3.1 framework.
The text was updated successfully, but these errors were encountered: