-
Notifications
You must be signed in to change notification settings - Fork 882
[Hack Update] 066-AI fundamentals 0126 #1073
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
Open
perktime
wants to merge
57
commits into
microsoft:master
Choose a base branch
from
perktime:ai-fundamentals-0126
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
- Add generic .devcontainer/devcontainer.json at repo root - Updated Challenge-00-lab.md with working Dev Containers button - Root devcontainer uses universal image for broad compatibility - Allows users to start with generic container, then reopen specific folders in their specialized containers
- Updated URL to include ref=TestCodespaceButton parameter - Ensures testing uses the branch with the root devcontainer - Users can now test the full dev container workflow
…ve elements ✨ Key Enhancements: - 🎨 Changed Jekyll theme from midnight to modern cayman theme - 💅 Comprehensive custom CSS with modern styling and animations - 📊 Interactive elements: progress bars, alerts, status badges - 📁 Collapsible sections for better content organization - 📈 Mermaid diagram support for visual workflows - 🌙 Dark mode support and responsive design - 📱 Mobile-optimized experience - ♿ Improved accessibility features 🚀 Challenge-00 Improvements: - Added technology badges and progress indicators - Enhanced navigation with visual hierarchy - Interactive validation checklists - Collapsible help sections - Modern card-based layout 📝 Template Creation: - Created enhanced challenge template for consistency - Includes all new visual elements and best practices
- Created demonstration page showing all enhanced visual elements - Includes examples of alerts, badges, progress bars, cards, buttons - Shows Mermaid diagrams, collapsible sections, and enhanced tables - Provides reference for content creators using the new styling - Documents the complete visual enhancement system
✨ Theme Changes: - 🎨 Switched from dark Cayman to bright, clean Minima theme - 🌈 Redesigned entire color palette with bright, friendly colors - ☀️ Light background with colorful gradients throughout - 🎯 Maintained all interactive elements with brighter styling 🎨 Visual Improvements: - 💙 Bright blue primary colors instead of dark themes - 🌸 Colorful gradients in alerts, cards, and buttons - 🌅 Light backgrounds with subtle gradients - 🔆 Enhanced contrast for better readability - 🎨 Colorful progress bars with rainbow gradients - ✨ Bright, cheerful badge designs 🎯 Enhanced Elements: - 📊 Redesigned all components for brightness - 🎪 More colorful and engaging visual elements - 📱 Maintained mobile responsiveness - ♿ Kept accessibility features with better contrast
…re AD token provider, enhance error handling, and improve environment setup. Add Bicep module for Foundry project deployment with role assignments and diagnostic settings.
…s; clarify resource creation process and troubleshooting steps for students.
…e challenge documents for consistency and clarity.
…can be used prior to getting the PR approved in the main repo
…the introduction and use case sections.
…y deployment error details on failure.
…es for AI Services and Storage Account.
…cess to codespaces
…cess with devcontainer configuration
Removed temporary steps for accessing the Content Safety service as they are no longer necessary because they are done in the deployment script.
Removed setup instructions for deploying the model. gpt-4o-mini is already deployed through the deployment script.
Removed reference to 'Hub' in project verification steps.
…despaces changes instead)
…atTheHack into ai-fundamentals-0126
Changed Codespace link
…es and environment setup. Add easy.txt for quick fixes.
…ecessary configurations.
…streamline HTML elements and remove unnecessary includes.
…d streamline content for clarity.
…nused configuration.
…resources and update API versions - Updated `deploy.sh` to derive deployment name from template filename and corrected environment variable for project endpoint. - Removed parameters and modules related to Application Insights and Container Registry from `main.bicep`. - Updated AI Services resource to use the latest API version and added project management properties. - Deleted unused modules for Application Insights, Container Registry, Foundry Project, and Hub. - Added new notebook for building a Research Assistant Agent using the Microsoft Agent Framework.
…-06-AgenticAI notebook
…t Foundry portal in CH-06-AgenticAI notebook
…A-RAG_for_structured_data notebook
…e clarity, and update success criteria
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.
This pull request updates documentation and environment configuration to consistently use "Microsoft Foundry" instead of "Azure AI Foundry" across all student and coach materials. It also introduces a new development container configuration for improved setup consistency. The most important changes are grouped below:
Dev Environment Setup
.devcontainer.jsonfile to define a standardized development container with pre-installed Azure CLI, Node.js, Python, and recommended VS Code extensions for a smoother onboarding experience.Documentation Updates: Foundry Naming and Instructions
Student Guide Enhancements
Resource Credential and Environment File Clarifications
.envfile, specifying where to find credentials in the Microsoft Foundry and Azure Portal, and updated language to avoid confusion regarding file renaming and resource verification. [1] [2] [3]Troubleshooting and Known Bugs
Let me know if you'd like a walkthrough of any specific section or further details on the new dev container setup!