I am trying to send notifications to user's mobile devices registered on azure notification hub at specific time set by the user to receive notification. To do this, I am using azure TimerTrigger functions to trigger the function every 1 minute to read notification details from DB and send that information to azure notification hub, so that it can send notifications.
My question is can I send notifications to registered devices using azure notification hub at a specific time set by the users?
The above approach is correct? or is there any better way to do the same using resources on Azure