How to pick event of azure subscription creation and cancellation within a tenant?

Meenakshi 46 Reputation points
2022-04-11T09:53:42.477+00:00

I need to perform some custom action on any azure subscription creation and cancellation within a tenant and I am not able to find that event.
How I can pick that event?

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

Accepted answer
  1. MayankBargali-MSFT 70,016 Reputation points
    2022-04-13T04:59:17.777+00:00

    @Meenakshi Thanks for reaching out. Event grid has different event sources as documented here. We do have the Azure Subscription as the event source where you can get only Microsoft.Resources supported event types as documented here.

    Unfortunately, as of now event grid cannot be used for your use case but you can refer to this document where you can leverage logic app, log analytics service etc and build your Kusto query for the subscription created and cancellation.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.


0 additional answers

Sort by: Most helpful