I am a beginner in azure, previously I had a logic app That it had a timer that runs an enpoint every day to check which employees have their birthday to send an email.
I would like not to review employees' birthdays every day, since there will be more types of notifications to send.
What do you recommend me to do or what service in Azure to use?
When I detect that an employee whose birthday is registered on December 26, for example, I can programmatically create a Schedule event in Azure , which can be executed every December 26, so that it calls my enpoit birthday.
• My endpoints are developed in ASP NET CORE 6
• My DB is in PostgreSQL