Tag: Azure DevOps

Thoughts about disabling classic pipelines in Azure DevOps
Thoughts about disabling classic pipelines in Azure DevOps
Blog Posts

In this post I want to share my thoughts about disabling classic pipelines in Azure DevOps. Which I know there are mixed feelings about. In addition, I want to raise awareness that this is now possible. Due to the fact that towards the end of January Microsoft announced that you can now disable creation of classic pipelines in… READ MORE

How To Implement DevOps Culture in Power Platform Solutions
How To Implement DevOps Culture in Power Platform Solutions
How Tos

How To Implement DevOps Culture in Power Platform Solutions Learn how you can implement DevOps Culture in Power Platform Solutions by watching this short ‘How-To’ video! This short ‘How-To’ video with Douglas Romao, MVP, Fellowmind, Denmark, will showcase the Power Platform, including its components like Power Apps and Power Automate, and how they can be… READ MORE

Automate your Power BI Reports Deployment using Azure DevOps
Automate your Power BI Reports Deployment using Azure DevOps
Blog Posts

This article will guide you through the implementation of CI/CD pipelines using Azure DevOps. This will enable you to deploy your local report to your Power BI service automatically. To show you how it works, I will use an extension called Power BI Actions, available for free on the Visual Studio marketplace. Azure Portal Create a… READ MORE

Release Notes with Azure Functions and Azure DevOps
Release Notes with Azure Functions and Azure DevOps
Blog Posts

Introduction It does not matter what kind of project you run, there is always nice to have release notes. Collection of implemented user stories, features, and solved bugs. Of course, after each release, we can write these release notes manually but there is a better way to automate this process. In one of the projects… READ MORE

Building a Release Pipeline on Azure DevOps for Logic Apps
Building a Release Pipeline on Azure DevOps for Logic Apps
Blog Posts

Azure DevOps is increasingly used to automate the Release Pipeline of solutions to the cloud. In this context, I would like to report my recent experience by developing continuous integration and delivery for logic apps, hoping that it will be useful to someone else. Logic Apps is one of my favorite resource on Azure because… READ MORE

Deploy AKS and Traefik with an Azure DevOps YAML pipeline
Deploy AKS and Traefik with an Azure DevOps YAML pipeline
Blog Posts

This post is a companion to the following GitHub repository:https://github.com/gbaeke/aks-traefik-azure-deploy. The repository contains ARM templates to deploy an AD integrated Kubernetes cluster and an IP address plus a Helm chart to deploy Traefik. Traefik is configured to use the deployed IP address. In addition to those files, the repository also contains the YAML pipeline, ready… READ MORE

How to Migrate Azure PowerShell from AzureRM to the new Az Module
How to Migrate Azure PowerShell from AzureRM to the new Az Module
Blog Posts

In December, Microsoft released version 1.0.0 of the new Az Module. Az is a cross-platform PowerShell module to manage resources in Azure that is compatible with both WindowsPowerShell and PowerShell Core. Why to migrate to Az? Az is written from ground up in .NET Standard which allows us to use the module in PowerShell Core on Windows, MacOs or Linux platforms. It is… READ MORE