Internal Azure ASE Inboud/Outbound Traffic To Logic App

155 Views Asked by At

I have a logic app sitting in an internal ase which is also sitting behind an azure app gateway. The logic app does not automatically "fetch" via the run trigger I assume due to some traffic constraints utilizing the office365 api connection on an internal ase. The Logic App has a "when a new email arrives" trigger based on a specific subject line but this never triggers. Is the best way to accomplish this is to utilize a NSG to allow inbound/outbound traffic to the various list of ip address etc for Office365? Are there any pre-existing service tags I can use on the NSG?

1

There are 1 best solutions below

1
On

As per document, you can use services tags in network security group. As you are using logic app which is on internal ASE, need to add inbound and output security rules as mentioned in the above document.

Add outbound rule as shown in below image, enter image description here

Add inbound rule also as shown in below pic, enter image description here

Reference link