Hi Gupta, Garima - Thanks for reaching out over Q&A Forum.
Azure Event Grid supports choosing a specific TLS version for topics, domains, or subscriptions (when using a Web Hook destination). Although TLS1.2 is selected by default but TLS1.0 and 1.1 is also supported for backward compatibility.
When creating a Web Hook event subscription, you can configure it to use the same TLS version as the topic or explicitly specify the minimum TLS version. If you do so, Event Grid will fail to deliver events to a Web Hook that doesn't support the minimum version of TLS or above.
https://learn.microsoft.com/en-us/azure/event-grid/transport-layer-security-enforce-minimum-version
Can you please verify the TLS version you have configured and then test ahead accordingly.
Hope that helps!
Please let me know if there are any further queries/concerns, will be glad to assist.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.