A jonquil-row storage account should notify a webhook on Microsoft.Storage.BlobCreated. Which Event Grid resource type surfaces that built-in Azure service event?
Select an answer to reveal the explanation.
Short Explanation
Built-in Azure events ride system topics. Wire a system topic on that storage account for BlobCreated, not a homemade custom topic for the same job.
Full Explanation
Event Grid system topics expose events from Azure resources such as BlobCreated on a storage account. Custom topics are for application-defined events; Event Hubs and Service Bus filters are different messaging shapes and do not replace the system-topic pattern for this Azure service event.