The development of Power Apps by Microsoft due to its recognition of this widespread issue allows companies to quickly and affordably develop solutions that satisfy all of their requirements.

What are Power Apps and how do They Work?

Mon, 07/25/2022 - 08:08 By Maulik Shah
2 comments

Nowadays, most businesses use Microsoft PowerApps, which is a component of the Microsoft Power Platform. They help you to develop their distinctive apps. If you are a business owner wishing to create a one-of-a-kind app to support operations at your firm, PowerApps enables you to do it by utilizing the drag and drop features offered by canvas apps.

Tags

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: