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 8976982 + af587e7 commit c88c704Copy full SHA for c88c704
1 file changed
azure.yaml
@@ -8,6 +8,17 @@ requiredVersions:
8
azd: '>=1.18.2 != 1.23.9'
9
10
hooks:
11
+ preprovision:
12
+ windows:
13
+ run: |
14
+ Write-Host ""
15
+ Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
16
+ Write-Host " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." -ForegroundColor Yellow
17
+ Write-Host " https://github.com/microsoft/Container-Migration-Solution-Accelerator/issues" -ForegroundColor Cyan
18
19
20
+ shell: pwsh
21
+ interactive: true
22
postdeploy:
23
posix:
24
shell: sh
0 commit comments