Event Grid Event Subscription - Webhook URI Inconsistent

Nick Cosentino 0 Reputation points
2025-06-24T04:11:52.9266667+00:00

When I am looking at the UI for my "Event Subscription" the URI for the webhook is broken. It has reset to a previous state, and now I cannot trust what value is there. I have two windows open, and when I hard refresh both of them they each give me a different URL:
User's image User's image

Normally, this wouldn't be such a big deal because the UI state is stale and I could determine which endpoint it's going to by exercising it... However, every time we deploy our Aspire app, it is RESETTING this webhook URI. So I have spent hours trying to debug why that's happening, and now the UI state isn't even consistent so I don't know what to trust.

Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Prathamesh Prakash Govekar 0 Reputation points Microsoft Employee
    2025-07-02T14:42:27.1833333+00:00

    This is expected behavior as EventSubscriptionOverview does not support deep link (opening blade using deep link/direct url). EventSubscriptionOverview Blade is opened with whole EventSubscriptionObject as a parameter. Now when you refresh the page or open it in new tab using bookmarked link after saving some property, deep link is not getting updated that's why you see old properties. When you close and reopen the blade from source topic flow, correct EventSubscription Object is being passed to EventSubscriptionOverview blade, and it's opened with correct properties. This blade is not intended to be bookmarked or refreshed, instead you should always be opening it from respective EventSubscriptionListBlade (in this case Events blade from storage account).

    0 comments No comments

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.