Can we Deploy Web Application in Azure OpenAI of Production Level

**题意:**我们可以在Azure OpenAI中部署生产级别的Web应用程序吗

问题背景:

I have created azure ai search service and used Text split skillset and made index. I also deployed a web Application but have a question that If I want to create to production level, which means that Can we create/deploy a web application in such a way that in web application, I can upload document and ask questions and get answers there and then.

The web application is created using Azure AI Search and it has documents that are stored in Azure Blob Storage. If I want to create Production level Web Application where we can upload Document and ask questions and get answers, Is it possible or not?

Please Guide.

Thanks in Advance!!!

问题解决:

Short answer is Yes, its possible.

On the backend, you can create/link with your index via Azure SDK. Your pipeline/workflow would look something like this on high level:

  • Upload document
  • Process document
  • Upload to an existing index via Azure SDK (create index first if necessary)
  • Link with the new index and do Q/A
  • Remove document from index via Azure SDK (delete index if necessary)

Note: You probably need to create index for each user or each session depending on how you want to design your application.

相关推荐
易岳群27 分钟前
Vibe Coding 与 Skills、Agent、Prompt:构建 AI 辅助编程的新工作流
ai·prompt·ai编程
空堂与归1 小时前
Anthropic 推出 Claude Fable 5.1 与 Mythos 5.1:同一模型,两套安全策略,缓存读取降价 75%
人工智能·ai·clude
yingxiao8881 小时前
解码土耳其移动市场:游戏收入暴涨450%,短剧与AI应用开辟增长新曲线
ai·应用·手游·移动市场·土耳其市场·休闲手游·短剧市场
知了一笑1 小时前
Codex堪称Claude Code最严的父亲
ai·codex·claude code
七夜zippoe1 小时前
我用 Qwen3.8-Max 搭了一个 AI 作业辅导助手,拍照讲题 + 错题本诊断一次搞定
人工智能·ai·大模型·qwen3.8-max·build with qwen
阿崽meitoufa2 小时前
skill分享:让ai把工作记录写到obsidian
ai
格桑阿sir3 小时前
Kubernetes服务发现机制(二):Service、Endpoint、EndpointSlice
kubernetes·服务发现·负载均衡·service·endpoint·lb·endpointslice
大唐荣华11 小时前
从OpenAI关停Sora看世界模型、AI视频与国内具身智能赛道路线分化
人工智能·openai·sora·内容生成
dozenyaoyida11 小时前
AI与大模型新闻日报 | 2026-09-01
人工智能·ai·大模型·新闻
それども13 小时前
IDEA接入Claude完整流程
java·ai·intellij-idea