diff --git a/templates/replicate-sb-sb.json b/templates/replicate-sb-sb.json index 1b4c3e2..3ef8f63 100644 --- a/templates/replicate-sb-sb.json +++ b/templates/replicate-sb-sb.json @@ -1,5 +1,5 @@ { - "id": "replicate-from-sb-to-sb", + "id": "replicate-from-queue-to-queue", "description": "When messages arrive in a queue, replicate to another queue", "title": "Replicate from Service Bus queue to queue", "iconType": "Event", diff --git a/templates/replicate-topic-topic.json b/templates/replicate-topic-topic.json index 5f46fb7..702e497 100644 --- a/templates/replicate-topic-topic.json +++ b/templates/replicate-topic-topic.json @@ -1,5 +1,5 @@ { - "id": "replicate-from-sb-to-sb", + "id": "replicate-from-topic-to-topic", "description": "Messages arriving in a topic will be replicated to another topic", "title": "Replicate from Service Bus topic to topic", "iconType": "Event",