@@ -90,3 +90,64 @@ landingContent:
90
90
url : deploy-continuous-deployment.md
91
91
- text : Upload content with FTP
92
92
url : deploy-ftp.md
93
+
94
+
95
+ - title : Integrate AI with App Service
96
+ linkLists :
97
+ - linkListType : concept
98
+ links :
99
+ - text : Introduction to AI integration with App Service
100
+ url : overview-ai-integration.md
101
+ - text : Using Azure OpenAI with App Service
102
+ url : tutorial-openai-app-service.md
103
+ - text : Adding AI-powered chatbots to your web app
104
+ url : tutorial-ai-chatbot-app.md
105
+
106
+ - linkListType : tutorial
107
+ links :
108
+ - text : .NET
109
+ url : null
110
+ subLinks :
111
+ - text : Build a chatbot with Azure OpenAI (Blazor)
112
+ url : tutorial-ai-openai-chatbot-dotnet.md
113
+ - text : Build a retrieval-augmented generation (RAG) application with Azure OpenAI and Azure AI Search (.NET)
114
+ url : tutorial-ai-openai-search-dotnet.md
115
+ - text : Build a RAG application with Azure OpenAI and Azure SQL
116
+ url : deploy-intelligent-apps-dotnet-to-azure-sql.md
117
+ - text : Run a chatbot with a local semantic language model (SLM) sidecar extension
118
+ url : tutorial-ai-slm-dotnet.md
119
+ - text : Invoke OpenAPI web app from Azure AI Agent
120
+ url : invoke-openapi-web-app-from-azure-ai-agent-service.md
121
+
122
+ - text : Java
123
+ url : null
124
+ subLinks :
125
+ - text : Build a chatbot with Azure OpenAI (Spring Boot)
126
+ url : tutorial-ai-openai-chatbot-java.md
127
+ - text : Build a RAG application with Azure OpenAI and Azure AI Search (Java)
128
+ url : tutorial-ai-openai-search-java.md
129
+ - text : Run a chatbot with a local SLM (Spring Boot)
130
+ url : tutorial-ai-slm-spring-boot.md
131
+
132
+ - text : Node.js
133
+ url : null
134
+ subLinks :
135
+ - text : Build a chatbot with Azure OpenAI (Express.js)
136
+ url : tutorial-ai-openai-chatbot-node.md
137
+ - text : Build a RAG application with Azure OpenAI and Azure AI Search (Node.js)
138
+ url : tutorial-ai-openai-search-nodejs.md
139
+ - text : Run a chatbot with a local SLM (Express.js)
140
+ url : tutorial-ai-slm-expressjs.md
141
+
142
+ - text : Python
143
+ url : null
144
+ subLinks :
145
+ - text : Build a chatbot with Azure OpenAI (Flask)
146
+ url : tutorial-ai-openai-chatbot-python.md
147
+ - text : Build a RAG application with Azure OpenAI and Azure AI Search (Python)
148
+ url : tutorial-ai-openai-search-python.md
149
+ - text : Run a chatbot with a local SLM (FastAPI)
150
+ url : tutorial-ai-slm-fastapi.md
151
+ - text : Azure AI Foundry tutorial - Deploy an enterprise chat web app
152
+ url : /azure/ai-foundry/tutorials/deploy-chat-web-app?toc=/azure/app-service/toc.json&bc=/azure/bread/toc.json
153
+
0 commit comments