I was doing some latency/performance testing for sending push notifications with Azure Notification Hub by consecutively sending many notifications in a foreach loop. It wor
For my best knowledge for right now NH has following limitations on number of SENDS (not registrations) per namespace per minute per NH machine:
Free tire: 100 Basic tire: 900 Standard tire: 11500
Massive sending in parallel allows to send more because calls are very likely to be routed on different machines.