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

Backends with Custom URL causes NullReferenceException #100

Closed twinpiloot closed 3 years ago

twinpiloot commented 3 years ago

If you have defined a backend with a custom URL, the template generator causes a NullReferenceException. Currently, the template generator expects a Logic App or Function App, not a custom URL.

MLogdberg commented 3 years ago

Hi! this should be solved in PR #102 Thanks for reporting in and issue!

twinpiloot commented 3 years ago

I tested the fix and it works. Thanks for solving this Mattias!