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

Alan-Jowett / sonde / 25535463736
83%

Build:
DEFAULT BRANCH: main
Ran 08 May 2026 03:57AM UTC
Jobs 1
Files 124
Run time 1min
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%
25535463736

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

Jobs
ID Job ID Ran Files Coverage
1 25535463736.1 08 May 2026 03:57AM UTC 124
83.08
GitHub Action Run
Source Files on build 25535463736
  • Tree
  • List 124
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25535463736
  • 2bc12292 on github
  • Prev Build on main (#25525097927)
  • Next Build on main (#25563886539)
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