Securing workloads in Azure: Part 3 setting up your own build server
by Alex | August 14, 2022
Once the apps service is secured, we can't deploy to it anymore from outside environments. We need to set up our own build server in our network. This post explains how to do that...
READ MORE
Using git with powershell in Azure Devops release pipeline
by Alex | March 30, 2021
If you've ever wanted to perform some git commands in an azure devops release pipeline, for instance to update files on a schedule, there are some things to know and some tricks that can help you reach your goal....
READ MORE