Alerts in Azure for new resources

Carolina Zamisnicu 316 Reputation points
2021-08-02T08:54:15.503+00:00

Hi,

I was wondering if there is any possibility in Azure to alert someone or to export into an event hubs namespace when a new resources is being created, when a new deployment is being deployed and in general if I can alert any critical movement in my subscription that may impact my monthly costs and my production environment.
Thanks you!

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,828 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
562 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Devaraj G 2,091 Reputation points
    2021-08-02T09:52:36.313+00:00

    Hi Carolina,

    You can leverage Azure activity log for this, configure azure activity log at the subscription level to capture the logs.
    It requires bit of fine tuning at initial stage, but this will be the simple way to go for it.

    refer the below blog for details.

    https://learn.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-activity-log

    0 comments No comments