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?