Azure / api-management-developer-portal

Developer portal provided by the Azure API Management service.
MIT License
478 stars 305 forks source link

Option to clone the developer portal to another apim instance #2494

Open thomasklemmknf opened 1 month ago

thomasklemmknf commented 1 month ago

Hi, Is there an option to clone or down/upload the pages/styles/settings to another API Mangement instance?

verschaevesiebe commented 1 month ago

Hi @thomasklemmknf,

You should be able to perform a migration from 1 APIM to another copying the exact same design, images, etc. You can find the script in this repository under the script.v3 library.

https://github.com/Azure/api-management-developer-portal/blob/master/scripts.v3/migrate.bat

I personally use the JS version but depends on what you're proficient in. Hope this helped.

Thanks, propose to close this.