Posts Tagged: azure
Get the latest updates and best practices on Microsoft Azure and learn how to build, deploy, and manage your applications in the cloud.
Posts In 2018
Quick Tip: Accessing a Azure DevOps Secret From Within a Scripted Step (Article)
Published by Stuart Blackler on: 2018-12-26. Tagged:devopsazure
In today’s quick tip, we are going to see how we can access a secret that we’ve defined in a variable group as part of a Azure DevOps yml based build.
Building a Custom Build Agent Image With Docker and Azure DevOps Pipelines (Article)
Published by Stuart Blackler on: 2018-12-24. Tagged:devopsazure
In this article, we will learn how to use a custom dockerfile as the bases for a customised Azure DevOps build agent. There are many reasons why you might want to do this, including running custom tooling that takes a while to setup or tooling that isn’t supported yet.
Posts In 2015
3 Easy Steps to Configuring Azure With Powershell (Article)
Published by Stuart Blackler on: 2015-02-17. Tagged:dotnetdevopsazure
Recently, I had to automate some tasks in Azure. This is the easiest way I could get started.