@@ -80,14 +80,14 @@ The Azure AI Foundry Agent Service runtime only accepts a remote MCP server endp
8080
8181| Local MCP server setup |  Hosting in Azure Container Apps |  Hosting in Azure Functions | 
8282| :---------:| :---------:| :---------:| 
83- |  Transport |  HTTP POST/GET endpoints required. |  HTTP streamable required. |  
84- |  Code changes |  Container rebuild required. |  Azure Functions-specific configuration files required in the root directory. | 
85- |  Authentication |  Custom authentication implementation required. |  Key-based only. OAuth needs API Management. | 
86- |  Language |  Any language that runs in Linux containers (Python, Node.js, .NET, TypeScript, Go). |  Python, Node.js, Java, .NET only. | 
87- |  Container Requirements |  Linux (linux/amd64) only. No privileged containers.|  Containerized servers are not supported. | 
88- |  Dependencies |  All dependencies must be in container image. |  OS-level dependencies (such as Playwright) are not supported. | 
89- |  State |  Stateless only. |  Stateless only. | 
90- |  UVX/NPX |  Supported. |  Not supported. ` npx `  start commands not supported. | 
83+ |  ** Transport**  |  HTTP POST/GET endpoints required. |  HTTP streamable required. |  
84+ |  ** Code changes**  |  Container rebuild required. |  Azure Functions-specific configuration files required in the root directory. | 
85+ |  ** Authentication**  |  Custom authentication implementation required. |  Key-based only. OAuth needs API Management. | 
86+ |  ** Language**  |  Any language that runs in Linux containers (Python, Node.js, .NET, TypeScript, Go). |  Python, Node.js, Java, .NET only. | 
87+ |  ** Container Requirements**  |  Linux (linux/amd64) only. No privileged containers.|  Containerized servers are not supported. | 
88+ |  ** Dependencies**  |  All dependencies must be in container image. |  OS-level dependencies (such as Playwright) are not supported. | 
89+ |  ** State**  |  Stateless only. |  Stateless only. | 
90+ |  ** UVX/NPX**  |  Supported. |  Not supported. ` npx `  start commands not supported. | 
9191
9292## Related content  
9393
0 commit comments