Skip to content

Conversation

@elbruno
Copy link
Collaborator

@elbruno elbruno commented Oct 29, 2025

  • Add new lesson guide: 06-AgentFx/README-PersistingConversations.md (how-to for serializing/deserializing AgentThread)
  • Update 06-AgentFx/README-BackgroundResponses.md to explain differences between background responses (continuations) and persisted conversations and link to new guide
  • Register new persisting samples in 06-AgentFx/readme.md (AgentFx-Persisting-01-Simple, AgentFx-Persisting-02-Menu)
  • Expand central samples/README.md: formatting fixes, add AgentFx sample descriptions and run instructions for background responses and persisting samples
  • Add per-sample README files for:
    • samples/AgentFx/AgentFx-BackgroundResponses-01-Simple/README.md
    • samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
    • samples/AgentFx/AgentFx-Persisting-02-Menu/README.md

Docs only; no code logic changes. MIT license notes preserved.

Refactored `StreamConsoleHelper` to improve readability and maintainability, adding a `clearConsole` parameter to `PrintHeader` and a new `PrintAccumulatedLine` helper method. Removed the `AgentFx-BackgroundResponses-04-Persisting` project and replaced it with two new projects: `AgentFx-Persisting-01-Simple` and `AgentFx-Persisting-02-Menu`.

`AgentFx-Persisting-01-Simple` demonstrates creating, saving, and reloading agent threads using serialization. `AgentFx-Persisting-02-Menu` introduces a menu-driven interface for interacting with persisted threads, supported by the new `PersistingUI` helper class.

Updated the solution structure to include the new projects under `/7 Persisting Conversations/`. General improvements include better code formatting, consolidated logic, and enhanced maintainability.
- Added comments to explain the purpose and functionality of the sample.
- Introduced `SavedThreadFilePath` for saving serialized thread state.
- Improved step descriptions in `StreamConsoleHelper.PrintHeader`.
- Added detailed comments for each step (create, persist, reload threads).
- Implemented JSON serialization/deserialization for thread state.
- Updated console output to reflect new steps and questions.
- Added a "Menu Sample" for interactive thread management.
- Referenced Microsoft Learn documentation for further guidance.
- Add new lesson guide: 06-AgentFx/README-PersistingConversations.md (how-to for serializing/deserializing AgentThread)
- Update 06-AgentFx/README-BackgroundResponses.md to explain differences between background responses (continuations) and persisted conversations and link to new guide
- Register new persisting samples in 06-AgentFx/readme.md (AgentFx-Persisting-01-Simple, AgentFx-Persisting-02-Menu)
- Expand central samples/README.md: formatting fixes, add AgentFx sample descriptions and run instructions for background responses and persisting samples
- Add per-sample README files for:
  - samples/AgentFx/AgentFx-BackgroundResponses-01-Simple/README.md
  - samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
  - samples/AgentFx/AgentFx-Persisting-02-Menu/README.md

Docs only; no code logic changes. MIT license notes preserved.
@github-actions
Copy link

👋 Thanks for contributing @elbruno! We will review the pull request and get back to you soon.

@elbruno elbruno requested a review from Copilot October 29, 2025 16:48
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds two new samples demonstrating AgentFx conversation persistence (serialization/deserialization of AgentThread). The changes include new sample projects, updated documentation, and improvements to shared helper classes.

  • Adds AgentFx-Persisting-01-Simple sample showing basic thread serialization to disk
  • Adds AgentFx-Persisting-02-Menu sample with interactive menu for thread management
  • Updates samples/README.md with highlighted AgentFx samples section and streamlined run instructions
  • Adds lesson-level documentation explaining persistence concepts and differences from background responses

Reviewed Changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
samples/README.md Added highlighted AgentFx samples section with run notes; removed duplicate platform-specific command blocks; improved formatting
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md New documentation for basic persistence sample
samples/AgentFx/AgentFx-Persisting-01-Simple/Program.cs New sample demonstrating thread serialization and rehydration workflow
samples/AgentFx/AgentFx-Persisting-01-Simple/AgentFx-Persisting-01-Simple.csproj Project file for simple persistence sample
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md New documentation for interactive menu persistence sample
samples/AgentFx/AgentFx-Persisting-02-Menu/Program.cs New interactive menu sample for managing persisted threads
samples/AgentFx/AgentFx-Persisting-02-Menu/PersistingUI.cs Console UI helper for menu interactions
samples/AgentFx/AgentFx-Persisting-02-Menu/AgentFx-Persisting-02-Menu.csproj Project file for menu persistence sample with incorrect RootNamespace
samples/AgentFx/AgentFx-Demos.slnx Added new persistence sample projects to solution
samples/AgentFx/AgentFx-BackgroundResponses-01-Simple/StreamConsoleHelper.cs Added optional clearConsole parameter and PrintAccumulatedLine method; formatting changes
06-AgentFx/readme.md Added persistence sample references to lesson samples table
06-AgentFx/README-PersistingConversations.md New lesson guide explaining persistence concepts and usage
06-AgentFx/README-BackgroundResponses.md Added section differentiating background responses from persisted conversations

Copy link
Contributor

Copilot AI commented Oct 29, 2025

@elbruno I've opened a new pull request, #461, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits October 29, 2025 17:02
Use AppDomain.CurrentDomain.BaseDirectory for persisted thread storage
@elbruno elbruno merged commit 83f3a3d into main Oct 29, 2025
6 of 8 checks passed
@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ko/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview121
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
2https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/tw/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/tw/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/tw/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
3https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/tw/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service56
2https://ai.azure.com/56
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview74
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview374
3https://learn.microsoft.com/dotnet/ai/ai-extensions376
4https://ai.azure.com/377
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions205
2https://learn.microsoft.com/semantic-kernel/206
3https://learn.microsoft.com/agent-framework/207
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/159
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai161
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/111
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/254
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1296
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation298
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1135
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai151
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1152
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models153
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai203
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai204
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai205
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
2https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ko/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview121
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
3https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
2https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
translations/tw/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/tw/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/tw/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
3https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/tw/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
translations/tw/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
4https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
translations/ko/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
3https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
2https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ko/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/semantic-kernel/overview121
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ko/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ko/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview121
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ko/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
translations/ko/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/semantic-kernel/overview121
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
4https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/tw/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
3https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
translations/tw/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
translations/tw/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
3https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
3https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
translations/tw/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
3https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ko/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview121
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
3https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
translations/tw/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
2https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
3https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ko/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview121
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
4https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
translations/tw/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/tw/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
2https://www.microsoft.com/ai/responsible-ai87
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
2https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/ko/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ko/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ko/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/semantic-kernel/overview121
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
2https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
translations/tw/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180

@github-actions
Copy link

Check Broken URLs

We have automatically detected the following broken URLs in your files. Review and fix the paths to resolve this issue.

Check the file paths and associated broken URLs inside them.
For more details, check our Contributing Guide.

File Full Path Issues
AGENTS.md
#LinkLine Number
1https://dotnet.microsoft.com/download41
2https://learn.microsoft.com/dotnet/403
3https://learn.microsoft.com/dotnet/ai/ai-extensions404
4https://learn.microsoft.com/semantic-kernel/405
5https://learn.microsoft.com/azure/ai-services/openai/406
CONTRIBUTING.MD
#LinkLine Number
1https://opensource.microsoft.com/codeofconduct/?WT.mc_id=academic-105485-koreyst16
2https://opensource.microsoft.com/codeofconduct/faq/?WT.mc_id=academic-105485-koreyst17
README.md
#LinkLine Number
1https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet101
2https://img.shields.io/badge/Generative%20AI%20(.NET146
3https://img.shields.io/badge/Generative%20AI%20(Java147
4https://img.shields.io/badge/Generative%20AI%20(JavaScript148
04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service66
2https://ai.azure.com/66
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview84
09-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
6https://www.microsoft.com/ai/responsible-ai87
06-AgentFx/README-BackgroundResponses.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/user-guide/agents/agent-background-responses7
06-AgentFx/README-PersistingConversations.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp64
06-AgentFx/readme.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview26
2https://learn.microsoft.com/agent-framework/overview/agent-framework-overview408
3https://learn.microsoft.com/dotnet/ai/ai-extensions410
4https://ai.azure.com/411
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/41
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation45
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation50
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-154
5https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-173
6https://code.visualstudio.com/docs/intelligentapps/overview78
samples/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions210
2https://learn.microsoft.com/semantic-kernel/211
3https://learn.microsoft.com/agent-framework/212
samples/CoreSamples/BasicChat-10ConversationHistory/README.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai111
samples/AgentFx/AgentFx-AIWebChatApp-MutliAgent/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-AIWebChatApp-Middleware/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-Persisting-02-Menu/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp46
samples/AgentFx/AgentFx-Persisting-01-Simple/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/tutorials/agents/persisted-conversation?pivots=programming-language-csharp45
samples/AgentFx/AgentFx-AIWebChatApp-Simple/ChatApp20/README.md
#LinkLine Number
1https://azure.microsoft.com/free/9
2https://learn.microsoft.com/dotnet/aspire/azure/local-provisioning#configuration23
3https://learn.microsoft.com/dotnet/aspire/troubleshooting/untrusted-localhost-certificate44
4https://learn.microsoft.com/dotnet/ai/53
samples/AgentFx/AgentFx-MultiAgents/README.md
#LinkLine Number
1https://learn.microsoft.com/agent-framework/overview/agent-framework-overview295
2https://learn.microsoft.com/dotnet/ai/ai-extensions296
3https://ai.azure.com/297
samples/AppsWithGenAI/SpaceAINet/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/18
2https://ai.azure.com/22
3https://learn.microsoft.com/aspnet/core/security/app-secrets37
samples/AppsWithGenAI/HFMCP.GenImage/README.md
#LinkLine Number
1https://dotnet.microsoft.com/download/23
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/167
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai169
02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/119
03-CoreGenerativeAITechniques/07-ImageVideoGenerationNewModels.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/264
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1306
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation308
03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai185
03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai193
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://code.visualstudio.com/docs/intelligentapps/overview32
2https://learn.microsoft.com/azure/ai-foundry/foundry-local/34
3https://code.visualstudio.com/docs/intelligentapps/overview56
4https://learn.microsoft.com/azure/ai-foundry/foundry-local/91
5https://learn.microsoft.com/azure/ai-foundry/foundry-local/105
6https://code.visualstudio.com/docs/intelligentapps/overview305
7https://learn.microsoft.com/azure/ai-foundry/foundry-local/307
8https://learn.microsoft.com/semantic-kernel/overview/309
9https://learn.microsoft.com/dotnet/ai/310
03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview30
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp32
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai187
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp189
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1148
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai164
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-1165
4https://learn.microsoft.com/azure/ai-services/openai/concepts/models166
03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai213
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai214
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai215
03-CoreGenerativeAITechniques/docs/troubleshooting-chat-api.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/api/microsoft.extensions.ai142
01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/fr/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/fr/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/fr/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/fr/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/fr/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/fr/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/fr/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/fr/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/fr/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/ja/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ja/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ja/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/158
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai160
translations/ja/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/ja/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/ja/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ja/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/ja/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/ja/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview122
translations/zh/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/zh/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/zh/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/zh/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/zh/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/zh/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/zh/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/zh/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/zh/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/121
translations/es/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/es/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service33
2https://ai.azure.com/33
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/es/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/es/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/es/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/es/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/es/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/es/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/de/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/de/04-PracticalSamples/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/openai-service34
2https://ai.azure.com/34
3https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview52
translations/de/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://azure.microsoft.com/products/ai-services/ai-content-safety/25
2https://azure.microsoft.com/products/ai-services/ai-content-safety/50
3https://azure.microsoft.com/products/ai-services/ai-content-safety/84
4https://azure.microsoft.com/products/cognitive-services/85
5https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation10
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
3https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
4https://code.visualstudio.com/docs/intelligentapps/overview36
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-services/157
3https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/de/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/de/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/de/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/de/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/de/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/get-started-openai?tabs=azd&pivots=openai178
2https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-local-ai180
translations/de/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/pt/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation41
3https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
4https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
5https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/pt/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/pt/05-ResponsibleGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/training/modules/embrace-responsible-ai-principles-practices/86
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
2https://code.visualstudio.com/docs/intelligentapps/overview36
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
2https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-openai159
translations/pt/02-SetupDevEnvironment/getting-started-ollama.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/113
translations/pt/03-CoreGenerativeAITechniques/02-retrieval-augmented-generation.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-ai-chat-with-data?tabs=azd&pivots=openai173
translations/pt/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai155
translations/pt/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/overview27
2https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
3https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-assistants?pivots=openai162
4https://learn.microsoft.com/semantic-kernel/frameworks/agent/?pivots=programming-language-csharp164
translations/pt/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
translations/pt/01-IntroToGenAI/readme.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/ai-extensions91
2https://learn.microsoft.com/semantic-kernel/overview/122
translations/ko/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-foundry/foundry-local/37
2https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation46
3https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/ko/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/33
2https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview51
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/video-generation15
2https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
3https://code.visualstudio.com/docs/intelligentapps/overview36
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
translations/ko/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/ko/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
translations/ko/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179
translations/tw/README.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-150
2https://dotnet.microsoft.com/learn/dotnet/what-is-dotnet107
translations/tw/04-PracticalSamples/readme.md
#LinkLine Number
1https://ai.azure.com/34
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/how-to/dall-e?tabs=gpt-image-131
2https://code.visualstudio.com/docs/intelligentapps/overview36
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://ai.azure.com/16
translations/tw/03-CoreGenerativeAITechniques/03-vision-audio.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-openai-generate-images?tabs=azd&pivots=openai154
translations/tw/03-CoreGenerativeAITechniques/04-agents.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-csharp29
translations/tw/03-CoreGenerativeAITechniques/01-lm-completions-functions.md
#LinkLine Number
1https://learn.microsoft.com/dotnet/ai/quickstarts/quickstart-azure-openai-tool?tabs=azd&pivots=openai179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants