PuntoBello Blog

Featured

Goodbye, Client Secrets: Passwordless CI/CD to SharePoint with App Registrations, Managed Identities, and Federated Credentials

How GitHub Actions, Azure DevOps, and GitLab CI/CD authenticate to Microsoft Entra ID and create SharePoint sites without a stored secret — workload identity federation with app registrations and managed identities, plus the PnP PowerShell and CLI for Microsoft 365 contributions that came out of building the demos.

Fabian Hutzli
Fabian Hutzli
· 17 min read
Read article

Recent posts

View all

imageo — generating page-grounded images inside SharePoint with Microsoft Foundry’s MAI-Image-2

Microsoft released MAI-Image-2-Efficient, a fast and low-cost version of its image model. I wanted to see what it could do inside SharePoint, so I built imageo: an open-source SPFx 1.23 Application Customizer that generates brand-styled images grounded in the page you’re editing.

MCP365 Explorer — Read, reason, annotate: chat-driven Word document review via MCP

Second post in the agentic track. Same Tiny Agents loop, different scenario shape — the LLM reads a Word document, identifies what’s worth flagging, and writes inline comments back via the Work IQ Word MCP server. One prompt, one chat, no inline-comment plumbing on my side.