question

FS-7164 avatar image
0 Votes"
FS-7164 asked suvasara-MSFT edited

Is it possible to direct traffic from Front Door to Logic App

Hello,

For an Azure Logic App with HTTP request trigger.

It generated a POST URL.

Is it possible to direct external traffic from an Azure Front Door so that it calls the Logic App as a Backend?

The Logic App is not listed when selecting 'App Services ' as a Backend host type from the Front Door configurations.

Thank you!

97508-image.png


azure-front-door
image.png (9.4 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

FJcmdk4488-1603 avatar image
0 Votes"
FJcmdk4488-1603 answered

Not sure if you were able to find an answer on this. While looking at it I found a walkthrough on Github - Logic App sample for automatic traffic diversion for Azure App Service




5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

suvasara-MSFT avatar image
1 Vote"
suvasara-MSFT answered suvasara-MSFT edited

@FS-7164, You should be able to achieve this with custom host type parameter on Front Door designer for backend pool. All you need to do is add the logic app FQDN to the AFD backend pool. Once after establishing that connection if you try to access the AFD URL, the trigger should wake your app.

Note: If the reason for deploying AFD Infront your logic app is only for exposing your app then API management would be the best fit here where it also provides other security features like AD authentication for secure access.


Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.