We are using Azure Scheduler API to create scheduling job on Azure Scheduler. We got the new request to create a recurring job that happens at the FIRST WORKING day of every month.
Normally it will be on the 1st day of the month. But if the 1st of the month is Saturday, the first working day will be 3rd (Monday). Or, the 1st day of the month is Sunday, the first working day will be 2nd (Monday). Like the table below:
Is this possible in Azure Scheduler?