CI/CD (Continuous Development and Integration) in Dynamics 365, CDS and Power Platform. Discover all our articles

Dataverse Dynamics 365 Load testing for Model-driven app

Dataverse Dynamics 365 Load testing for Model-driven app

Fri, 01/19/2024 - 16:00 By julien.biedermann

Dataverse Dynamics 365 Load testing for Model-driven app

Introduction

In today's digital landscape, where user expectations for seamless, high-performing applications are at an all-time high, ensuring the reliability and scalability of software systems is paramount. Performance testing emerges as a critical practice in the software development lifecycle, aimed at evaluating the responsiveness, stability, and scalability of applications under various conditions.

Error handling in Power Automate flows

Error handling in Power Automate flows

Tue, 05/30/2023 - 10:22 By Sergio Ferraresi
1 comment

Error handling in Power Automate flows

Low Code solutions using Power Automate flows are becoming more and more popular in CRM Dynamics projects. But often low code solutions show maintenance issues because of the tendency of the developers (myself included of course) to neglect the exception handling aspects of the power automate flows under the assumption that "low code" also means "low error handling". 

Continuous deployment in Microsoft Power Platform

Power Platform Managed Environments and Pipelines

Thu, 02/09/2023 - 13:39 By mario.ortegaaguayo
6 comments

Power Platform Managed Environments and Pipelines:

What is Managed Environments?

Managed Environments is a suite of capabilities that allows system administrators to manage Power Platform with more control, less effort, and more insights. Administrators can use Managed Environments with any type of environment except the Developer environments.

Handle secrets in Azure DevOps

Tue, 05/31/2022 - 14:18 By Mattias Liloia

When creating a ci/cd pipeline for your project, at some point you have to define a connection to your environment. In case of Dataverse, the connection string will contain clientid and client secret values. It's always a good idea to store secret values in a secure place, instead of putting them in clear text into your pipeline definition file (yaml) and potentially pushing them into your code repository.

Azure DevOps provides you a number of possible solutions to address just that:

Power Apps Portal source code with Visual Studio Code and Power Platform CLI

Tue, 01/18/2022 - 10:45 By Fabian Kalchofner
2 comments
When developing a Portal with Power Apps Portal, you'll reach a point, where you want to have your developments in a source control or where you want to deploy your portal to a production environment. It's possible with Power Apps Portal source code with Visual Studio Code and Power Platform CLI.
Dataverse Plugin telemetry with Azure Application Insights

Dataverse Plugin telemetry with Azure Application Insights

Thu, 10/28/2021 - 16:44 By Danny Rodrigue…
2 comments
You must surely know the possibilities of tracing in D365 with the TracingService, but did you know that it is now possible to use Azure tracing? Here is an article on the subject: Dataverse Plugin telemetry with Azure Application Insights
Azure DevOps for Power Platform

Azure DevOps for Power Platform : Automation for Build, Deployment, Publish, Export, GIT, Variables

Tue, 06/01/2021 - 06:57 By Nguyen Van Hao
This article belongs to the Azure DevOps for Power Platform series. This one will deep dive in the Build and Deploy automations by using Publish, Export, GIT, Variables tasks. Read it ;)