Playing with Github Actions
After using Azure DevOps Yaml Pipelines for some time now I wanted to learn more about Github’s Actions. Introduction According to the Github documentation, GitHub Actions makes it easy to automa...
After using Azure DevOps Yaml Pipelines for some time now I wanted to learn more about Github’s Actions. Introduction According to the Github documentation, GitHub Actions makes it easy to automa...
In my last blog post I shared my first experiences with Github Actions. One of the features of Github Actions is that you can publish actions in GitHub Marketplace and share actions you’ve created ...
I recently started to investigate Azure Private Link to access Azure Storage (Azure PaaS Service) over a Private Endpoint in our virtual network. Azure Private Link provides a number of benefits (...
While working on an Azure DevOps Release Pipeline I wanted to pass a variable from one Stage to another Stage and it turned out this was not possible without some extra effort. After some searches...
While working on a PowerShell Azure Function for my PowerShell Conference Europe 2019 session I wanted to enable some logging and it was not as straight forward as I initially thought. Logging Lo...
I wanted to replace some string values in one of my Log Analytics Kusto queries and had some difficulty to get the result I was looking for. In this blog post I’ll demonstrate how I got the wanted...
Microsoft announced the Public Preview of PowerShell in Azure Functions 2.x and here is a collection of links to get you started. Public Preview of PowerShell in Azure Functions 2.x Create yo...
I recently noticed that there is a now an option to use Managed Identity Authentication for Azure DevOps Connection Services besides Service Principal Authentication. For those not familair with A...
Recently I released a new PowerShell Module called PSJwt to the PowerShell Gallery. This is a PowerShell Module for JWT (JSON Web Tokens). The PowerShell Module is using the Jwt.Net library. This l...
In this blog post I’ll explain how to use the ‘old’ Windows Graph API to set an Azure Service Principal as owner of another Service Principal. For the automated configuration of Azure DevOps servi...