Skip to content

Commit 116ae14

Browse files
authored
Merge pull request #301267 from seligj95/openapi
App Service AI docs - remove openapi from ai agent doc titles
2 parents 350d516 + 13b200d commit 116ae14

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/app-service/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ landingContent:
7171
url: tutorial-ai-openai-chatbot-java.md
7272
- text: Run a chatbot with a local SLM (Express.js)
7373
url: tutorial-ai-slm-expressjs.md
74-
- text: Invoke OpenAPI web app from Azure AI Agent
74+
- text: Invoke a web app from Azure AI Agent
7575
url: invoke-openapi-web-app-from-azure-ai-agent-service.md
7676

7777
- title: Secure and deploy

articles/app-service/invoke-openapi-web-app-from-azure-ai-agent-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Invoke an OpenAPI App Service web app from Azure AI Foundry Agent Service'
2+
title: 'Invoke an App Service web app from Azure AI Foundry Agent Service'
33
description: Learn how to integrate App Service with AI Foundry Agent Service and get started with agentic AI
44
author: seligj95
55
ms.author: jordanselig
@@ -11,7 +11,7 @@ ms.custom:
1111
ms.collection: ce-skilling-ai-copilot
1212
---
1313

14-
# Invoke an OpenAPI App Service web app from Azure AI Foundry Agent Service
14+
# Invoke an App Service web app from Azure AI Foundry Agent Service
1515

1616
[Azure AI Foundry Agent Service](/azure/ai-services/agents/overview) allows you to create AI agents tailored to your needs through custom instructions and augmented by advanced tools like code interpreter, and custom functions. You can now connect your Azure AI Agent to an external API using an [OpenAPI 3.0](https://www.openapis.org/what-is-openapi) specified tool, allowing for scalable interoperability with various applications.
1717

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: cephalin
55
ms.author: cephalin
66
ms.service: azure-app-service
77
ms.topic: overview
8-
ms.date: 06/06/2025
8+
ms.date: 06/12/2025
99
ms.custom:
1010
- build-2025
1111
---
@@ -31,7 +31,7 @@ Build AI-powered .NET applications with these tutorials:
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.
3232
- [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.
3333
- [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.
34-
- [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.
34+
- [Invoke a web app from Azure AI Foundry Agent](invoke-openapi-web-app-from-azure-ai-agent-service.md) - Make your web API available to AI agents.
3535

3636
## Java applications
3737

0 commit comments

Comments
 (0)