Creating Azure DevOps WIKI Pages from within a pipeline - part 1
Contents PSDocs Installation of PSDocs Getting started Azure DevOps REST API - Pages Wiki Identifier PowerShell script to create an Azure DevOps Wiki page...
Contents PSDocs Installation of PSDocs Getting started Azure DevOps REST API - Pages Wiki Identifier PowerShell script to create an Azure DevOps Wiki page...
I developed a new Github Action to create an Azure DevOps Bug Work Item for failing Github Workflow actions. For Azure DevOps there are already some Extensions that create a Bug when a release is ...
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...