I’ve imported an OData Service as an API in Azure API Management by following the steps in this official article: https://learn.microsoft.com/en-us/azure/api-management/import-api-from-odata
I expected the OData to show up in de APIM Developer Portal, but it isn’t listed in de Api’s page. I have all the permissions i need, and the OData Service API is also added to a product. The strange things is that when i navigate to the Products page, and select the product, the OData API is listed as an API of that product. But when i navigate to the API from here, it goes to the API page, but it says "The specified API does not exist".
Does the Developer Portal also support OData services, and if so, how do i get them to show up in the portal?
2
Answers
When I am navigating to a certain product to add this API, I am not getting this API in the list. Hence it is not supported yet.
You might be able to add it using the settings option.
I have the same issues with no odata APIs in the developer portal. I have created an issue on their github https://github.com/Azure/api-management-developer-portal/issues/2502