-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(scripts): enhance error handling and logging for robustness (#…
…21) Improve error handling by using 'set -e -o pipefail' to ensure scripts exit on errors. Refactor error handling functions for clarity and consistency. Enhance logging by redirecting error messages to the appropriate log files. Simplify main function execution and ensure only JSON output is sent to stdout. Remove hardcoded environment name in Azure template for flexibility.
- Loading branch information
1 parent
58cd52c
commit c1ec897
Showing
3 changed files
with
54 additions
and
58 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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