Search code examples
azure-api-managementapim

Configuration issue in azure api management service


enter image description here

IN APIM I am facing this issue.I tried multiple time but still it shows not found.

I already created logicapp with my name and trying to configure it from APIM . Checking it in API's logicapp resource.


Solution

  • The error generally occurs when your logic App don't have appropriate access to configure and your APIM regions are different from logic App.

    Issue reproduced from my end getting same error when my logic App and APIM are in different locations.

    • Created my APIM in west US region as shown in below image enter image description here
    • Then i created floatlp logic App under central US region and then in APIM i try to add this in under API's . As shown in image my logic App and APIM are at different regions it shows NO results found as expected. enter image description here enter image description here
    • Then again i created explap01 in the West US region as APIM region and then i can see my logicapp in APIM API's search results. enter image description here enter image description here Note: My subscription and resource group also same for my APIM and logicapp.
    • So, you're facing this issue because of region if possible try in same region. It avoids performance, configuration, latency and networking issues. If you want it in different regions refer below document, it may helps.

    Refer this MS document import a logic App which supports multi-tenant Logic Apps environment.