Commit 9aaa32d
Add STORAGE_QUEUE_ACCOUNT env var for processor container app
The processor code reads STORAGE_QUEUE_ACCOUNT (not STORAGE_ACCOUNT_NAME) to
build the queue service URL. Without it, the default value 'http://<storage
queue url>' was used, causing a double-prefixed URL (https://http://...) and
DNS resolution failure for host 'http'.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6b72d16 commit 9aaa32d
5 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
| 449 | + | |
449 | 450 | | |
450 | 451 | | |
451 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
26574 | 26574 | | |
26575 | 26575 | | |
26576 | 26576 | | |
| 26577 | + | |
| 26578 | + | |
| 26579 | + | |
| 26580 | + | |
26577 | 26581 | | |
26578 | 26582 | | |
26579 | 26583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| 428 | + | |
428 | 429 | | |
429 | 430 | | |
430 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
2279 | 2279 | | |
2280 | 2280 | | |
2281 | 2281 | | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
2282 | 2286 | | |
2283 | 2287 | | |
2284 | 2288 | | |
| |||
0 commit comments