Skip to content

Commit

Permalink
Updating AI quickstarts to reflect new sample separation of OpenAI an…
Browse files Browse the repository at this point in the history
…d Azure OpenAI (#41620)

Updating quickstarts to reflect new OpenAI and Azure OpenAI structure with Semantic Kernel.

---------

Co-authored-by: Alex Wolf <alexwolf@microsoft.com>
Co-authored-by: alexwolfmsft <93200798+alexwolfmsft@users.noreply.github.com>
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
  • Loading branch information
4 people committed Jul 30, 2024
1 parent 89a5dab commit 1e73521
Show file tree
Hide file tree
Showing 20 changed files with 688 additions and 825 deletions.
7 changes: 6 additions & 1 deletion .openpublishing.redirection.ai.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"redirections": []
"redirections": [
{
"source_path_from_root": "/docs/ai/quickstarts/get-started-azure-openai.md",
"redirect_url": "/dotnet/ai/quickstarts/get-started-openai"
}
]
}
6 changes: 3 additions & 3 deletions docs/ai/get-started/dotnet-ai-overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Develop .NET applications with AI features
description: Learn how you can build .NET applications that include AI features.
ms.date: 05/17/2024
ms.date: 07/30/2024
ms.topic: overview
ms.custom: devx-track-dotnet, devx-track-dotnet-ai
---
Expand Down Expand Up @@ -36,7 +36,7 @@ We recommend the following sequence of tutorials and articles for an introductio

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

## Next steps

- [Quickstart: Build an Azure AI chat app with .NET](../quickstarts/get-started-azure-openai.md)
- [Quickstart: Build an Azure AI chat app with .NET](../quickstarts/get-started-openai.md)
- [Video series: Machine Learning and AI with .NET](/shows/machine-learning-and-ai-with-dotnet-for-beginners)
2 changes: 1 addition & 1 deletion docs/ai/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ landingContent:
- text: Learning resources and samples
url: azure-ai-for-dotnet-developers.md
- text: Build an Azure AI chat app with .NET
url: quickstarts/get-started-azure-openai.md
url: quickstarts/get-started-openai.md
- text: Summarize text using an Azure OpenAI chat app
url: quickstarts/quickstart-openai-summarize-text.md
- text: Generate images using Azure AI with .NET
Expand Down
222 changes: 0 additions & 222 deletions docs/ai/quickstarts/get-started-azure-openai.md

This file was deleted.

Loading

0 comments on commit 1e73521

Please sign in to comment.