How to restrict calls to Logic App via APIM

HKPR 41 Reputation points
2022-07-23T11:12:56.477+00:00

We have a simple architecture for picking the file is Logic App > APIM Instance > SFTP Server and defined the static IP address for SFTP Server to whitelist it.

So, how to restrict or monitor the calls/requests to only Logic App via APIM?

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,769 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
0 comments No comments
{count} votes

Accepted answer
  1. Kamlesh Kumar 3,861 Reputation points
    2022-07-23T14:54:51.777+00:00

    Hi @HKPR ,

    Welcome to Microsoft Q&A Platform. Thank you for the question.

    The rate-limit policy prevents API usage spikes on a per subscription basis by limiting the call rate to a specified number per a specified time period. When the call rate is exceeded, the caller receives a 429 Too Many Requests response status code.

    223995-image.png

    You can set the number of calls and renewal period as well for the call like below screenshot.

    223996-image.png

    Regards,
    Kamlesh Kumar

    Please don't forget to click on 205836-130616-image.png or upvote 205759-130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is How

    Want a reminder to come back and check responses? Here is how to subscribe to a Notification

    If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators

    0 comments No comments

0 additional answers

Sort by: Most helpful