-
Notifications
You must be signed in to change notification settings - Fork 74
fix: merging dev changes to main #274
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
…uvicorn for frontend serving
…ng Python/uvicorn for frontend serving
…gurations, remove redundant files, and clarify paths for improved clarity and maintainability.
…and ensure correct file references for backend and frontend services.
feat: Code-modernize: Add support for developer experience
fix: Updated the reusuable network design documentation
fix: updates bicep to comply with WAF standards and best practices
Added note about disabling Log Analytics workspace replication before deleting resources.
feat: Add Troubleshooting Guide for Log Analytics Workspace Deletion Issues
Prajwal-Microsoft
approved these changes
Nov 24, 2025
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
Infrastructure and Redundancy Improvements:
azure_custom.yamlto support custom deployments, including explicit service definitions and infrastructure provider selection.infra/main.bicepto support redundancy, including replica region mapping, daily quota, and conditional settings for private networking and monitoring. [1] [2]Monitoring and Virtual Machine Enhancements:
Documentation Updates:
docs/LogAnalyticsReplicationDisable.mdto help users disable Log Analytics replication before resource deletion, preventing deployment errors and providing CLI instructions.docs/DeploymentGuide.mdwith instructions for deploying local changes using custom template files and handling resource deletion when redundancy is enabled.General Configuration Updates:
These changes collectively improve deployment flexibility, reliability, monitoring, and user guidance for managing Azure resources in this solution accelerator.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information