-
Notifications
You must be signed in to change notification settings - Fork 171
chore: Merging from main branch #766
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
Conversation
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Co-authored-by: Copilot <[email protected]>
|
🎉 This PR is included in version 1.10.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This pull request introduces a new development environment template for Azure AI Foundry in VS Code for the Web, adding all necessary files, sample code, environment configuration, and documentation. The changes provide users with a ready-to-use setup for deploying and testing AI agents using Azure's Python SDK, with support for both connection string and endpoint authentication methods.
New environment and template files:
infra/vscode_web/, including sample Python code (codeSample.py,endpointCodeSample.py), environment variables (.env), installation script (install.sh), and dependency files (requirements.txt,endpoint-requirements.txt). [1] [2] [3] [4] [5] [6] [7]index.jsonto describe available samples, instructions, dependencies, and environment files for both authentication approaches.Documentation and licensing:
README.md,README-noazd.md) explaining template usage, deployment steps, and troubleshooting for VS Code Web users. [1] [2]Environment and configuration improvements:
.envtemplate for Azure resource configuration and enabled non-empty folder deployments..gitignorefor Python, .NET, Java, and general files to keep the environment clean.Sample code and dependencies:
Minor improvements:
process_sample_data.shto use device code for local login.README.mdto add a "Open in Visual Studio Code Web" badge for easier access.## PurposeDoes this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information