How to connect to API management

sammyboy123 51 Reputation points
2021-01-05T15:29:49.623+00:00

I have created an api management resource to access an azure function. I have 2 problems:
1)I can't access my keys. How do I do that, and also connect to my api?
2)When I manually try to connect to endpoints, it says resource not found even though those endpoints were listed in the azure portal.
Thanks to whoever can help.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,768 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,299 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,526 Reputation points
    2021-01-06T05:31:42.833+00:00

    Hello @sammyboy123 did you follow this https://learn.microsoft.com/en-us/azure/api-management/import-function-app-as-api to import function app as an API.
    Also, when you say that you can't access my keys , are you talking about the function app keys? Do you encounter any error / exception?
    Let me know if this helps!