Azure / azure-service-bus

☁️ Azure Service Bus service issue tracking and samples
https://azure.microsoft.com/services/service-bus
MIT License
580 stars 775 forks source link

AutoDelete logs do not contain subscription and topic information #686

Closed dldldlepl closed 6 months ago

dldldlepl commented 6 months ago

The azure diagnostic logs with EventName_s "AutoDelete Delete Subscription" do not contain an information about the deleted subscription and on which topic this subscription was.

The column "_ResourceId" which should contain this information contains only the full namespace id.

Actual Behavior

  1. Diagnostic Logs need to be enabled
  2. Have a subscription in a topic which was automatically deleted by the service bus
  3. In the logs you can see that the event log for EventName_s = AutoDelete Delete Subscription does not contain any information about what was deleted.

Expected Behavior

The log should contain information about what has been deleted. Knowing that something has been deleted but not knowing what is not very helpful. According to the documentation _ResourceId should contain this information. https://learn.microsoft.com/en-us/azure/service-bus-messaging/monitor-service-bus#sample-kusto-queries

This was already reported here: #654 and here https://github.com/MicrosoftDocs/azure-docs/issues/79269 according to it, it should have been fixed, but there is still no information visible in what has been deleted. So the log is pretty useless right now!

EldertGrootenboer commented 6 months ago

Hi, we have investigated this, and found the cause of this issue. A fix has been created for this, and will be rolled out in Q1CY24.