Skip to content

Commit 5cd9f6b

Browse files
update azure.yaml file to show github issue URL before provisioning
1 parent 3547feb commit 5cd9f6b

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

azure.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,27 @@ metadata:
1111
name: content-processinge@1.0
1212

1313
hooks:
14+
preprovision:
15+
windows:
16+
run: |
17+
Write-Host ""
18+
Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
19+
Write-Host " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." -ForegroundColor Yellow
20+
Write-Host " https://github.com/microsoft/content-processing-solution-accelerator/issues" -ForegroundColor Cyan
21+
Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
22+
Write-Host ""
23+
shell: pwsh
24+
interactive: true
25+
posix:
26+
run: |
27+
echo ""
28+
echo " ---------------------------------------------------------------------------------------------------"
29+
echo " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs."
30+
echo " https://github.com/microsoft/content-processing-solution-accelerator/issues"
31+
echo " ---------------------------------------------------------------------------------------------------"
32+
echo ""
33+
shell: sh
34+
interactive: true
1435
postprovision:
1536
posix:
1637
shell: sh

0 commit comments

Comments
 (0)