Reputation: 147
I have an API app hosted in a private / internal ASE. This is to avoid access to the Api directly from internet.
I have provisioned an Apim that is available public Aly. I would like to import the Api's in private Ase into the. Apim.
Any recommendations / reference will be of great help.
Thanks Sendhil
Upvotes: 0
Views: 241
Reputation: 6647
If you API has a Swagger / OpenAPI spec doc, you could simply import that as is.
Worst case, you could always define your APIs manually.
Note that you would have to make sure your APIM instance can access your API hosted in ASE (same VNET or VNET peering if required) and would have to set the backend URLs with the API's internal IP.
Upvotes: 2