diff --git a/provider/notification-azure/docs/GUIDELINES_FOR_USING_NOTIFICATION.md b/provider/notification-azure/docs/GUIDELINES_FOR_USING_NOTIFICATION.md index a214635439debf403d489a64e3b95e1db1ba272b..e28c05895b44d0e1cecce8975cdf908b3703d2e0 100644 --- a/provider/notification-azure/docs/GUIDELINES_FOR_USING_NOTIFICATION.md +++ b/provider/notification-azure/docs/GUIDELINES_FOR_USING_NOTIFICATION.md @@ -12,6 +12,7 @@ Please verify that the topic you want to use exists. If now, follow [this](https #### 1. Publish to Service Bus Topic. Using core-lib-azure [Publisher facade](https://community.opengroup.org/osdu/platform/system/lib/cloud/azure/os-core-lib-azure/-/blob/master/src/main/java/org/opengroup/osdu/azure/publisherFacade/MessagePublisher.java), you can publish the events. +Please refer to [this MR as a reference](https://community.opengroup.org/osdu/platform/system/storage/-/merge_requests/266) to understand the changes needed for your service to start using the Publisher Facade from core-lib. #### 2. Steps to Subscribe 1. Register your subscriber with Register Service. You will need to expose two endpoints