I have an Azure Data Factory pipeline which needs to trigger on the 25th of each month.
However, if the 25th falls on a weekend day (Saturday and Sunday) then the trigger should run on the Friday before the weekend.
I would really appreciate any help on this.