Token导航 LogoToken导航TokenDH.com
Automatedmenu Azureopenai MCP Azurecontainerapps logo
搜索检索未说明官方级别未说明来源级核验

Automatedmenu Azureopenai MCP Azurecontainerapps

MCP Server

一个基于Azure OpenAI和MCP服务器的前端Web应用,用于搜索和生成Microsoft Docs相关答案。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
文档处理JavaScript自动化

安装说明

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

作者 / 组织

oneqi

提供方

oneqi

最后核验

2026/5/17 20:23

快速接入

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

详细介绍

AutomatedMenu-AzureOpenAI-MCP-AzureContainerApps

N.B. Important - This is for testing in a lab environment (not for Production)

What the lab produces

  • The lab will create a public facing 'frontend' web app where a prompt is used to ask for information related to Microsoft Docs.
  • The web app will utilise a MCP server which searches Microsoft Docs for an answer.
  • The result of the search is sent an OpenAI Model to assimulate an answer.

Requirements

  • Command Prompt with Powershell

- Az Cli (able to run within Powershell) - Docker (Client)

How the 'Automated Menu' works

  • The script outputs a menu which is numbered, so you can select which option you require or quit out of the script

- [1] The script will detect which of the following environments it is running in; - Azure Cloud Shell - Windows Powershell Prompt - WSL with pwsh - Docker container - Once the environment is detected, it will then log you into Azure using your TenantID as an input - This is not applicable to Azure Cloud Shell - [2] You will then be able to check which Azure region has a 'Standard' SKU of the OpenAI Model you wish to work with - [3] Once the region is choosen, you can then choose a project name that will used in the resource names that are created (some will have to be globally unique) - Using the project name, the following resources can be selected to be created - Resource Group - Azure Container Registry (ACR) - Azure Container App (ACA) - A Dockerfile is used to build an image, pushed to ACR, and used by the ACA - N.B. An Azure Log Analytics Workspace will also be created

Directions

  • Choose a Powershell command prompt that can also call AzCli and Docker Client, e.g. Azure Cloud Shell
  • Download the repo, e.g.
git clone https://github.com/oneqi/AutomatedMenu-AzureOpenAI-MCP-AzureContainerApps.git
  • Change directory
cd ./AutomatedMenu-AzureOpenAI-MCP-AzureContainerApps
  • Run the 'parent' powershell script
.\Parent-Command.ps1
  • You should see the following output
Using child scripts to modularise the process and allow flexibility.

Available Child Scripts to Run:
1. Prompt detection, Azure Login and select Subscription
2. Check Azure OpenAI Model Availability
3. Set project variables
4. Create Resource Group
5. Create Azure OpenAI
6. Create Azure Container Registry
7. Create Azure ContainerApp for Chat with MCP for MS Learn
Q. Quit
Enter the number of the child script to run or 'Q' to quit:

目录标签

目录标签

文档处理JavaScript自动化AzureOpenAI本地部署文档搜索自动化工具MicrosoftDocsMCP服务器

接入字段

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

未说明

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

session

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

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

0

权限和风险

未说明session部署方式未说明

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

安装前确认

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

仍需确认:installCommand

来源信息

继续浏览同类 MCP