From b82630238544c947d4f043b7ef5167e620c165d2 Mon Sep 17 00:00:00 2001 From: "Niraj Chaudhari (Persistent Systems Limited)" Date: Fri, 17 Jul 2026 13:18:22 +0530 Subject: [PATCH] Add posix in azure.yaml file --- azure.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/azure.yaml b/azure.yaml index 775b8a7..15ed0d1 100644 --- a/azure.yaml +++ b/azure.yaml @@ -26,6 +26,16 @@ hooks: Write-Host "" interactive: false continueOnError: false + - shell: sh + 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/Deploy-Your-AI-Application-In-Production/issues" + echo " ---------------------------------------------------------------------------------------------------" + echo "" + interactive: true + continueOnError: false # Integrated preprovision: # - Deploys the AI Landing Zone submodule separately to avoid ARM 4MB template limit