azure-connector-namespace

Configures hosted MCP servers in Azure Connector Namespace using fetched Microsoft Learn documentation.

730|117|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill azure-connector-namespace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-connector-namespace
Source: https://github.com/MicrosoftDocs/Agent-Skills/tree/main/skills/azure-connector-namespace
Command: npx skills add https://github.com/MicrosoftDocs/Agent-Skills --skill azure-connector-namespace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers setting up hosted MCP servers in Azure Connector Namespace often lack current, accurate guidance on endpoints, authentication settings, and runtime options, leading to misconfigured deployments.

Core Features & Use Cases

  • Configuration Guidance: Provides setup steps, connection settings, and runtime options for hosting MCP servers in Connector Namespace.
  • Live Documentation Fetching: Retrieves the latest Microsoft Learn content via mcp_microsoftdocs or fetch_webpage so answers reflect current Azure behavior.
  • Use Case: When defining a Connector Namespace endpoint with specific auth settings for a hosted MCP server, the agent fetches the official hosted MCP dev guide and walks you through each configuration step.

Quick Start

Ask the agent to help you configure a hosted MCP server in Azure Connector Namespace, including its endpoint and authentication settings.

Frequently Asked Questions about azure-connector-namespace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure a hosted MCP server in Azure Connector Namespace?

Use this skill to fetch the official Microsoft Learn hosted MCP dev guide, which covers setup steps, connection settings, and runtime options. The agent retrieves the documentation via mcp_microsoftdocs or fetch_webpage and applies it to your configuration.

What is Azure Connector Namespace used for with MCP servers?

Azure Connector Namespace hosts MCP servers, managing their endpoints, authentication settings, and runtime options. It provides the hosting environment so MCP servers can be exposed and managed within Azure.

Does this skill work without network access?

No, this skill requires network access to fetch documentation from Microsoft Learn. It prefers the mcp_microsoftdocs:microsoft_docs_fetch tool and falls back to fetch_webpage with a Markdown accept header.

When should I not use the azure-connector-namespace skill?

Do not use it for Azure Service Connector, Azure API Management, Azure Logic Apps, or Azure Functions tasks. Those scenarios have dedicated skills such as azure-service-connector, azure-api-management, azure-logic-apps, and azure-functions.

What tools are required for fetching Azure Connector Namespace documentation?

The preferred tool is mcp_microsoftdocs:microsoft_docs_fetch with the query string from=learn-agent-skill. If unavailable, fetch_webpage with accept=text/markdown serves as the fallback, and the skill suggests installing the Microsoft Docs MCP server when missing.