Skip to content

Commit ffa3a1c

Browse files
Merge pull request #651 from chaudhariniraj/dev
chore: update azure.yaml file to show github issue URL before provisioning
2 parents 796d3a0 + fcac335 commit ffa3a1c

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

azure.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,14 @@ metadata:
1111
name: content-processinge@1.0
1212

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

0 commit comments

Comments
 (0)