Add App Service web app application setting tools#1831
Merged
alzimmermsft merged 5 commits intomicrosoft:mainfrom Feb 27, 2026
Merged
Add App Service web app application setting tools#1831alzimmermsft merged 5 commits intomicrosoft:mainfrom
alzimmermsft merged 5 commits intomicrosoft:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds two new tools for managing Azure App Service web app application settings: one for listing/getting settings and another for updating them (add, set, delete operations).
Changes:
- Added
AppSettingsGetCommandto retrieve application settings for a web app - Added
AppSettingsUpdateCommandto add, set, or delete application settings - Introduced comprehensive unit and live tests for both commands
- Updated documentation including command reference and test prompts
- Registered new commands in consolidated tools configuration
Reviewed changes
Copilot reviewed 25 out of 26 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/Azure.Mcp.Tools.AppService/src/Commands/Webapp/Settings/AppSettingsGetCommand.cs | New command for retrieving app settings |
| tools/Azure.Mcp.Tools.AppService/src/Commands/Webapp/Settings/AppSettingsUpdateCommand.cs | New command for modifying app settings with validation |
| tools/Azure.Mcp.Tools.AppService/src/Services/AppServiceService.cs | Service implementation for get and update operations |
| tools/Azure.Mcp.Tools.AppService/src/Services/IAppServiceService.cs | Interface additions for app settings operations |
| tools/Azure.Mcp.Tools.AppService/src/Options/Settings/AppSettingsUpdateCommandOptions.cs | Options class for update command parameters |
| tools/Azure.Mcp.Tools.AppService/src/Options/AppServiceOptionDefinitions.cs | New option definitions for setting name, value, and update type |
| tools/Azure.Mcp.Tools.AppService/src/Commands/BaseAppServiceCommand.cs | Updated to support optional vs required resource groups |
| tools/Azure.Mcp.Tools.AppService/src/Commands/AppServiceJsonContext.cs | Added JSON serialization context for new result types |
| tools/Azure.Mcp.Tools.AppService/src/AppServiceSetup.cs | Registered new commands with DI and command groups |
| tools/Azure.Mcp.Tools.AppService/tests/Azure.Mcp.Tools.AppService.UnitTests/Commands/Webapp/Settings/*.cs | Comprehensive unit tests for both commands |
| tools/Azure.Mcp.Tools.AppService/tests/Azure.Mcp.Tools.AppService.LiveTests/Webapp/Settings/*.cs | Live integration tests for both commands |
| tools/Azure.Mcp.Tools.AppService/tests/Azure.Mcp.Tools.AppService.LiveTests/BaseAppServiceCommandLiveTests.cs | Base class to consolidate common test sanitizers |
| tools/Azure.Mcp.Tools.AppService/tests/test-resources.bicep | Added app settings to test web app resource |
| servers/Azure.Mcp.Server/docs/azmcp-commands.md | Added command documentation and examples |
| servers/Azure.Mcp.Server/docs/e2eTestPrompts.md | Added test prompts for new commands |
| core/Microsoft.Mcp.Core/src/Areas/Server/Resources/consolidated-tools.json | Registered new tools in consolidated tool list |
KarishmaGhiya
approved these changes
Feb 27, 2026
colbytimm
pushed a commit
to colbytimm/microsoft-mcp
that referenced
this pull request
Apr 20, 2026
* Add App Service web app application setting tools * Update Azure MCP README * Cleanup * Fix recording name
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Add App Service web app application setting tools for listing application settings and modifying them (add, set, and delete).
GitHub issue number?
[Link to the GitHub issue this PR addresses]Pre-merge Checklist
servers/Azure.Mcp.Server/CHANGELOG.mdand/orservers/Fabric.Mcp.Server/CHANGELOG.mdfor product changes (features, bug fixes, UI/UX, updated dependencies)servers/Azure.Mcp.Server/README.mdand/orservers/Fabric.Mcp.Server/README.mddocumentationeng/scripts/Process-PackageReadMe.ps1. See Package README/servers/Azure.Mcp.Server/docs/azmcp-commands.mdand/or/docs/fabric-commands.md.\eng\scripts\Update-AzCommandsMetadata.ps1to update tool metadata in azmcp-commands.md (required for CI)ToolDescriptionEvaluatorand obtained a score of0.4or more and a top 3 ranking for all related test promptsconsolidated-tools.json/servers/Azure.Mcp.Server/docs/e2eTestPrompts.mdcrypto mining, spam, data exfiltration, etc.)/azp run mcp - pullrequest - liveto run Live Test Pipeline