• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Alan-Jowett / sonde / 25535433110 / 1
83%
main: 83%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 03:54AM UTC
Files 124
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 May 2026 03:43AM UTC coverage: 83.079% (+0.02%) from 83.062%
25535433110.1

push

github

web-flow
fix: tolerate `config-zip` health-check failure on Flex Consumption (#865)

The Azure CLI `az functionapp deployment source config-zip` performs a
post-deployment health check that tries to fetch the function host key.
On Flex Consumption plans with custom runtimes, this check can fail with
'Failed to fetch host key' even though the zip upload itself succeeded
(HTTP 202).  Because the bootstrap script uses `set -eu`, the non-zero
exit code killed the script before `wait_for_function_activation` could
run.

Capture the exit code instead of letting it abort the script, and fall
through to the existing activation probe loop which correctly polls
`az functionapp function list` to confirm the function loaded.

Also reverts the `version: ''` change to `function-placeholder.bicep`
— the ARM API rejects empty strings and requires `'1.0'`; the earlier
CLI warning was a false positive.

Co-authored-by: Alan Jowett <alan.jowett@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

33603 of 40447 relevant lines covered (83.08%)

198.1 hits per line

Source Files on job 25535433110.1
  • Tree
  • List 124
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25535433110
  • 2bc12292 on github
  • Prev Job for on main (#25525097927.1)
  • Next Job for on main (#25535463736.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc