Logic app to connect to FrontDoor

Rajesh Ambakkat 216 Reputation points
2022-05-20T15:03:40.57+00:00

Is there an option to connect Front Door from a logic app? I would like to purge the cache in FD using logic app.

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
578 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,854 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,656 Reputation points
    2022-05-23T01:08:57.453+00:00

    @Rajesh Ambakkat Thanks for reaching out. As you want to purge the cache in front door using logic app then you can leverage the Purge Content REST API and call this API in HTTP native connector within logic app. You can call any HTTP or HTTPS endpoint from logic app leveraging the HTTP native connector.

    To get familiar with Azure REST API you can refere to this document.

    Feel free to get back to me if you need any assistance.

    0 comments No comments