Log Azure Foundry migration phases and update AI sample applications#504
Merged
Log Azure Foundry migration phases and update AI sample applications#504
Conversation
- Added orchestration logs for Neo Phase 1 (infrastructure scripts) - Added orchestration logs for Neo Phase 2 (CoreSamples migration) - Added orchestration logs for Neo Phase 3 (MAF migration) - Merged decision inbox files into decisions.md - Cleaned up decision inbox Co-authored-by: Copilot <[email protected]>
- Neo Phase 4: Migrated 13 CoreSamples to .NET 10 file-based app format - Trinity Phases 5-6: Created docs/azure-resource-setup.md, updated CONTRIBUTING.MD - Merged neo-phase4-dotnet10.md and trinity-phase56-docs.md decisions into decisions.md - Cleared decisions/inbox/ files Co-authored-by: Copilot <[email protected]>
…nd LlmTornado - Implement BasicChat with OpenAI APIs for sentiment analysis. - Create BasicChat with Ollama GPT for reasoning capabilities. - Develop BasicChat using LlmTornado for sentiment analysis. - Introduce BasicChat with LlmTornado and Ollama for reasoning tasks. - Add BasicChat to demonstrate conversation history management. - Implement Foundry Claude integration with custom HTTP client for Azure. - Create image generation sample using Azure OpenAI. - Add MEAIFunctions sample demonstrating function invocation with Azure OpenAI. - Implement MEAIFunctionsAzureOpenAI sample for function calling with weather information. - Add setup scripts for configuring user secrets and deploying Azure infrastructure.
…and code samples - Replaced instances of gpt-4o-mini with gpt-5-mini in French, Japanese, Korean, Portuguese, Traditional Chinese, and Simplified Chinese translations. - Standardized model references in practical samples and core generative AI techniques documentation. - Added decisions for repo-wide model consistency to ensure all future documentation uses gpt-5-mini as the default Azure OpenAI model.
…zure setup documentation
…oning for Generative AI course
… user secrets instructions
… guidance for Azure OpenAI setup
…or dotnet run app.cs - Switch 5 Azure OpenAI file-based samples from ApiKeyCredential to AzureCliCredential (no API key needed) - Fix config keys: config["endpoint"] -> config["AzureOpenAI:Endpoint"] across all file-based samples - Add null-check error messages with setup guide links - Fix docs: dotnet run -> dotnet run app.cs for file-based samples - Add az login requirement notes to README, setup-azure-openai.md, and scripts - Special cases: LlmTornado/Claude/OpenAI keep API key auth with standardized config keys Co-authored-by: Copilot <[email protected]>
- Add orchestration logs for Neo (AzureCliCredential migration) and Trinity (docs standardization) - Add session log summarizing multi-agent coordination - Merge decisions from inbox into decisions.md, deduplicating and consolidating insights - Document 8 app.cs files migrated to AzureCliCredential, 7 docs updated for dotnet run app.cs syntax Co-authored-by: Copilot <[email protected]>
…com/microsoft/Generative-AI-for-beginners-dotnet into bruno-addInitFoundryResourcesScript
|
👋 Thanks for contributing @elbruno! We will review the pull request and get back to you soon. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Enhance logging for Azure Foundry migration phases and consolidate decision documentation. Introduce various AI sample applications utilizing OpenAI and LlmTornado, while updating model references to gpt-5-mini across documentation and code samples. Streamline Azure setup instructions and resource provisioning, including user secrets management. Migrate samples to use AzureCliCredential for improved authentication.