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:

PCF : Input Formater Regex

Mon, 01/31/2022 - 14:09 By Danny Rodrigue…

PCF : Input Formater Regex 

Introduction

Launched in 2020, PowerApps component framework rapidly changed the entire way to use the Power Platform. In this article, we will take a look into the Input Formatter with Regular Expression PCF!

Developped by Shriram Pophali, this PCF enables to have a variety of controls upon a text field. The controls can be :

Tags

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.