Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ hooks:
Write-Host ""
shell: pwsh
interactive: true

posix:
run: |
printf '\n'
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
printf '\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n'
Comment thread
Priyanka2-Microsoft marked this conversation as resolved.
printf '\033[36m https://github.com/microsoft/Modernize-your-code-solution-accelerator/issues\033[0m\n'
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
printf '\n'
shell: sh
interactive: true
deployment:
mode: Incremental
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder
Expand Down
Loading