Skip to content

Commit 11fdfd3

Browse files
Update azure.yaml to show gihub issues URL.
1 parent deab07d commit 11fdfd3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

azure.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,15 @@ metadata:
1111
name: content-processinge@1.0
1212

1313
hooks:
14-
postprovision: {}
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
1525

0 commit comments

Comments
 (0)