Hi,
We are trying to use Azure Event Grid subscriptions via webhooks as shown in the following link: https://docs.microsoft.com/en-us/azure/event-grid/receive-events
In short, Azure sends HTTPS requests to some configured endpoint. In our case, the endpoint is some third party application with <g class="gr_ gr_12 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="12"
id="12">self signed</g> SSL certificates, for testing. This seems to be untrusted by Azure and the requests fail to send. Is there a means of having the <g class="gr_ gr_94 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling
multiReplace" data-gr-id="94" id="94">self signed</g> certificate trusted on Azure? If my understanding of how this should work is incorrect, some info on how we can integrate webhooks into <g class="gr_ gr_171 gr-alert
gr_spell gr_inline_cards gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="171" id="171">third party</g> apps would be appreciated.