Azure / azure-service-bus

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

AutoDelete logs do not contain subscription and topic information #654

Closed dldldlepl closed 1 year ago

dldldlepl commented 1 year ago

Description

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

  1. 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

EldertGrootenboer commented 1 year ago

We have opened an investigation task for this in our backlog, and will update this issue when we have more information.

EldertGrootenboer commented 1 year ago

The work for this has been done, and will roll out within the next couple of weeks. Closing this issue as completed.

dldldlepl commented 12 months ago

@EldertGrootenboer I would have assumed that after 13 weeks the fix would have been rolled out, but I still can not find any information about the Topic or Subscription which has been automatically deleted in the logs.