-
Windows User Group (WUG) sessions
Later today (as of 2022/02/17) there will be a live session of my presentation for Windows User Group (WUG): Azure DevOps YAML CI/CD pipelines – praktické ukázky (presented in czech). I will go quite deep in a following examples: Standalone Continuous Integration (CI) pipeline Standalone Continuous Deployment (CD) pipeline Shared CI/CD pipeline and how to…
-
App Insights continuous export to archive and ad-hoc queries
In this article I wan to share how we minimized our AppInsights costs for archived data to about 10% of original costs and yet we have still the ability to query the data ad-hoc. Continuous export Because of various legal requirements we are obligated to keep our App Insights history for quite longer period than…
-
Policy Builder
Azure API Management has become an integral part of our system in the last couple of years. All API communication is going through this API Gateway. But we had to deal with two big issues. The first one was setting a release process and the second was creating policies. Policies are XML based rules which…