Skip to content

Commit ca360eb

Browse files
Merge pull request #470 from chaudhariniraj/dev
chore: update azure.yaml to show github issue URL
2 parents a694015 + 0b51ae8 commit ca360eb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

azure.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ parameters:
1515
baseUrl:
1616
type: string
1717
default: 'https://raw.githubusercontent.com/microsoft/Modernize-your-code-solution-accelerator'
18+
19+
hooks:
20+
preprovision:
21+
windows:
22+
run: |
23+
Write-Host ""
24+
Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
25+
Write-Host " Note: If deployment fails or you encounter an issue, please open an issue with the deployment logs." -ForegroundColor Yellow
26+
Write-Host " https://github.com/microsoft/Modernize-your-code-solution-accelerator/issues" -ForegroundColor Cyan
27+
Write-Host " ---------------------------------------------------------------------------------------------------" -ForegroundColor Yellow
28+
Write-Host ""
29+
shell: pwsh
30+
interactive: true
31+
1832
deployment:
1933
mode: Incremental
2034
template: ./infra/main.bicep # Path to the main.bicep file inside the 'deployment' folder

0 commit comments

Comments
 (0)