Now, we are ready to check whether everything works as expected. To do so, we can use Microsoft Azure Storage Explorer. When we access the queue we defined during the event subscription process, we can see that there are events gathered already:
Figure 2.19: Generated events within Azure Storage Queue
A quick look at one of the records reveals all the data gathered here:
{
"subject": "/subscriptions/.../resourceGroups/azureadministrator-euw-rg/providers/Microsoft.Storage/storageAccounts/azureadministrator",
"eventType": "Microsoft.Resources.ResourceActionFailure",
"eventTime": "2019-02-18T19:17:52.7587534Z",
"id": "407dc633-1157-46ac-97e5-92175fe78099",
"data": {
...
},
"dataVersion": "2",
"metadataVersion": "1",
"topic": "/subscriptions/.../resourceGroups/azureadministrator-euw-rg"
}
As you can see...