Token导航 LogoToken导航TokenDH.com
Mc Pwith Vnet logo
安全风控未说明官方级别未说明来源级核验

Mc Pwith Vnet

MCP Server

Copilot Studio通过Power Platform的VNet支持安全连接位于Azure虚拟网络中的MCP服务器,提供企业级安全控制和网络隔离。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
企业安全本地部署安全

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

fooshen

提供方

fooshen

最后核验

2026/5/17 20:23

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Connecting Copilot Studio to an MCP Server over vnet

This guide walks through how Copilot Studio can securely connect to an MCP server that sits behind a private endpoint inside an Azure Virtual Network. Microsoft Copilot Studio is built directly on the Microsoft Power Platform, which means it inherits the same enterprise‑grade security, governance, compliance, and networking controls that global organizations have already validated at scale. When Copilot Studio connects to MCP servers, it does so through Power Platform’s Custom Connector framework. MCP defines the protocol and tool semantics, but the transport, authentication, and governance all run through the connector layer. As a result, every MCP tool benefits from the same hardened controls enterprises rely on today: secure authentication flows, network isolation, DLP enforcement, ALM pipelines, and centralized admin governance. While this guide illustrates connecting to an MCP server, the same steps applies when configuring connection to any supported connectors in Power Platform, and applies equally to Power Apps and Power Automate as well.

Reference documentations

Why This Matters

Modern agents increasingly need access to internal systems—inventory, finance, operations, line‑of‑business APIs. But these systems often live inside VNets, behind private endpoints. Exposing them publicly is not an option.

By placing the MCP server behind a private endpoint and using Power Platform’s VNet support, we get:

  1. Zero Public Exposure
  • Your MCP server never touches the public internet.
  • Only Power Platform’s managed runtime—via your delegated subnet—can reach it.
  1. Enterprise‑Grade Network Isolation

Traffic flows entirely through:

  • Private endpoints
  • Private DNS zones
  • VNet‑to‑VNet routing (if needed)

What is in this guide

  • Deploying a sample MCP server in Azure Functions
  • Securing it with a private endpoint
  • Enabling Power Platform to reach it through a delegated VNet

Pre-requisites / What you will need

  • Visual Studio Code (optional, to create and deploy our sample MCP server)
  • A Power Platform Environment
  • An Azure Subscription in the same tenant as your Power Platform
  • PowerShell

Before you start

  1. Create a Power Platform Environment if you don't already have one. You can create Production, Sandbox or Developer environments. Vnet is not supported for Trial environments.
  2. Enable Managed Environment feature for your environment.
[!IMPORTANT] Before you start, make sure you have identified which Azure Region your Power Platform Environment is in. We can do this using PowerShell Get-EnvironmentRegion Alternately, you can go to the maker portal, navigate to "Azure Synapse Link" (or click on "More", "Discover All" and look for "Azyre Synapse Link" if it is not pinned on your navigation bar). Click on "New Link" and this will show your current Azure region. In this example, my Environment is in Australia Southeast. Understand that Power Platform Environment can be in a geography that is mapped to one or more Azure Regions. For example, if your Environment is in Australia geo, your region can be either in Australia East or Australia Southeast. See here for a list of mapped regions. If you ever need to move your existing Environment to another region, contact your Microsoft Support for assistance. If you need to specify the region when creating a new Environment, you may do so using PowerShell New-AdminPowerAppEnvironment with the RegionName parameter or using Power Platform API.

Content

目录标签

目录标签

企业安全本地部署安全网络隔离Azure虚拟网络PowerPlatformMCP服务器

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP