Skip to content

Adding logic to handle failure scenario during Create Subscription

This PR Contains

  1. logic to handle failure scenario during Create Subscription

Scenario: While creating a new Subscription, Push Subscription creation might fail on event Grid which required the corresponding record to be deleted from Cosmos Db. Failures during this delete operation blocks a user to create a subscription with same topic and PushEndpoint combination again

  1. Added UT's to cover new changes
  2. Ran Integration Tests on local environment
  3. UT coverage is over 90%
Edited by harshit aggarwal

Merge request reports