Azure Function APP Event Grid Trigger

Krishnaraj Poojary 1 Reputation point
2022-09-28T05:22:29.98+00:00

I have enabled the client certificate for the function app. Function app endpoints are mainly accessed from the APIM. We are passing certificate from APIM to the backend function app and this flow works for the http triggered function. But in the same function app we do have some event gird triggers and this triggers are falling with forbidden error. How can we pass the certificate from the event grid topic to the subscribers?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,511 Reputation points
    2022-09-28T10:17:30.08+00:00

    @Krishnaraj Poojary ,

    Thanks for reaching out to Q&A.

    Please let me know, how you have configured the eventgrid function to serve requests from APIM? When you select Functions in the import API section in APIM, eventgrid triggered function will not show up, only http triggered function would show up.

    I will provide an answer based on the response.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.