Mapping Logic app (standard plan) to API endpoint (consumption plan)

Mohamed Hussein 300 Reputation points
2024-11-27T05:57:11.21+00:00

Hi,

I'm trying to map Logic app (standard plan) to API endpoint (consumption plan)

  1. Can not find the logic app itself when browsing for it
  2. When tried to use the link itself, got 401 error
  3. The logic app trigger link itself is public and operating via SAS key
  4. Trace file attached
  5. CORS is enabled
{
    "error": {
        "code": "AuthorizationFailed",
        "message": "The authentication credentials are not valid."
    }
}

Logic App link

https://husazfastlogicapp.azurewebsites.net:443/api/HusAzFastLogicApp/triggers/Webhook/invoke?api-version=2022-05-01&sp=%2Ftriggers%2FWebhook%2Frun&sv=1.0&sig=qJMpT-0dqqfyXdg70cpXs-DlvlGir2skJW2w7A8RMeU

HTTP Link

https://husapimang.azure-api.net/webhook

Image 7

HusApiManeg_Logs.txt

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,216 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,249 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,191 Reputation points
    2024-11-27T06:30:26.6366667+00:00

    @Mohamed Hussein Thanks for reaching out. This is a known limitation as of now Logic app (Standard Sku) is not supported in APIM. As a workaround you must use consumption-based logic app.

    Feel free to leave your feedback at aka.ms/apimwish

    do let me know incase of further queries, I would be happy to assist you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.