-1

We have a use-case where we want to register the same Mobile device to multiple Hubs within the same namespace using different tags.For example if I have namespace called N with Hubs H1 and H2 and a device D and I want to

  • [What is the price model for Notification Hubs?](https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-push-notification-faq#what-is-the-price-model-for-notification-hubs-) and [Configuring hubs and Namespaces](https://learn.microsoft.com/en-us/answers/questions/193190/configuring-hubs-and-namespaces.html) – Ecstasy May 16 '22 at 10:57
  • I cant find the scenarios to be similar as mine. My question is whether a single device registered with multiple hubs in the same namespace would be counted as one device or multiple devices ? – Ritesh Srivastava May 16 '22 at 17:04

1 Answers1

1

This would count twice, because there would be two unique registration ids. As its mentioned the linked document you provided.

enter image description here

SnehaAgrawal-MSFT
  • 217
  • 1
  • 5
  • 9