Skip to content

Commit daeb890

Browse files
committed
add links
1 parent b7db6e9 commit daeb890

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

articles/app-service/overview-ai-integration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ Build AI-powered .NET applications with these tutorials:
2929

3030
- [Build a chatbot with Azure OpenAI (Blazor)](tutorial-ai-openai-chatbot-dotnet.md) - Create a Blazor web app that connects to Azure OpenAI to generate TLDR summaries using Semantic Kernel.
3131
- [Build a RAG application with Azure OpenAI and Azure AI Search (.NET)](tutorial-ai-openai-search-dotnet.md) - Implement RAG to enable your AI models to access and use your organization's data.
32+
- [Integrate an App Service app as an MCP Server for GitHub Copilot Chat (.NET)](tutorial-ai-model-context-protocol-server-dotnet.md)
33+
- [Add an App Service app as a OpenAPI tool in Azure AI Foundry Agent Service (.NET)](tutorial-ai-integrate-azure-ai-agent-openapi-dotnet.md)
34+
- [Tutorial: Build an agentic web app in Azure App Service with Microsoft Semantic Kernel or Azure AI Foundry Agent Service (.NET)](tutorial-ai-agentic-web-app-semantic-kernel-foundry.md)
3235
- [Build a RAG application with Azure OpenAI and Azure SQL](deploy-intelligent-apps-dotnet-to-azure-sql.md) - Use Azure SQL as a vector database for RAG applications.
3336
- [Run a chatbot with a local SLM sidecar extension](tutorial-ai-slm-dotnet.md) - Deploy a chatbot that uses a local SLM without requiring an external AI service.
3437
- [Invoke OpenAPI web app from Azure AI Agent](invoke-openapi-web-app-from-azure-ai-agent-service.md) - Make your web API available to AI agents.

articles/app-service/toc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ items:
6767
href: tutorial-ai-model-context-protocol-server-dotnet.md
6868
- name: Chatbot with local SLM
6969
href: tutorial-ai-slm-dotnet.md
70+
- name: Agentic web app (.NET)
71+
href: tutorial-ai-agentic-web-app-semantic-kernel-foundry.md
7072

7173
- name: Java
7274
items:
@@ -578,7 +580,7 @@ items:
578580
- name: Routine maintenance, Restarts, and Downtime
579581
href: routine-maintenance-downtime.md
580582
- name: Language support policy
581-
href: language-support-policy.md
583+
href: operating-system-functionality.md
582584
- name: OS functionality
583585
href: operating-system-functionality.md
584586
- name: Kudu service

articles/app-service/tutorial-ai-integrate-azure-ai-agent-openapi-dotnet.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,15 @@ At a minimum, open the [sample application](https://github.com/Azure-Samples/msd
193193
194194
:::image type="content" source="media/tutorial-ai-integrate-azure-ai-agent-openapi-dotnet/agents-playground.png" alt-text="Screenshot showing the agents playground in the middle of a conversation that takes actions by using the OpenAPI tool.":::
195195
196+
## Next step
197+
198+
You've now enabled your App Service app to be used as a tool by Azure AI Foundry Agent Service and interact with your app's APIs through natural language in the agents playground. From here, you can continue add features to your agent in the Foundry portal, integrate it into your own applications using the Azure AI Foundry SDK or REST API, or deploy it as part of a larger solution. Agents created in Azure AI Foundry can be run in the cloud, integrated into chatbots, or embedded in web and mobile apps.
199+
200+
To take the next step and learn how to run your agent directly within Azure App Service, see the following tutorial:
201+
202+
> [!div class="nextstepaction"]
203+
> [Tutorial: Build an agentic web app in Azure App Service with Microsoft Semantic Kernel or Azure AI Foundry Agent Service (.NET)](tutorial-ai-agentic-web-app-semantic-kernel-foundry.md)
204+
196205
## More resources
197206
198207
[Integrate AI into your Azure App Service applications](overview-ai-integration.md)

0 commit comments

Comments
 (0)