Skip to content

Commit 8401b06

Browse files
pauldotyuCopilot
andauthored
Update azd-hooks/predeploy.ps1
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e261f59 commit 8401b06

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azd-hooks/predeploy.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ makelineService:
102102

103103
# Add Azure Service Bus to makeline-service if provided
104104
# (Parity with bash: check URI presence but write HOST value)
105-
if ($env:AZURE_SERVICE_BUS_URI) {
105+
# (Parity with bash: check HOST presence and write HOST value)
106+
if ($env:AZURE_SERVICE_BUS_HOST) {
106107
@"
107108
orderQueueHost: ${env:AZURE_SERVICE_BUS_HOST}
108109
"@ | Out-File -FilePath custom-values.yaml -Append -Encoding utf8

0 commit comments

Comments
 (0)