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

Alan-Jowett / sonde / 25614306383
83%

Build:
DEFAULT BRANCH: main
Ran 09 May 2026 11:28PM 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

09 May 2026 11:17PM UTC coverage: 83.017% (+0.02%) from 82.999%
25614306383

push

github

web-flow
feat(bicep): add App Insights observability + fix queue messageEncoding (#872)

* feat(bicep): add App Insights and Log Analytics for function observability

Deploy a Log Analytics workspace (PerGB2018, 30-day retention, 1 GB/day
cap) and Application Insights component. Wire the connection string and
\RUST_BACKTRACE=1\ into the function app settings.

The monitoring module is conditional — when \ppInsightsConnectionString\
is empty the function app deploys without observability settings, matching
the previous behavior.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix(azure-handler): set queue \messageEncoding\ to \ase64\

The Functions queue extension defaults to \messageEncoding: none\, which
causes it to interpret raw CBOR bytes (after base64 transport decoding)
as UTF-8 text. This fails with:

  Queue message's body cannot be converted to string because it
  contains non-UTF8 bytes

Setting \messageEncoding: base64\ tells the runtime to re-encode the
raw bytes as base64 in the JSON envelope sent to the custom handler,
where \xtract_trigger_payload\ already handles base64 decoding.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

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

33596 of 40469 relevant lines covered (83.02%)

198.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25614306383.1 09 May 2026 11:28PM UTC 124
83.02
GitHub Action Run
Source Files on build 25614306383
  • 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 #25614306383
  • fbe4d0e2 on github
  • Prev Build on main (#25609534079)
  • Next Build on main (#25614310033)
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