@@ -55,6 +55,29 @@ landingContent:
55
55
- text : Custom container
56
56
url : quickstart-custom-container.md
57
57
58
+ - title : Integrate AI with App Service
59
+ linkLists :
60
+ - linkListType : concept
61
+ links :
62
+ - text : Introduction to AI integration with App Service
63
+ url : overview-ai-integration.md
64
+ - text : Using Azure OpenAI with App Service
65
+ url : tutorial-openai-app-service.md
66
+ - text : Adding AI-powered chatbots to your web app
67
+ url : tutorial-ai-chatbot-app.md
68
+ - linkListType : tutorial
69
+ links :
70
+ - text : Build a chatbot with Azure OpenAI (Blazor)
71
+ url : tutorial-ai-openai-chatbot-dotnet.md
72
+ - text : Build a retrieval-augmented generation (RAG) application with Azure OpenAI and Azure AI Search (.NET)
73
+ url : tutorial-ai-openai-search-dotnet.md
74
+ - text : Build a RAG application with Azure OpenAI and Azure SQL
75
+ url : deploy-intelligent-apps-dotnet-to-azure-sql.md
76
+ - text : Run a chatbot with a local semantic language model (SLM) sidecar extension
77
+ url : tutorial-ai-slm-dotnet.md
78
+ - text : Invoke OpenAPI web app from Azure AI Agent
79
+ url : invoke-openapi-web-app-from-azure-ai-agent-service.md
80
+
58
81
- title : Build a CRUD app
59
82
linkLists :
60
83
- linkListType : tutorial
@@ -91,63 +114,3 @@ landingContent:
91
114
- text : Upload content with FTP
92
115
url : deploy-ftp.md
93
116
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