Skip to content

Commit c88c704

Browse files
Merge pull request #320 from chaudhariniraj/dev
chore: Update azure.yaml file to show github issue URL before provisioning
2 parents 8976982 + af587e7 commit c88c704

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

azure.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ requiredVersions:
88
azd: '>=1.18.2 != 1.23.9'
99

1010
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+
Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
19+
Write-Host ""
20+
shell: pwsh
21+
interactive: true
1122
postdeploy:
1223
posix:
1324
shell: sh

0 commit comments

Comments
 (0)