Azure Notification Hub quota limits

只谈情不闲聊 提交于 2019-12-04 16:22:11

Send operations:

  • To increase quotas and start using some advanced features you could go https://manage.windowsazure.com, then pick any your Notification Hub and set Basic or Standard pricing tire on the Scale tab. Basic is $10 per month, Standard - $200. Note that pricing tire is actually changed on namespace level and all quotas are enforced against namespace.
  • Also if you try to call Send operations in parallel from several senders then you would see that bandwidth is wider because requests are very likely to be routed to different nodes.
  • Also if you are going to send a really big volume of notifications and each notification is targeted to 1 or very few devices, then write to support asking to enable Inbox for your namespace.

Other quotas:

  • At most 100 (by my best knowledge) namespaces per regular subscription, you can upgrade it to premium with no limit by writing to support.
  • At most 100 hubs per namespace, you can increase it by writing to support.
  • Number of devices is not actually limited, even for Free tire '500 active devices' limitation is not enforced... for now :)
  • Registration rate is limited, quotas start from 2000 per namespace per minute and depends on pricing tire.

Also: Some official pricing details: http://azure.microsoft.com/en-us/pricing/details/notification-hubs/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!