We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deab07d commit 11fdfd3Copy full SHA for 11fdfd3
1 file changed
azure.yaml
@@ -11,5 +11,15 @@ metadata:
11
name: content-processinge@1.0
12
13
hooks:
14
- postprovision: {}
+ 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
22
23
+ shell: pwsh
24
+ interactive: true
25
0 commit comments