Skip to content

Add Foundry local samples #170

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 6, 2025
Merged

Add Foundry local samples #170

merged 6 commits into from
Jun 6, 2025

Conversation

elbruno
Copy link
Collaborator

@elbruno elbruno commented Jun 6, 2025

This pull request introduces significant updates to the "Core Generative AI Techniques" module, focusing on expanding support for running AI models locally, enhancing project configurations, and updating dependencies. The most notable changes include adding support for Foundry Local as a local model runner, renaming and restructuring files for clarity, and upgrading Microsoft.SemanticKernel to version 1.55.0 across multiple projects.

New Features and Enhancements

Support for Foundry Local:

  • Added a new lesson, 06-LocalModelRunners.md, detailing how to run AI models locally using AI Toolkit, Docker, and Foundry Local. This includes benefits, setup instructions, and sample code for each approach.
  • Introduced two new projects demonstrating Foundry Local integration:

Documentation Updates:

  • Updated references to the new lesson in 05-ImageGenerationOpenAI.md and readme.md to include Foundry Local. [1] [2]

Codebase Improvements

Project Restructuring:

  • Renamed DockerModels-01-Chat to DockerModels-01-SK-Chat for consistency with naming conventions. [1] [2]

Dependency Upgrades:

  • Upgraded Microsoft.SemanticKernel to version 1.55.0 in the following projects:
    • AIToolkit-01-SK-Chat
    • BasicChat-02SK
    • BasicChat-04OllamaSK
    • DockerModels-01-SK-Chat

Solution File Updates:

  • Added the new Foundry Local projects to the solution file (CoreGenerativeAITechniques.sln) and updated build configurations accordingly. [1] [2] [3]

These changes collectively enhance the module's flexibility for running AI models locally and improve the organization and maintainability of the codebase.

elbruno added 2 commits June 6, 2025 11:02
DETAILS

- Updated `Microsoft.SemanticKernel` package from 1.54.0 to 1.55.0 in multiple project files.
- Added new project files for `AIFoundryLocal-01-SK-Chat` and `AIFoundryLocal-02-MEAI-Chat`.
- Created `DockerModels-01-Chat.csproj` with necessary SDK and package references.
- Introduced `Program.cs` files for new projects to implement OpenAI chat capabilities.
- Updated solution file `CoreGenerativeAITechniques.sln` to include new projects and configurations.
- Enhanced `readme.md` with new features and instructions for running local models using AI Toolkit and Docker.
Copy link

github-actions bot commented Jun 6, 2025

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

Copy link

github-actions bot commented Jun 6, 2025

Check Country Locale in URLs

We have automatically detected added country locale to URLs in your files.
Review and remove country-specific locale from URLs to resolve this issue.

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

File Full Path Issues
README.md
#LinkLine Number
1https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/37
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/6
2https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/58
3https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/70
4https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/187
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/en-us/windows/ai/toolkit/36

Copy link

github-actions bot commented Jun 6, 2025

Check Broken Paths

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

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

File Full Path Issues
translations/de/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/de/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/de/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md49
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/pt/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/pt/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/pt/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/zh/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/zh/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/zh/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/tw/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/tw/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/tw/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/fr/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/fr/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/fr/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/es/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/es/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/es/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ja/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ja/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ja/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ko/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ko/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ko/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16

Copy link

github-actions bot commented Jun 6, 2025

Check Broken Paths

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

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

File Full Path Issues
translations/de/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/de/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/de/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md49
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/pt/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/pt/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/pt/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/zh/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/zh/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/zh/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/tw/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/tw/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/tw/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/fr/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/fr/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/fr/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/es/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/es/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/es/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ja/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ja/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ja/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ko/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ko/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ko/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16

Copy link

github-actions bot commented Jun 6, 2025

Check Country Locale in URLs

We have automatically detected added country locale to URLs in your files.
Review and remove country-specific locale from URLs to resolve this issue.

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

File Full Path Issues
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/6
2https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/58
3https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/70
4https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/187
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/en-us/windows/ai/toolkit/36

Copy link

github-actions bot commented Jun 6, 2025

Check Broken Paths

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

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

File Full Path Issues
translations/de/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/de/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/de/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md49
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/pt/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/pt/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/pt/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/zh/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/zh/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/zh/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/tw/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/tw/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/tw/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/fr/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/fr/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/fr/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/es/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/es/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/es/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ja/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ja/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ja/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ko/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ko/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ko/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16

Copy link

github-actions bot commented Jun 6, 2025

Check Country Locale in URLs

We have automatically detected added country locale to URLs in your files.
Review and remove country-specific locale from URLs to resolve this issue.

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

File Full Path Issues
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/6
10-WhatsNew/readme.md
#LinkLine Number
1https://learn.microsoft.com/en-us/windows/ai/toolkit/36

Copy link

github-actions bot commented Jun 6, 2025

Check Broken Paths

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

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

File Full Path Issues
translations/de/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/de/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/de/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md49
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/pt/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/pt/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/pt/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/zh/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/zh/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/zh/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/tw/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/tw/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/tw/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/fr/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/fr/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/fr/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/es/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/es/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/es/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ja/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ja/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ja/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ko/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ko/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ko/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16

Copy link

github-actions bot commented Jun 6, 2025

Check Country Locale in URLs

We have automatically detected added country locale to URLs in your files.
Review and remove country-specific locale from URLs to resolve this issue.

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

File Full Path Issues
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/en-us/azure/ai-foundry/foundry-local/6

Copy link

github-actions bot commented Jun 6, 2025

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
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/160
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/de/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg13
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/pt/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/zh/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/tw/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/fr/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/es/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ja/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ko/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/understanding-image-generation-responses152
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install25
03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install28

Copy link

github-actions bot commented Jun 6, 2025

Check Broken Paths

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

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

File Full Path Issues
translations/de/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/de/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/de/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md49
translations/de/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/pt/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/pt/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/pt/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/pt/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/zh/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/zh/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/zh/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/zh/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/tw/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/tw/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/tw/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/tw/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/fr/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/fr/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/fr/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/fr/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/es/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/es/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/es/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/es/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ja/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ja/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ja/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ja/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16
translations/ko/README.md
#LinkLine Number
1../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs42
2../03-CoreGenerativeAITechniques/src/ImageGeneration-01/ImageGeneration-01.csproj46
translations/ko/03-CoreGenerativeAITechniques/readme.md
#LinkLine Number
1./06-LocalModelRunners.md25
translations/ko/03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1./06-LocalModelRunners.md43
translations/ko/10-WhatsNew/readme.md
#LinkLine Number
1../../03-CoreGenerativeAITechniques/src/VideoGeneration-AzureSora-01/Program.cs16

Copy link

github-actions bot commented Jun 6, 2025

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
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/160
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/de/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg13
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/pt/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/zh/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/tw/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/fr/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/es/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ja/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ko/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/understanding-image-generation-responses152
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install25
03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install28

@elbruno elbruno merged commit e0a8bf1 into main Jun 6, 2025
2 of 4 checks passed
@elbruno elbruno deleted the bruno-add-foundrylocal branch June 6, 2025 15:21
Copy link

github-actions bot commented Jun 6, 2025

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
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/160
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/de/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg13
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/pt/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/zh/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/tw/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/fr/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/es/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ja/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ko/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/understanding-image-generation-responses152
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install25
03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install28

1 similar comment
Copy link

github-actions bot commented Jun 6, 2025

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
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/160
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/de/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg13
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/pt/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/zh/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/tw/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/fr/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/es/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ja/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ko/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/understanding-image-generation-responses152
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install25
03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install28

Copy link

github-actions bot commented Jun 6, 2025

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
02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/160
translations/de/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/de/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg13
translations/pt/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/pt/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/zh/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/zh/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/tw/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/tw/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/fr/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/fr/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/es/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/es/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ja/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ja/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
translations/ko/02-SetupDevEnvironment/getting-started-azure-openai.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/deploy/159
translations/ko/03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://img.youtube.com/vi/1GwmV1PGRjI/0.jpg9
03-CoreGenerativeAITechniques/05-ImageGenerationOpenAI.md
#LinkLine Number
1https://learn.microsoft.com/azure/ai-services/openai/concepts/understanding-image-generation-responses152
03-CoreGenerativeAITechniques/06-LocalModelRunners.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install29
03-CoreGenerativeAITechniques/06-AIToolkitAndDockerModels.md
#LinkLine Number
1https://learn.microsoft.com/windows/ai/toolkit/install28

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.

1 participant