Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Export/Import Azure API Management Developer Portal Configurations

Microsoft has released a new developer portal for Azure API Management.

I'm looking for a way to export all the files and configurations from an API Developer portal and be able to import it to another one. So, I can apply the same customization to all my APIM instances.

Is there way to achieve that?

like image 807
Ehsan Mirsaeedi Avatar asked Dec 05 '19 17:12

Ehsan Mirsaeedi


People also ask

How do I save and configure your API Management Service configuration with Git?

In the left menu, under Deployment and infrastructure, select Repository > Deploy to API Management. On the Deploy repository configuration page, enter the name of the branch containing the desired configuration changes, and optionally select Remove subscriptions of deleted products. Select Save.

What can you do to make your API visible in the Developer portal?

To make the API visible in the developer portal, choose the False button. Its value changes to True, which indicates that the API is now visible. To make all APIs in a usage plan visible, choose the False or Partial button in the header bar for the usage plan.

Which of the below is used to provision and configure API Management service settings?

Use the management plane to: Provision and configure API Management service settings.


1 Answers

You could use Git Repository to export and import configuration.

In the local Git repository, portalStyles folder contains the configuration for the developer portal customizations in the service instance.

enter image description here

Note: Developer portal entities other than styles cannot be configured using Git.

like image 99
Joey Cai Avatar answered Oct 17 '22 21:10

Joey Cai