Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
11f2d46
Updating first quickstart to reflect new sample separation of AzOAI a…
jmatthiesen Jul 1, 2024
6dd034a
Fixed an issue caught by the linter
jmatthiesen Jul 1, 2024
1cdb32e
Fixed typos when working with pivots.
jmatthiesen Jul 2, 2024
0fa11e0
Added new pivots for quickstarts
jmatthiesen Jul 2, 2024
1bf66e3
Moving to new pivots.
jmatthiesen Jul 2, 2024
496d2f1
Fixed a typo in a pivot name
jmatthiesen Jul 2, 2024
136c305
Fixed a bad pivot reference
jmatthiesen Jul 2, 2024
5e77448
Merge branch 'dotnet:main' into dev/jmatthiesen/updateAIQuickstarts
jmatthiesen Jul 13, 2024
77b2063
File name fixes, fixing pre-reqs documentation.
jmatthiesen Jul 15, 2024
06e565e
Merge branch 'dev/jmatthiesen/updateAIQuickstarts' of https://github.…
jmatthiesen Jul 15, 2024
bdc1bc5
Merge branch 'dotnet:main' into dev/jmatthiesen/updateAIQuickstarts
jmatthiesen Jul 15, 2024
e08ef94
Renamed `get-started-azure-openai` to `get-started-openai`
jmatthiesen Jul 15, 2024
1a9bfd4
Merge branch 'dev/jmatthiesen/updateAIQuickstarts' of https://github.…
jmatthiesen Jul 15, 2024
65e7d17
Fixed the pre-reqs section.
jmatthiesen Jul 15, 2024
a7da2d1
Working to fix bullet points
jmatthiesen Jul 15, 2024
ce87975
Updating the rest of the quickstarts to use the new SK based model.
jmatthiesen Jul 16, 2024
cbab44e
Fixing an indentation issue.
jmatthiesen Jul 16, 2024
aab186a
Trying to fix indentation issue
jmatthiesen Jul 18, 2024
3a0e642
Fixed indentation issues, for real
jmatthiesen Jul 18, 2024
e3eadfc
tweaks
alexwolfmsft Jul 18, 2024
e5ea1a2
fixes
alexwolfmsft Jul 18, 2024
94f4104
fixes
alexwolfmsft Jul 18, 2024
17be75e
fixes
alexwolfmsft Jul 18, 2024
4919027
fixes
alexwolfmsft Jul 18, 2024
adf8761
fix alerts
alexwolfmsft Jul 18, 2024
06b7a7d
fix note
alexwolfmsft Jul 18, 2024
acf6e17
fixes
alexwolfmsft Jul 18, 2024
3acf04d
Update quickstart-openai-generate-images.md
jmatthiesen Jul 22, 2024
f03e9ed
Merge branch 'dotnet:main' into dev/jmatthiesen/updateAIQuickstarts
jmatthiesen Jul 22, 2024
4a1d3c0
fix pivot
alexwolfmsft Jul 23, 2024
692777f
fixes
alexwolfmsft Jul 23, 2024
1f70b9c
fixes
alexwolfmsft Jul 23, 2024
066341f
Apply suggestions from code review
alexwolfmsft Jul 30, 2024
a716388
Apply suggestions from code review
alexwolfmsft Jul 30, 2024
50d4329
Apply suggestions from code review
alexwolfmsft Jul 30, 2024
9845983
Update dotnet-ai-overview.md
alexwolfmsft Jul 30, 2024
ab68770
Merge branch 'dotnet:main' into dev/jmatthiesen/updateAIQuickstarts
alexwolfmsft Jul 30, 2024
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"
}
]
}
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