Below you will find pages that utilize the taxonomy term “jamesconsultingllc”
December 24, 2025
Sync Azure SWA Environment Settings
Version updated for https://github.com/jamesconsultingllc/sync-swa-settings-action to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Sync Azure SWA Settings Action” is a GitHub Action designed to automate the synchronization of app settings between different Azure Static Web App environments. It supports one-way and two-way sync modes, with options to add, update, or preserve settings selectively. This action simplifies the management of environment-specific configurations, ensuring consistency across development, staging, and production environments while offering advanced features like environment pattern matching and detailed logging.
December 23, 2025
Resolve Azure SWA Environment
Version updated for https://github.com/jamesconsultingllc/resolve-swa-environment-action to version v1.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Resolve Azure SWA Environment Action” is a GitHub Action that automates the resolution of Azure Static Web App deployment environments based on branch names, making it particularly suited for GitFlow workflows. It streamlines tasks such as determining target deployment slots and identifying parent environments for settings inheritance, while also sanitizing branch names to ensure compatibility with Azure SWA.
December 4, 2025
Resolve Azure SWA Environment
Version updated for https://github.com/jamesconsultingllc/resolve-swa-environment-action to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Resolve Azure Static Web App deployment environments from branch names.
Features GitFlow branch pattern support (main, develop, feature/, release/, hotfix/*) Custom branch-to-slot mappings via JSON Automatic source environment detection for settings sync Preview environment identification Branch name sanitization (alphanumeric, lowercase, max 20 chars) Usage - uses: jamesconsultingllc/resolve-swa-environment-action@v1
December 4, 2025
Sync Azure SWA Environment Settings
Version updated for https://github.com/jamesconsultingllc/sync-swa-settings-action to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Sync app settings between Azure Static Web App environments.
Features One-way and two-way sync modes Add-only or overwrite modes Smart environment detection by pattern matching Detailed sync logging Usage uses: jamesconsultingllc/sync-swa-settings-action@v1
See README for full configuration options.