Hi all,
I'm pretty new with Azure. I set up a notification hub in combination with Xamarin Forms apps, this works well with (silent) test notifications. Now I have to schedule these notifications, actually infinite, two times an hour. I can't really find good documentation about this (except some basic information https://docs.microsoft.com/en-us/azure/notification-hubs/notification-hubs-send-push-notifications-scheduled) . What is the best way to accomplish this? Is there a direct way from Azure? Or do I have to use WebJobs to call an API that resets the notifications every 7 days (maximum if I understood correctly?).