architecture-center icon indicating copy to clipboard operation
architecture-center copied to clipboard

ICollector / IAsyncCollector information out of date

Open aelij opened this issue 1 year ago • 2 comments

It looks like those interfaces can only be used in the old runtime. What's the alternative in the latest runtime?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

aelij avatar Dec 28 '23 12:12 aelij

@aelij Thanks for your feedback! We will investigate and update as appropriate.

Naveenommi-MSFT avatar Dec 28 '23 12:12 Naveenommi-MSFT

For output to Event Hubs, the recommendation for the isolated worker model would be to use the SDK types. Reference: https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=windows#sdk-types.

We can update the document to reference this and make note of the differences between the isolated worker and in-process models.

dbarkol avatar Jan 17 '24 04:01 dbarkol