Regarding API Management with azure next gen, shou...
# azure
b
Regarding API Management with azure next gen, should it be possible to import more than one openapi under the same path? Its possible in the console to import another function app api (openapi specced) under an all-ready existing API. But we cannot find out how to do this with pulumi. Our use case is that all apis will have the path /api and then each function aps openapi is imported in this. Pulumi code that fails if i use the same path. So that the Apis will have same path such as this:
Copy code
<https://api-management-zg057f.azure-api.net/api/v1/customers/v1>
<https://api-management-zg057f.azure-api.net/api/v1/incidents/v1/{shortId}/comments>