Storage service has to publish notifications to both Event Grid and Service Bus.
Type
-
Feature Request -
Bug Report
Priority
-
High -
Medium -
Low
Feature Request
Why is this change needed? WKS service consumes the storage record changed notification via Service Bus R2. When we move to R3 infrastructure, we will have to make WKS consume from Service Bus R3. This change will have to make sure for all the environments, no notifications are lost. All notifications from SB R3 and SB R2 should be consumed by WKS, in all environments. To prevent that, we can make WKS consume from Service Bus R3 before it gets in production.
Current behavior Storage publishes to Service Bus Topic R2
Expected behavior Storage publishes to Service Bus Topic R2 and Event Grid Topic.
- This will require Event Grid Topic's access Primary key as a secret in Key Vault.
- The secret will be partition sensitive.
Other information
The change will be done in two steps.
- Key added to secrets for only records topic. (MR 99)
- key added for all topics
Edited by Komal Makkar