An Azure service that stores unstructured data in the cloud as blobs.
Hi, a delay of a minute or a few minutes is normal for Azure Monitor resource logs because diagnostic settings use a buffered delivery pipeline; they are not a real-time event contract and there is no setting to tune that batch interval. First decide whether you are detecting a control-plane share operation or a supported storage data/event operation. For near-real-time automation, Event Grid is usually the better fit where that event type is available; for an ARM control-plane change, Activity Log/Event Grid may be more appropriate than storage resource logs. Keep the diagnostic stream for audit/analytics, and measure end-to-end latency using the event timestamp rather than the Event Hub receive time.