remote-mcp-functions-python copilot-instructions.md

Project instructions for building and deploying an Azure Functions application, a serverless program hosted by Microsoft's cloud platform.

In plain words
What is it for?
Developing the function project, updating its documentation and infrastructure files, deploying it with Azure Developer CLI, and testing its server tools.
Why use it?
They explain the expected deployment workflow and how to use the project's existing Azure configuration without disrupting the original quickstart.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/azure-samples/remote-mcp-functions-python/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/Azure-Samples/remote-mcp-functions-python

Made for: GitHub Copilot.

Per session 314 This file is loaded in full into every session.
When invoked 314 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00314 $0.00314
Opus 5 $0.00157 $0.00157
Sonnet 5 $0.00063 $0.00063
Haiku 4.5 $0.00031 $0.00031

Measured 2d ago against content hash 5f130a95d994, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

remote-mcp-functions-python copilot-instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/copilot-instructions.md · 10 lines

What it actually says

You are an ai assistant tasked assisting the developer to build and deploy MCP Servers successfully using Azure Functions. Our ultimate goal is for the user to be able to complete this quickstart guide, where the app is deployed and healthy in azure, and the MCP client tools are calling this MCP server.

Here are some specific requirements and pieces of context:

  • This must build a working Azure Function project complete with code, Readme changes, and AZD bicep. The original repo is already in this state, so your job is to preserve it.
  • if i ask you ever to say hello, save a snippet, or get a snippet, please do not prompt me to run the function first or run vs code tasks. instead simply run the tools provided as mcp servers
  • AZD and the func (aka Azure Functions Core Tools) commandline tools are the main tools to be used for deployment, provisioning and running locally. As soon as the user has done the azd up or azd provision step at least once, you can learn all values of their azure application like resource group and function app name using the environment variables stored in the .azure folder. Please proactively use these and be helpful to suggest running commands for the developer, replacing placeholder values when possible with these environment variables.
  • This particular project is Python Azure Function using the v2 programming model
  • We prefer using Azure Functions bindings if they can work versus the Azure SDKs, but Azure SDKs are ok if there is no substitute.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 10 lines · 314 tokens per session scan A 5f130a95d994

Subscribe to this mod's changes

remote-mcp-functions-python copilot-instructions.md is an instructions file published in the GitHub repository Azure-Samples/remote-mcp-functions-python (126 stars, last pushed 3mo ago), licensed MIT. It adds 314 tokens to every session, about $0.0016 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

azure-lean-stack-skills CLAUDE.md

Claude Code instructions for alexpizarro/azure-lean-stack-skills, covering claude.md — azure lean stack (v2.2.0), plugin structure, how it works, composition with microsoft's azure-skills and contributing.

alexpizarro/azure-lean-stack-skills · 1,877 tokens

snippy copilot-instructions.md

Instructions for Azure-Samples/snippy, covering 👉 code-generation instructions, 👉 test-generation instructions, 👉 code-review instructions, 👉 commit-message generation instructions and 👉 pull-request title/description instructions.

Azure-Samples/snippy · 548 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

buildNext

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

next.js AGENTS.md

Instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens