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.
2 parents 796d3a0 + fcac335 commit ffa3a1cCopy full SHA for ffa3a1c
1 file changed
azure.yaml
@@ -11,5 +11,14 @@ metadata:
11
name: content-processinge@1.0
12
13
hooks:
14
- postprovision: {}
15
-
+ preprovision:
+ 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
0 commit comments