Search
Turn Power Automate Flows on in Bulk with PowerShell
If you've ever had to manually toggle Power Automate flows on and off across multiple solutions, you'll know how tedious it gets. Click into the flow, wait for the page to load, turn on/off and repeat. Twenty times. It's slow and frankly beneath anyone's dignity. We wrote a small set of PowerShell scripts to automate exactly this, and this post walks through the problem they solve and how to use them together. The scripts can be downloaded from our Powershell Repo on GitHub
D365 Freelancer
7 days ago2 min read
Debugging Azure Static Web Apps Command Line Interface (SWA CLI)
Sometimes, deploying Azure Static Web Apps via the CLI (SWA CLI) fails with unhelpful errors or no errors at all. This post describes how I modified the SWA CLI to improve logging and ultimately diagnose a silent deployment failure.
The Problem
In my case, I created a sample Static Web App with a home.html file instead of the expected index.html. As a result, deployments failed silently when running the following command:
D365 Freelancer
Dec 20, 20252 min read


30 Days of Static Web Apps - Day 2 - Create and Deploy a Static Web App
Overview This blog post provides instructions for creating a straightforward HTML static web app. It provides a high-level overview of how to build a Static Web App. Background Over the course of this year, I will be learning Azure Static Web Apps to host my Gym Tracker website. Over that time, I am going to post about my journey through 30 days of Static Web Apps ( #30DaysOfServerless | Azure Static Web Apps ) Day 2 is about building and deploying an Azure Static Web App. I
D365 Freelancer
Nov 15, 20254 min read