Skip to content

chore: Update azure.yaml to show gihub issues URL.#652

Open
chaudhariniraj wants to merge 1 commit into
microsoft:mainfrom
chaudhariniraj:main
Open

chore: Update azure.yaml to show gihub issues URL.#652
chaudhariniraj wants to merge 1 commit into
microsoft:mainfrom
chaudhariniraj:main

Conversation

@chaudhariniraj

Copy link
Copy Markdown
Contributor

Purpose

Update azure.yaml to show gihub issues URL.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the azure.yaml azd template hooks to surface a GitHub Issues link during provisioning so users know where to file deployment/provisioning problems.

Changes:

  • Replaced the no-op postprovision hook with a preprovision hook.
  • Added a PowerShell (pwsh) script that prints guidance and the repository Issues URL on Windows.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread azure.yaml
Comment on lines +14 to +24
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants