feat: Migrate Azure Function and backend (app.py) in API App#366
Merged
Conversation
…ft/Conversation-Knowledge-Mining-Solution-Accelerator into psl-pk-dev-api-migration
…ox is getting removed automatically. fix: While the response is getting generated, question typed in chatbox is getting removed automatically.
fix: Removing the dependency on Azure Key Vault & Truncate SQL response
…edge-Mining-Solution-Accelerator into psl-pk-aiagentPlugin
feat: Use AI agent with plugins
…ledge-Mining-Solution-Accelerator into psl-pk-downmergedevfrommain
fix: Down merge from main
Avijit-Microsoft
approved these changes
Apr 16, 2025
…edge-Mining-Solution-Accelerator into psl-pk-aiagentPlugin
fix: Fix CodeQL issue
Contributor
|
🎉 This PR is included in version 3.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
This pull request includes multiple changes across various configuration files to update directory paths, modify deployment workflows, and refactor infrastructure code. The most important changes are grouped by theme below:
Directory Path Updates:
.github/dependabot.yml: Changed the directory forpipfrom/src/Appto/src/apiand fornpmfrom/src/App/frontendto/src/App. [1] [2].github/workflows/pylint.yml: Updated the directory for installing dependencies and runningflake8fromsrc/Apptosrc/api..github/workflows/test.yml: Updated the directory for installing backend dependencies and checking for backend test files fromsrc/Apptosrc/api.Workflow Modifications:
.github/workflows/deploy-KMGeneric.ymland.github/workflows/docker-build.yml: Updated the tag name for themainbranch tolatest_migratedand modified Docker build and push steps to use theapicontext andApiApp.Dockerfile. [1] [2] [3]Infrastructure Refactoring:
infra/deploy_app_service.bicep: Major refactor to simplify parameters and resource definitions, including the removal of old parameters and the addition of new parameters for app settings, app service plan ID, and user-assigned identity ID. [1] [2]infra/deploy_ai_foundry.bicep: Added a new output forazureOpenAIKeyName.infra/deploy_app_service_plan.bicep: Added a new file to create an Azure App Service plan with specified parameters.infra/deploy_appservice-appsettings.bicep: Added a new file to update app settings for an Azure App Service.infra/deploy_azure_function_charts.bicepandinfra/deploy_azure_function_rag.bicep: Removed old deployment scripts for Azure Functions related to charts and RAG functions. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation