host.Run vs host.RunAsync in .NET 6 isolated Azure Function

We noticed that the sample projects on the Particular site use host.Run() instead of what we use which is host.RunAsync().ConfigureAwait(false). Is there a specific reason why your samples don’t use the RunAsync method? Is it discouraged if the function is hosting an NSB ASB-triggered endpoint?

Hi!

This is just an oversight on our part, I have gone through and changed our samples to use RunAsync instead

Thanks for taking the time to reach out and help up improve our documentation :purple_heart:

Cheers,

Andreas