MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.46k forks source link

Package version 3.x for Event Grid does not exists #58232

Open thomas-mutter opened 4 years ago

thomas-mutter commented 4 years ago

Hi folks

I am looking for compatibility information of nuget packages and azure function bindings. This documentation says: Installing the NuGet package, version 3.x But the latest package Microsoft.Azure.WebJobs.Extensions.EventGrid is 2.1.0

I would highly appreciate to find an overview of all azure function binding packages and their compatibility with the different function runtime versions. Just updating packages to the latest possible version yields in binding errors in most cases due to azure runtime v3.

Kind regards Thomy


Document Details

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

mikeurnun commented 4 years ago

@thomas-mutter Thank you for your feedback! We will review and update as appropriate.

PramodValavala-MSFT commented 4 years ago

@thomas-mutter Thanks for catching that! 2.1.0 is the latest version and should work for v3 as well, as it is targeted for .NET Standard.

I believe there is no doc with such compatibility information but the READMEs of the respective extensions should have some information on it. Nonetheless, thanks for the feedback! We have assigned this issue to the content author to review and update accordingly.