-
Notifications
You must be signed in to change notification settings - Fork 151
fix: Merging dev to main branch #622
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
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
- Created PowerShell script `build-push-acr.ps1` for building and pushing Docker images to ACR. - Created Bash script `build-push-acr.sh` for the same purpose, ensuring compatibility with Unix-like environments. - Both scripts handle environment variables, ACR login, Docker image building, and pushing to ACR with error handling.
…onitoring settings
…s for Docker image creation
Added note about disabling Log Analytics workspace replication before deleting resources.
Removed note about reverting file name changes after deployment.
Updated instructions for renaming configuration files in the deployment guide.
feat: Add support for developer experience
feat: Add Troubleshooting Guide for Log Analytics Workspace Deletion Issues
Avijit-Microsoft
approved these changes
Nov 24, 2025
Contributor
|
🎉 This PR is included in version 1.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
Embedding Model Integration and Data Processing Updates:
infra/scripts/index_scripts/02_process_data.pyandscripts/data_utils.pyto use the Azure AI Foundry endpoint via the newAZURE-AI-AGENT-ENDPOINTsecret, replacing previous OpenAI-based logic and dependencies. This includes switching to theazure-ai-inferencelibrary and updating secret retrieval and embedding calls. [1] [2] [3] [4] [5] [6] [7] [8]AZURE-AI-AGENT-ENDPOINTas a new secret to the Key Vault in the deployment template (infra/main.bicep).Deployment and Packaging Enhancements:
infra/scripts/package_webapp.ps1for Windows andinfra/scripts/package_webapp.shfor POSIX) to automate the build and packaging of frontend and backend code for Azure App Service deployment. [1] [2]azure_custom.yamlto support custom deployment scenarios, including service definitions, hooks, and parameterization.Documentation Improvements:
docs/DeploymentGuide.mdwith instructions for deploying local changes and handling Log Analytics workspace deletion when replication is enabled, referencing a new troubleshooting guide. [1] [2] [3]docs/LogAnalyticsReplicationDisable.mdwith step-by-step guidance for disabling Log Analytics workspace replication before deletion.Script Robustness:
infra/scripts/run_create_index_scripts.shto correctly substitute and revert the Key Vault name inscripts/data_utils.pyduring deployment and cleanup. [1] [2]These changes collectively modernize the embedding workflow, streamline deployment and packaging, and provide clearer documentation for developers and operators.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information