Maxmilian Pawlikowski

Results 7 comments of Maxmilian Pawlikowski

We handle environments by using 3 different stages in the run-publisher.yaml that will publish to each different env. It will take a lot of custom code to do what you...

Ill give a more detailed approach of our setup and why we went down the path we did when I have some time to compile it all together!

@rigmiklos # Azure APIM Pipeline Documentation ## Overview There are two main pipelines: **Extractor** and **Publisher**. I will highlight two approaches we have tried. We have an apim instance for...

Okay somehow this got even worse. After pulling out the variables that reference other variables the logic app will automatically pull them back in.... This is not shown in the...

You have to use Set Variable action if you dont want it pulled back into this grouping. Also I just got off with MS, here are some steps to get...

You would configure this in your "configuration.extractor.yaml" file. Specify what api(s) you want to extract into your branch then run the publisher against that branch. We create a main branch...