2

I am using Event Grid Subscriptions in Azure which gets triggered on Blob Created. However we have lot of files coming into this blob say 1000+.

What would like to do is disable the Event Subscriptions if I find any errors with any of the files.

amit agarwal
  • 63
  • 2
  • 17

1 Answers1

5

Enable/Disable Event Subscription in the AEG is not supported, however you can use a workaround using the suffix filter, for instance, disabled.

see, the following screen snippet: enter image description here

Also, please vote the feedback to the AEG team for this feature, here.

Roman Kiss
  • 7,925
  • 1
  • 8
  • 21