MLogdberg / APIManagementARMTemplateCreator

Azure API Management Template Extractor, extracts ARM templates for your API's to be used in the CI/CD process.
MIT License
45 stars 43 forks source link

Support for backend arm template #88

Closed Splaxi closed 1 year ago

Splaxi commented 3 years ago

When using the "Azure API Management DevOps Resource Kit", we get arm templates for all backends that are registered inside our APIM.

When using your module, we only get the policy files, with a reference to the backend.

Did I miss something or doesn't your module support backends exported into ARM templates?

MLogdberg commented 3 years ago

Hi @Splaxi it's supported but since this tool aims for extracting only nessisary items, the backend need to be reference. Might be so that it's reference id a way that the tool is not recognizing?

MLogdberg commented 3 years ago

Might be the same as issue #100 ? solved in PR #102