Change in firewall config seems to have impacted real-time assessment of connector "When email arrives v3"

Vinicius Correia 0 Reputation points
2025-01-07T12:52:35.1066667+00:00

Hi, this question touches on the behaviour mentioned in the question https://zcusa.951200.xyz/en-us/answers/questions/330052/logic-apps-outlook-new-email-v3-trigger-is-evaluat

Yesterday I executed the below commands to correct the non-compliancy on 2 specific policies related to firewall, and after that, my Logic App workflow stopped being triggered in real time when an email arrives and started taking in emails only in an hourly interval, which is way worse and impacts our business areas.

az functionapp update --name $lappName --resource-group $ResourceGroupName --set siteConfig.ipSecurityRestrictionsDefaultAction=Deny
az functionapp update --name $lappName --resource-group $ResourceGroupName --set siteConfig.scmIpSecurityRestrictionsDefaultAction=Deny

I wonder whether this is a bug and whether I will have to make the hard choice between being compliant with an important security requirement (it is enforced in my company) and having the Logic App behave as expected...

The behaviour can be seen below where the commands above were executed around 14:30 and after that, only the hourly triggers (as mentioned in the other question) works rather than really executing when an email arrives:

User's image

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,303 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.