EventGrid trigger does not work with TLS 1.3 #2962
Labels
extensions: event-grid
Needs: Triage (Functions)
potential-bug
Items opened using the bug report template, not yet triaged and confirmed as a bug
Description
I'm not sure if this is a library issue or a platform issue.
The EventGrid trigger does not seem to work when my Azure Function is set to accept TLS 1.3 or higher. I just stopped receiving events.
After setting Minimum Inbound TLS Version to 1.2, the trigger started working again. I could reproduce this on multiple Azure Function Apps.
Steps to reproduce
[Function("MyFunction")] public async Task Run([EventGridTrigger] CloudEvent cloudEvent)
The text was updated successfully, but these errors were encountered: