Forum Discussion

Isy's avatar
Isy
Bronze I
4 days ago

Microsoft Sentinel Deployment & Log Ingestion: Ingesting Platform Logs via Diagnostic Settings

Hello Immersive Labs community,

I’ve been working through the lab tasks and successfully completed tasks 1 through 6. However, I’m stuck on task 7, which asks:

"A storage account has been deleted. What would be the data type of the generated log?"

The task seems oddly described, and I can’t find any clear hints in the lab briefing or online resources. I’ve tried querying various data types like AzureActivityAuditLogsStorageBlobLogsStorageFileLogs, and others, but none seem to fit correctly.

Could anyone provide guidance or confirm which data type is actually relevant for this scenario? Are there any specific tips or resources I might be missing?

Thanks in advance for your help!

1 Reply

  • SamDickison's avatar
    SamDickison
    Icon for Community Manager rankCommunity Manager

    The two hints I managed to find, whether they helpful or not... 

    1. Start by filtering for the specific operation: AzureActivity | where OperationNameValue has "delete"

    2. Remember that platform logs regarding the lifecycle of a resource are categorized differently than logs regarding the usage of that resource.


    Any help?