Power Pages Actions in Visual Studio Code

Two years ago I posted about the features within Visual Studio Code to create assets in Power Pages. Since that time the team at Microsoft has added more features to allow developers to be more productive when extending Power Pages websites using HTML, JavaScript, Liquid, CSS, etc. To be effective using Visual Studio Code, this… Continue reading Power Pages Actions in Visual Studio Code

Power Pages: Site Settings as Environment variables

Currently rolling out to is the ability to configure Power Pages site settings as environment variables. Why is this such a big deal? In Power Pages configuration, much of the Power Pages website configuration is stored in metadata records called site settings. In many cases, these site settings are unique to specific environments, for example,… Continue reading Power Pages: Site Settings as Environment variables

Power Pages – solution management tips, tricks, and gotchas

One of the main driving features of using the enhanced data model for Power Pages is the ability to add a website to a Power Platform solution and transport to other environments. This makes building and configuring Power Pages and ALM management much more aligned to the rest of the Power Platform. Solutions: For those… Continue reading Power Pages – solution management tips, tricks, and gotchas

Use Power Platform pipelines with Power Pages

Power Platform Pipelines are a great solution for simple ALM to move your Power Platform solutions from a developer to testing, staging, and production environments. Check out the official documentation on Power Platform pipelines. A few weeks ago I wrote post and video about the new ability (in preview) to add Power Pages websites to… Continue reading Use Power Platform pipelines with Power Pages

Using solutions to move Power Pages site configuration

Moving Power Pages (and Power Apps portals) site configuration from a one environment to another used to be a bit of a tedious process. While there were handy tools like the XrmToolBox portal records mover, Power Platform CLI, or the Configuration Data Migration tool, it was always an extra step to move website configuration. Now,… Continue reading Using solutions to move Power Pages site configuration

Arctic Cloud Developer Challenge

Earlier this month I was a judge at the Arctic Cloud Developer Challenge, also referred to as ACDC. When I was originally asked if I wanted to go to ACDC, of course I said yes, AC/DC is one of my favourite bands. However, instead of a Highway to Hell, I took a flight to Oslo… Continue reading Arctic Cloud Developer Challenge

How to setup a Common Data Service Application User (and why)

When you build custom solutions where you need to create, read, update or delete data in the Common Data Service (including Dynamics 365 apps), you don’t necessarily want that application to use specific user credentials to do its work. This used to be a common way for external applications and integrations to authenticate to the… Continue reading How to setup a Common Data Service Application User (and why)

Simple ALM for Power Apps/Dynamics 365 Projects Revisited – Power Apps Build Tools edition

A few months back I wrote a post on how to implement simple PowerShell scripts to export, unpack and import solutions for Dynamics 365 and Power App projects. That post can be found here and is still relevant; Simple ALM for Dynamics 365/CDS Projects Summary All PowerApps/Dynamics 365/CDS projects, big or small should be using… Continue reading Simple ALM for Power Apps/Dynamics 365 Projects Revisited – Power Apps Build Tools edition

Simple ALM for Dynamics 365/CDS Projects

Summary All PowerApps/Dynamics 365/CDS projects, big or small should be using some form of source control for customization. You don’t necessarily need to build complicated build pipelines or continuous integrations to implement an ALM process. This post provides instructions on installing tools and setting up some PowerShell scripts to automate some tedious chores when managing… Continue reading Simple ALM for Dynamics 365/CDS Projects