We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c88c704 + 61d25ef commit fd3a827Copy full SHA for fd3a827
1 file changed
azure.yaml
@@ -19,6 +19,16 @@ hooks:
19
Write-Host ""
20
shell: pwsh
21
interactive: true
22
+ posix:
23
+ run: |
24
+ printf '\n'
25
+ printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
26
+ printf '\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n'
27
+ printf '\033[36m https://github.com/microsoft/Container-Migration-Solution-Accelerator/issues\033[0m\n'
28
29
30
+ shell: sh
31
+ interactive: true
32
postdeploy:
33
posix:
34
shell: sh
0 commit comments