Hi @Arnav ,
Thanks for reaching out to Microsoft.
Follow below steps to deploy the Azure DevOps MCP Server on Azure Cloud for your Copilot Studio Agent:
- Using the Right Template: You can deploy the Azure MCP Server as a self-hosted remote server over HTTPS. For connection to Copilot Studio, you should use the
azmcp-copilot-studio-aca-mitemplate. This template allows you to deploy the MCP Server to Azure Container Apps, ensuring it can interact securely with your development tools. - Prerequisites:
- Make sure you have an Azure subscription with Owner or User Access Administrator access.
- Install the Azure Developer CLI (
azd), which simplifies the provisioning of Azure resources. - You’ll need an Azure Storage account and should determine the specific MCP tool areas (namespaces) you plan to enable.
- Deployment Procedure:
- Clone the repository for the template:
azd init -t azmcp-copilot-studio-aca-mi - Deploy the template using:
azd up - Fill in the required parameters such as Subscription and Resource Group.
- Clone the repository for the template:
- Connecting to Copilot Studio: After deployment, go to your Copilot Studio project and add your new MCP Server connection using the details from the deployment output.
Hope it helps!
Please do not forget to click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you.