c# - Azure Notification Hub: Schedule Mobile App API -
i have xamarin.forms app azure mobile app api (.net) , trying implement push notification feature.
basically we're going generate transactions using scheduled jobs during day, , notify respective users if transaction belongs them. how can create job execute api trigger notification in azure? saw azure article , not sure put code , publish azure. or create console application , create webjob in azure
@randeepsingh, there 2 ways scheduling job using webjobs or using azure scheduler.
- for using webjobs, can create & deploy console app notification api webjob, , set trigger webjob.
as reference, there article listed helpful document resources.
you can follow figure below add webjob mobile app.
- for using azure scheduler, can create web api in mobile app scheduled job calling via scheduler. can refer tutorial know how use azure scheduler.
Comments
Post a Comment