Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Comment on lines +29 to +33
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
Expand Down
Loading