Step 1: Check the audit log immediately
- Go to Azure Portal → Your Work Queue Service → Activity Log
Set time range to "Custom", covering when you last saw the queue
Filter event type by "Delete"
Step 2: Identify key details The log will show:
Executor (Object ID / UPN)
Precise timestamp (down to the second)
Source terminal IP address
Real case: Last week, a teammate accidentally deleted a service bus queue. We found the delete log in 2 minutes and used New-AzServiceBusQueue to restore it. If the queue was recently deleted, also check "Recover deleted resources" – you might get it back instantly!Step 1: Check the audit log immediately
Go to Azure Portal → Your Work Queue Service → Activity Log
Set time range to "Custom", covering when you last saw the queue
Filter event type by "Delete"
Step 2: Identify key details
The log will show:
Executor (Object ID / UPN)
Precise timestamp (down to the second)
Source terminal IP address
Real case:
Last week, a teammate accidentally deleted a service bus queue. We found the delete log in 2 minutes and used New-AzServiceBusQueue to restore it. If the queue was recently deleted, also check "Recover deleted resources" – you might get it back instantly!