We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8401b06 commit 170d342Copy full SHA for 170d342
2 files changed
azd-hooks/predeploy.ps1
@@ -101,7 +101,6 @@ makelineService:
101
"@ | Out-File -FilePath custom-values.yaml -Append -Encoding utf8
102
103
# Add Azure Service Bus to makeline-service if provided
104
-# (Parity with bash: check URI presence but write HOST value)
105
# (Parity with bash: check HOST presence and write HOST value)
106
if ($env:AZURE_SERVICE_BUS_HOST) {
107
@"
azd-hooks/predeploy.sh
@@ -104,7 +104,7 @@ makelineService:
EOF
-if [ -n "${AZURE_SERVICE_BUS_URI}" ]; then
+if [ -n "${AZURE_SERVICE_BUS_HOST}" ]; then
108
cat << EOF >> custom-values.yaml
109
orderQueueHost: ${AZURE_SERVICE_BUS_HOST}
110
0 commit comments