Search
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


Filter Empty String From Array in Power Automate Flow
The Problem I encountered this problem while writing a logic app, but it remains equally applicable to logic apps. I had an HTTP child...
D365 Freelancer
Jul 5, 20251 min read

