by Keith Jenneke | Oct 5, 2021 | Azure, Azure DevOps
Create ARM Service Connection in Azure DevOps with Azure Cloud Shell ARM Service Connections When deploying your Azure Resources using Azure DevOps Pipelines you typically need to create an Azure Resource Manager (ARM) Service Connection in your Azure DevOps project...
by Keith Jenneke | Sep 27, 2021 | Azure DevOps
Getting started with Azure DevOps CLI. If you work with Azure DevOps then you should check out the Azure DevOps CLI, if you haven’t already. Working with the CLI will save you time because it lets you work in a streamlined task/command orientated manner. In...
by Keith Jenneke | Sep 7, 2021 | Azure, Azure DevOps
Azure Functions AKS DevOps Build and deploy you Azure Function as Containers Use Azure DevOps to build your Azure Functions as Docker Containers push them to Azure Container Registry (ACR) and deploy them to Azure Kubernetes Service (AKS). While running our Azure...
by Keith Jenneke | Aug 30, 2021 | Azure, Azure DevOps, Infrastructure as Code
Compliance with Azure DevOps and Azure Policy. Add Azure Policy into your Azure DevOps Release Pipelines to make sure your deployments are compliant. You can add Release Gate (sometimes called Quality Gates) into your Azure DevOps Release Pipeline to check for Azure...
by Keith Jenneke | Aug 26, 2021 | Azure, Azure DevOps, DevOps
Sign up to Azure DevOps is a step by step guide to signing up to Azure DevOps and Azure. Including creating a GitHub account. Having a sandbox environment that you can try things out in is critical when learning about a new technology. With this in mind we have...