Skip to content

Add instructions about consumption plan for azure functions deployment best practices#218

Merged
fanyang-mono merged 4 commits intomicrosoft:mainfrom
fanyang-mono:add_consumption_plan_instructions
Sep 4, 2025
Merged

Add instructions about consumption plan for azure functions deployment best practices#218
fanyang-mono merged 4 commits intomicrosoft:mainfrom
fanyang-mono:add_consumption_plan_instructions

Conversation

@fanyang-mono
Copy link
Copy Markdown
Contributor

@fanyang-mono fanyang-mono commented Sep 3, 2025

What does this PR do?

Add instructions about consumption plan for azure functions deployment best practices

GitHub issue number?

N/A

Pre-merge Checklist

  • Required for All PRs
    • Read contribution guidelines
    • PR title clearly describes the change
    • Commit history is clean with descriptive messages (cleanup guide)
    • Added comprehensive tests for new/modified functionality
    • Updated CHANGELOG.md for product changes (features, bug fixes, UI/UX, updated dependencies)
    • Spelling check passes: .\eng\common\spelling\Invoke-Cspell.ps1
  • For MCP tool changes:
    • One tool per PR: This PR adds or modifies only one MCP tool for faster review cycles
    • Updated README.md documentation
    • Updated command list in /docs/azmcp-commands.md
    • Updated test prompts in /docs/e2eTestPrompts.md
    • For new or modified tool descriptions, ran ToolDescriptionEvaluator and obtained a score of 0.4 or more and a top 3 ranking for all related test prompts
  • 👉 For Community (non-Azure team member) PRs:
    • Security review: Reviewed code for security vulnerabilities, malicious code, or suspicious activities before running tests (crypto mining, spam, data exfiltration, etc.)
    • Manual tests run: added comment /azp run mcp - pullrequest - live to run Live Test Pipeline

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates Azure Functions deployment best practices documentation to provide clearer guidance on hosting plans and deployment configurations. The changes emphasize using Flex Consumption (FC1) plan over Y1 dynamic plan and add specific configuration requirements.

  • Replaced generic hosting plan guidance with specific mandate to use FC1 over Y1
  • Added requirement for functionAppConfig with deployment.storage for FC1 Function Apps
  • Enhanced documentation with specific Azure sample repositories for reference

fanyang-mono and others added 2 commits September 3, 2025 17:58
…unctions-deployment-best-practices.txt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-project-automation github-project-automation Bot moved this from Untriaged to In Progress in Azure MCP Server Sep 3, 2025
@fanyang-mono fanyang-mono merged commit 2d4bd06 into microsoft:main Sep 4, 2025
26 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Azure MCP Server Sep 4, 2025
feiskyer pushed a commit to feiskyer/microsoft-mcp that referenced this pull request Sep 8, 2025
…osoft#218)

* Refactor ParseJsonOutput to use ParseError record and add test for handling non-JSON output

* Fix formatting in ParseJsonOutput method and clean up AzCommandTests for non-JSON output handling
colbytimm pushed a commit to colbytimm/microsoft-mcp that referenced this pull request Sep 27, 2025
…t best practices (microsoft#218)

* Add instructions for consumption plan

* Update tools/Azure.Mcp.Tools.AzureBestPractices/src/Resources/azure-functions-deployment-best-practices.txt

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update CHANGELOG

* Update tests

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants