Skip to content

Commit 1e73521

Browse files
jmatthiesenalexwolfmsftgewarren
authored
Updating AI quickstarts to reflect new sample separation of OpenAI and Azure OpenAI (dotnet#41620)
Updating quickstarts to reflect new OpenAI and Azure OpenAI structure with Semantic Kernel. --------- Co-authored-by: Alex Wolf <[email protected]> Co-authored-by: alexwolfmsft <[email protected]> Co-authored-by: Genevieve Warren <[email protected]>
1 parent 89a5dab commit 1e73521

20 files changed

+688
-825
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
{
2-
"redirections": []
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/docs/ai/quickstarts/get-started-azure-openai.md",
5+
"redirect_url": "/dotnet/ai/quickstarts/get-started-openai"
6+
}
7+
]
38
}

docs/ai/get-started/dotnet-ai-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Develop .NET applications with AI features
33
description: Learn how you can build .NET applications that include AI features.
4-
ms.date: 05/17/2024
4+
ms.date: 07/30/2024
55
ms.topic: overview
66
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
77
---
@@ -36,7 +36,7 @@ We recommend the following sequence of tutorials and articles for an introductio
3636

3737
|Scenario |Tutorial |
3838
|----------|----------|
39-
| Create a chat application | [Build an Azure AI chat app with .NET](../quickstarts/get-started-azure-openai.md)|
39+
| Create a chat application | [Build an Azure AI chat app with .NET](../quickstarts/get-started-openai.md)|
4040
| Summarize text | [Summarize text using Azure AI chat app with .NET](../quickstarts/quickstart-openai-summarize-text.md) |
4141
| Chat with your data | [Get insight about your data from an .NET Azure AI chat app](../quickstarts/quickstart-ai-chat-with-data.md) |
4242
| Call .NET functions with AI | [Extend Azure AI using tools and execute a local function with .NET](../quickstarts/quickstart-azure-openai-tool.md) |
@@ -47,5 +47,5 @@ Browse the table of contents to learn more about the core concepts, starting wit
4747

4848
## Next steps
4949

50-
- [Quickstart: Build an Azure AI chat app with .NET](../quickstarts/get-started-azure-openai.md)
50+
- [Quickstart: Build an Azure AI chat app with .NET](../quickstarts/get-started-openai.md)
5151
- [Video series: Machine Learning and AI with .NET](/shows/machine-learning-and-ai-with-dotnet-for-beginners)

docs/ai/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ landingContent:
2828
- text: Learning resources and samples
2929
url: azure-ai-for-dotnet-developers.md
3030
- text: Build an Azure AI chat app with .NET
31-
url: quickstarts/get-started-azure-openai.md
31+
url: quickstarts/get-started-openai.md
3232
- text: Summarize text using an Azure OpenAI chat app
3333
url: quickstarts/quickstart-openai-summarize-text.md
3434
- text: Generate images using Azure AI with .NET

docs/ai/quickstarts/get-started-azure-openai.md

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)