From 5cd9f6be4a0954a11491dd0019176288e9b3db9a Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Limited)" Date: Tue, 14 Jul 2026 14:23:11 +0530 Subject: [PATCH 1/3] update azure.yaml file to show github issue URL before provisioning --- azure.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/azure.yaml b/azure.yaml index 3f34cb0e..fa918de8 100644 --- a/azure.yaml +++ b/azure.yaml @@ -11,6 +11,27 @@ metadata: name: content-processinge@1.0 hooks: + 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 + posix: + run: | + echo "" + echo " ---------------------------------------------------------------------------------------------------" + echo " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." + echo " https://github.com/microsoft/content-processing-solution-accelerator/issues" + echo " ---------------------------------------------------------------------------------------------------" + echo "" + shell: sh + interactive: true postprovision: posix: shell: sh From 902fddb96a2bc877b4e747f5869ab4a182227b3a Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Limited)" Date: Tue, 14 Jul 2026 14:38:18 +0530 Subject: [PATCH 2/3] update azure.yaml to add posix 1 --- azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure.yaml b/azure.yaml index fa918de8..2bfce765 100644 --- a/azure.yaml +++ b/azure.yaml @@ -22,7 +22,7 @@ hooks: Write-Host "" shell: pwsh interactive: true - posix: + posix: run: | echo "" echo " ---------------------------------------------------------------------------------------------------" From 6b3661e9381ab3918d92648d21aa2b927fc2d268 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Limited)" Date: Tue, 14 Jul 2026 16:10:20 +0530 Subject: [PATCH 3/3] Resolve indentation issue --- azure.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/azure.yaml b/azure.yaml index 2bfce765..e2c07f9a 100644 --- a/azure.yaml +++ b/azure.yaml @@ -24,12 +24,12 @@ hooks: interactive: true posix: run: | - echo "" - echo " ---------------------------------------------------------------------------------------------------" - echo " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." - echo " https://github.com/microsoft/content-processing-solution-accelerator/issues" - echo " ---------------------------------------------------------------------------------------------------" - echo "" + echo "" + echo " ---------------------------------------------------------------------------------------------------" + echo " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." + echo " https://github.com/microsoft/content-processing-solution-accelerator/issues" + echo " ---------------------------------------------------------------------------------------------------" + echo "" shell: sh interactive: true postprovision: