Configuring Event grid for azure functions running within container app

Abishek Murali 0 Reputation points
2025-07-30T18:56:34.24+00:00

I am using an Event Grid subscription setup to fire on blob triggers. I do not see an "AppKey" option for the function running within container apps to setup the webhook.

Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
{count} votes

1 answer

Sort by: Most helpful
  1. Sai Prabhu Naveen Parimi 3,235 Reputation points Microsoft External Staff Moderator
    2025-08-04T12:31:02.39+00:00

    @Abishek Murali

    Thanks for the additional context.

    You're right—when running Azure Functions inside Azure Container Apps, the traditional based Function Key authentication doesn’t apply. Container Apps don’t support the same function-level key model that App Service-based Function Apps do, so setting up an Event Grid webhook requires a different approach.

    1 person found this answer helpful.

Your answer

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