How can I make an Azure Logic App only execute during a certain window of time?
I have a logic app that retrieves all security incidents from Microsoft Sentinel and sends them to a Teams channel. Notifications in Microsoft Teams are always received between 9 PM and 5 AM. I want to configure the logic app in Microsoft Azure so that it sends incidents only within the time range of 7 AM to 5 PM, and only on working days, from Monday to Friday.
i used Recurrence trigger itself. As shown below I have it for every 15 minutes on Monday to Friday between 7 am to 5 pm.
Even, i tryed to put the récurrence trigger in défirent position in my logic app , but the same error
I have a logic app that retrieves all security incidents from Microsoft Sentinel and sends them to a Teams channel. Notifications in Microsoft Teams are always received between 9 PM and 5 AM. I want to configure the logic app in Microsoft Azure so that it sends incidents only within the time range of 7 AM to 5 PM, and only on working days, from Monday to Friday.i used Recurrence trigger itself. As shown below I have it for every 15 minutes on Monday to Friday between 7 am to 5 pm. Even, i tryed to put the récurrence trigger in défirent position in my logic app , but the same error Read More