Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating first quickstart to reflect new sample separation of OpenAI and Azure OpenAI #41620

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
}
4 changes: 2 additions & 2 deletions docs/ai/get-started/dotnet-ai-overview.md
Original file line number Diff line number Diff line change
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
Loading