Manage Azure App Service app settings across repos with reusable profiles. Use when adding/updating/removing environment variables in Azure Web Apps (single app or multi-app) and keeping local env files aligned.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Manage Azure App Service app settings across repos with reusable profiles. Use when adding/updating/removing environment variables in Azure Web Apps (single app or multi-app) and keeping local env files aligned.
Azure WebApp Config
Overview
Use this shared skill for Azure Web App appsettings operations.
Supports one or multiple apps per run.
Supports repo-specific profiles from references/profiles.tsv.
Supports direct targeting via --app + --resource-group without profiles.
Workflow
Pick a target method:
--profile <name> for known repo/app groups.
--app <name> --resource-group <rg> for ad-hoc targets.
Stage settings with one or both:
--set KEY=VALUE (repeatable)
--env-file <path>
Run with --dry-run first.
Re-run without --dry-run to apply.
Optionally add --restart to force app restart after settings update.
For secret-like settings, use Key Vault reference values: