Skip to content

Commit 125bd2d

Browse files
Merge pull request #661 from microsoft/dev
refactor: dev to main - Update azure.yaml for GitHub issue URL and add POSIX support
2 parents d1aef3b + 60f352a commit 125bd2d

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

azure.yaml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,24 @@ 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
25+
posix:
26+
run: |
27+
printf '\n'
28+
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
29+
printf '\033[33m Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs.\033[0m\n'
30+
printf '\033[36m https://github.com/microsoft/content-processing-solution-accelerator/issues\033[0m\n'
31+
printf '\033[33m ---------------------------------------------------------------------------------------------------\033[0m\n'
32+
printf '\n'
33+
shell: sh
34+
interactive: true

0 commit comments

Comments
 (0)