refactor: scripts for improved logging and error handling; remove redundant code and streamline role assignments in Azure CLI scripts#693
Merged
Conversation
…ndant code and streamline role assignments in Azure CLI scripts
Pavan-Microsoft
requested review from
Avijit-Microsoft,
Prajwal-Microsoft,
Roopan-Microsoft,
Vinay-Microsoft,
aniaroramsft,
brittneek,
dgp10801,
nchandhi and
toherman-msft
as code owners
December 16, 2025 08:17
Avijit-Microsoft
approved these changes
Dec 16, 2025
Contributor
|
🎉 This PR is included in version 3.17.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 focuses on improving the clarity, user experience, and output consistency of deployment scripts and documentation. The main changes include refining setup instructions, streamlining and clarifying script outputs, and reducing unnecessary or verbose logging in automation scripts.
Documentation improvements:
DeploymentGuide.mdandLocalDebuggingSetup.mdto allow any version 3.9 or newer, instead of restricting to 3.9–3.11, making setup more flexible. [1] [2]DeploymentGuide.mdwith clearer instructions for setting up virtual environments, Azure login (including device code), and running sample data scripts. Steps were reorganized and clarified for different environments (Codespaces, Dev Container, etc.). [1] [2]Script output and UX improvements:
✓ Created user: ...,✓ Uploading call transcripts). Reduced or removed verbose and redundant print statements for a cleaner user experience. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18]Quality-of-life and error handling:
These changes collectively make the deployment and setup process more robust, user-friendly, and maintainable, reducing confusion and improving the signal-to-noise ratio in script outputs.
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation