Adjustments for Lab01 and added notes for issues.#23
Merged
madiepev merged 42 commits intoMicrosoftLearning:mainfrom Feb 22, 2026
Merged
Adjustments for Lab01 and added notes for issues.#23madiepev merged 42 commits intoMicrosoftLearning:mainfrom
madiepev merged 42 commits intoMicrosoftLearning:mainfrom
Conversation
Updated workflow for full Azure AI Foundry setup and model deployment, including validation steps for Azure login, subscription, resource group, and AI Foundry resource.
Updated the resource creation method for Azure AI Foundry to use az rest command with a POST request and a JSON body.
Updated the workflow to deploy GPT-4o to Azure AI Foundry using REST API calls instead of Azure CLI commands. Removed validation steps and added token retrieval and endpoint fetching.
…active test script
Updated package versions to use minimum required versions for stability.
…ID resolution, enhance message handling, and improve run execution logic
…r interact_with_agent script to use AzureDeveloperCliCredential
…r interact_with_agent script for improved client handling and error management
…for cleaner deployment structure
…loyment capabilities
…moving explicit connection name
Added functions to auto-detect the AI project name and ensure OpenAI connection exists. Updated the interaction flow with error handling and subprocess calls.
…g and streamline message processing
…nteraction and message handling
…t interaction and message handling
…n management and response handling
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.
Changes on Lab01 main.bicep and ai-project.bicep to deploy models along with project creation.
During testing when connecting with agent, no model was deployed or found for the scripts to run successfully.
Changes on the interact_with_agent.py script. With newer versions of the SDK released, it has changed the methods to create and interact with agents. This changes has been applied in this PR.