From 11fdfd3c86957d2599417ec787518ae0e99a5675 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Limited)" Date: Tue, 14 Jul 2026 17:54:18 +0530 Subject: [PATCH] Update azure.yaml to show gihub issues URL. --- azure.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/azure.yaml b/azure.yaml index 5cf64bd6..d222f62d 100644 --- a/azure.yaml +++ b/azure.yaml @@ -11,5 +11,15 @@ metadata: name: content-processinge@1.0 hooks: - postprovision: {} + preprovision: + windows: + run: | + Write-Host "" + Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow + Write-Host " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." -ForegroundColor Yellow + Write-Host " https://github.com/microsoft/content-processing-solution-accelerator/issues" -ForegroundColor Cyan + Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow + Write-Host "" + shell: pwsh + interactive: true