I'm building a job to sync some Azure AD data. It should be running every hour. For that purpose I'm thinking if I need to add JobHost implementation or it is enough to have just a ConsoleApp with settings.job file having schedule and added as a job?
Thank you