- 
                Notifications
    You must be signed in to change notification settings 
- Fork 597
fix: Improve Deployment Docs, Single-Tenant Teams Extension, and Ingestion Error Handling #1915
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
      
      
            Prajwal-Microsoft
  merged 134 commits into
  Azure-Samples:waf-avm
from
Pavan-Microsoft:waf-avm-fork-pk
  
      
      
   
  Sep 22, 2025 
      
    
                
     Merged
            
            fix: Improve Deployment Docs, Single-Tenant Teams Extension, and Ingestion Error Handling #1915
                    Prajwal-Microsoft
  merged 134 commits into
  Azure-Samples:waf-avm
from
Pavan-Microsoft:waf-avm-fork-pk
  
      
      
   
  Sep 22, 2025 
              
            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
    
  
  
    
    Co-authored-by: Roopan P M <[email protected]>
Co-authored-by: Roopan P M <[email protected]>
…es#1541) Co-authored-by: Ajit Padhi <[email protected]>
Co-authored-by: Roopan-Microsoft <[email protected]>
Co-authored-by: Roopan-Microsoft <[email protected]>
Co-authored-by: Roopan-Microsoft <[email protected]> Co-authored-by: Ross Smith <[email protected]> Co-authored-by: gpickett <[email protected]> Co-authored-by: Francia Riesco <[email protected]> Co-authored-by: Francia Riesco <[email protected]> Co-authored-by: Prajwal D C <[email protected]>
…nd Update Conversation flow based on template selection (Azure-Samples#1567) Co-authored-by: Pavan Kumar <v-kupavan.microsoft.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavan-Microsoft <[email protected]>
fix: Created minified the version of workbk json to reduce size f mai…
…orm recognizer module
…g system-assigned managed identity for Cognitive Services
…nments in Azure Cognitive Services
…equence parameters
              
                    Prajwal-Microsoft
  
              
              approved these changes
              
                  
                    Sep 22, 2025 
                  
              
              
            
            
| 🎉 This PR is included in version 1.16.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
This pull request introduces several improvements and updates across deployment documentation, Teams extension configuration, and backend data ingestion error handling. The main themes are: enhanced deployment options and documentation, improved Teams extension setup for single-tenant scenarios, and better user experience for URL ingestion errors.
Deployment Documentation & Configuration Updates:
docs/LOCAL_DEPLOYMENT.mddetailing sandbox and Well-Architected Framework (WAF) aligned deployment options, including instructions for selecting and customizing deployment parameters for different environments.docs/LOCAL_DEPLOYMENT.mdto cover all relevant configuration options, including new variables for advanced image processing, speech services, security, and orchestration.Teams Extension Improvements:
tenantIdtoconfig.ts, setMicrosoftAppTypeto "SingleTenant" inindex.ts, and added tenant ID parameter and environment variable in the Bicep template. [1] [2] [3] [4]Backend Data Ingestion Error Handling:
code/backend/pages/01_Ingest_Data.py): now, if URL processing fails, error messages are shown to the user viast.errorand the textarea is only cleared on success. Functions now return booleans to indicate success/failure. [1] [2] [3]Workflow Reliability:
cache-apt-pkgs-actionwith directapt-getinstallation for required tools in the GitHub Actions workflow, ensuring more reliable and up-to-date package installation. (.github/workflows/group_dependabot_security_updates.yml)Does this introduce a breaking change?
How to Test
What to Check
Verify that the deployment