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

Azure DevOps and Cross-Repo Branch Policies
Azure DevOps and Cross-Repo Branch Policies
Blog Posts

In a previous webcast we had for Microsoft Western Europe about using Azure DevOps for managing Dynamics 365 Business Central projects, when talking about the best practice to set policies for your branches, there was an interesting question: can I create cross-repositories branch policies? Also programmatically? I’ve partially answered the question and this post aims to… 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