You are the architect of the ACME shipping group. You are responsible for designing a solution which should automatically monitor events and action-specific events. You are tasked to design a solution that should automatically notify you via email when a new resource is created or deleted in the "Production" resource group. Which technology should you use to create and send events?
Event grid is correct as this is can be used to create events when resources are deleted or created within a resource group. Once the event is created, you can configure a function trigger or logic app to send an email notification. Event hubs are used to ingest and process real-time data streams from apps or devices. Resource lock will not suffice, as the requirement is to be notified when a resource is created/deleted, not to prevent it from happening. Service bus will not suffice this is primarily used to send messages between applications that are decoupled.