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.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
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: