From 4ce7650b41041f3cc8871e5e7875c026daa0ff45 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Limited)" Date: Tue, 14 Jul 2026 17:28:13 +0530 Subject: [PATCH 1/2] Update Azure.yaml files to show github issue URLS --- azure.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/azure.yaml b/azure.yaml index 3231dcb1..01222791 100644 --- a/azure.yaml +++ b/azure.yaml @@ -15,6 +15,18 @@ metadata: # Pre/Post-provision automation hooks hooks: preprovision: + # Show a deployment notice before the integrated preprovision script runs. + - shell: pwsh + 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/Deploy-Your-AI-Application-In-Production/issues" -ForegroundColor Cyan + Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow + Write-Host "" + interactive: true + continueOnError: false + # Integrated preprovision: # - Deploys the AI Landing Zone submodule separately to avoid ARM 4MB template limit # PowerShell is the supported entrypoint in this repo. From 42a91581d84b7fb2a7856488cf5adc12e725f8d5 Mon Sep 17 00:00:00 2001 From: chaudhariniraj <70953410+chaudhariniraj@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:34:04 +0530 Subject: [PATCH 2/2] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- azure.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure.yaml b/azure.yaml index 01222791..775b8a77 100644 --- a/azure.yaml +++ b/azure.yaml @@ -24,7 +24,7 @@ hooks: Write-Host " https://github.com/microsoft/Deploy-Your-AI-Application-In-Production/issues" -ForegroundColor Cyan Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow Write-Host "" - interactive: true + interactive: false continueOnError: false # Integrated preprovision: