Skip to content

Commit c5fc8e1

Browse files
committed
add to toc
1 parent d30a36f commit c5fc8e1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/app-service/toc.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ items:
118118
href: tutorial-ai-openai-search-java.md
119119
- name: Chatbot with local SLM
120120
href: tutorial-ai-slm-spring-boot.md
121+
- name: Add MCP server to app
122+
href: tutorial-ai-model-context-protocol-server-java.md
123+
- name: AI Foundry Agent calling web app
124+
href: tutorial-ai-integrate-azure-ai-agent-java.md
125+
- name: Agentic web app
126+
href: tutorial-ai-agent-web-app-semantic-kernel-java.md
121127
- name: Node.js
122128
items:
123129
- name: Quickstart

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ When exposing APIs via OpenAPI in Azure App Service, follow these security best
208208
- **Monitor and log activity:** Enable logging and monitor access to detect suspicious activity.
209209
- **Use managed identities:** When calling other Azure services, use managed identities instead of hardcoded credentials.
210210
211-
For more guidance, see [Secure your App Service app](security-overview.md) and [Best practices for REST API security](/azure/architecture/best-practices/api-design#security).
211+
For more guidance, see [Secure your App Service app](overview-security.md) and [Best practices for REST API security](/azure/architecture/best-practices/api-design#security).
212212
213213
## Next step
214214

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ When exposing APIs via OpenAPI in Azure App Service, follow these security best
160160
- **Monitor and log activity:** Enable logging and monitor access to detect suspicious activity.
161161
- **Use managed identities:** When calling other Azure services, use managed identities instead of hardcoded credentials.
162162
163-
For more guidance, see [Secure your App Service app](security-overview.md) and [Best practices for REST API security](/azure/architecture/best-practices/api-design#security).
163+
For more guidance, see [Secure your App Service app](overview-security.md) and [Best practices for REST API security](/azure/architecture/best-practices/api-design#security).
164164
165165
## Next step
166166

0 commit comments

Comments
 (0)