Skip to content

Commit 9fc7c85

Browse files
Monthly chores: Delete orphaned articles (#45085)
1 parent afd0ef6 commit 9fc7c85

14 files changed

+28
-390
lines changed

.openpublishing.redirection.ai.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/docs/ai/conceptual/agents.md",
5+
"redirect_url": "/dotnet/ai"
6+
},
37
{
48
"source_path_from_root": "/docs/ai/how-to/app-service-db-auth.md",
59
"redirect_url": "/dotnet/ai"

.openpublishing.redirection.azure.json

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
"source_path_from_root": "/docs/azure/dotnet-tutorials.md",
5757
"redirect_url": "/dotnet/azure/"
5858
},
59+
{
60+
"source_path_from_root": "/docs/azure/landing-page.yml",
61+
"redirect_url": "/dotnet/azure/index"
62+
},
5963
{
6064
"source_path_from_root": "/docs/azure/logging.md",
6165
"redirect_url": "/dotnet/azure/sdk/logging"

.replaycheck/docs/core/tutorials/top-level-templates.yml

-45
This file was deleted.

docs/ai/conceptual/agents.md

-92
This file was deleted.

docs/ai/how-to/app-service-aoai-auth.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ zone_pivot_groups: azure-interface
1111

1212
# Authenticate to Azure OpenAI from an Azure hosted app using Microsoft Entra ID
1313

14-
This article demonstrates how to use [Microsoft Entra ID managed identities](/azure/app-service/overview-managed-identity) and the [Microsoft.Extensions.AI library](/dotnet/ai/ai-extensions) to authenticate an Azure hosted app to an Azure OpenAI resource.
14+
This article demonstrates how to use [Microsoft Entra ID managed identities](/azure/app-service/overview-managed-identity) and the [Microsoft.Extensions.AI library](../ai-extensions.md) to authenticate an Azure hosted app to an Azure OpenAI resource.
1515

1616
A managed identity from Microsoft Entra ID allows your app to easily access other Microsoft Entra protected resources such as Azure OpenAI. The identity is managed by the Azure platform and doesn't require you to provision, manage, or rotate any secrets.
1717

@@ -181,7 +181,7 @@ az role assignment create --assignee "<managedIdentityObjectID>" \
181181
:::code language="csharp" source="./snippets/hosted-app-auth/program.cs" range="41-46":::
182182
183183
> [!TIP]
184-
> Learn more about ASP.NET Core dependency injection and how to register other AI services types in the Azure SDK for .NET [dependency injection](/dotnet/azure/sdk/dependency-injection) documentation.
184+
> Learn more about ASP.NET Core dependency injection and how to register other AI services types in the Azure SDK for .NET [dependency injection](../../azure/sdk/dependency-injection.md) documentation.
185185
186186
## Related content
187187

docs/ai/toc.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ items:
44
- name: Overview
55
href: get-started/dotnet-ai-overview.md
66
- name: "Quickstart: Connect to and prompt an AI model"
7-
href: /dotnet/ai/quickstarts/prompt-model
7+
href: quickstarts/prompt-model.md
88
- name: AI frameworks and SDKs
99
items:
1010
- name: Overview
@@ -16,17 +16,17 @@ items:
1616
- name: Quickstarts
1717
items:
1818
- name: Build a chat app
19-
href: /dotnet/ai/quickstarts/build-chat-app
19+
href: quickstarts/build-chat-app.md
2020
- name: Build a .NET AI vector search app
21-
href: /dotnet/ai/quickstarts/build-vector-search-app
21+
href: quickstarts/build-vector-search-app.md
2222
- name: Execute a local .NET function
23-
href: /dotnet/ai/quickstarts/use-function-calling
23+
href: quickstarts/use-function-calling.md
2424
- name: Generate images
25-
href: /dotnet/ai/quickstarts/generate-images
25+
href: quickstarts/generate-images.md
2626
- name: Chat with a local AI model
27-
href: /dotnet/ai/quickstarts/chat-local-model
27+
href: quickstarts/chat-local-model.md
2828
- name: Build a minimal AI assistant
29-
href: /dotnet/ai/quickstarts/create-assistant
29+
href: quickstarts/create-assistant.md
3030
- name: Concepts
3131
items:
3232
- name: How generative AI and LLMs work

0 commit comments

Comments
 (0)