Commit 0d4fa89
fix(ci): use region-scoped hostname for frontend App Service
The frontend App Service lives on the newer region-scoped DNS
(*.israelcentral-01.azurewebsites.net) rather than the classic
*.azurewebsites.net. Update the health check URL and the backend
CORS allowlist to match; otherwise the deploy succeeds but the
browser and the CD health check both hit the wrong hostname.1 parent da1acd9 commit 0d4fa89
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
0 commit comments