Change in firewall config seems to have impacted real-time assessment of connector "When email arrives v3"
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: