diff --git a/azure.yaml b/azure.yaml index 2108c550..162624ad 100644 --- a/azure.yaml +++ b/azure.yaml @@ -22,3 +22,13 @@ 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' + printf '\033[36m https://github.com/microsoft/content-processing-solution-accelerator/issues\033[0m\n' + printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n' + printf '\n' + shell: sh + interactive: true