`azd update` is live.
I kept forgetting how I installed azd, so updating was always annoying. The team shipped `azd update` and now it's just one command, any platform, done.
Try it and file issues if you hit anything.
blog.jongallant.com/2026/04/…#azd#azure#microsoft#devx
dispatch v0.6.0 is out - your terminal Copilot CLI session finder and launcher
- change preview to bottom, left, top right
- expand/collapse all
- plan.md ready indicator - thx @wbreza
`dispatch update` and it's yours.
jongio.github.io/dispatch
grüt 0.0.4 is out - your terminal file explorer with git/github and ai chat.
- merge PRs right from terminal - now with better PR status indicators too
- selecting a branch shows you the files changed
`grut update` if you already have it installed.
jongio.github.io/grut
The gap between "Copilot can explain Azure" and "Copilot can do Azure work" just closed.
Azure Skills Plugin: 19 curated workflows 200 MCP tools. Same prompt, but you get a Dockerfile, infra code, and deployment — not directions.
aka.ms/azure-plugin
This will be helpful to you if you use EMU and Public GitHub CLI on the same machine. Just point copilot at this repo and tell it to set it up for you.
github.com/jongio/gh-public-…
You'll have two Windows Terminal profiles one for each gh auth.
Azure Skills - now has a skill to help your agent build services that use GitHub Copilot SDK - basically harness the power of GitHub copilot in your own services using GitHub or Azure models.
Check it out here: skills.sh/microsoft/github-c…#azure#copilot#aidev#skills
`az group bulk-delete` is a new az extension that helps you delete azure resource groups in bulk. By default, it looks for any group tagged with `delete` - but is fully customizable and interactive.
jongio.github.io/az-extensio…#azure#dev
It's cool when you are deving and you see your coding agent actually use the thing you helped create and it was helpful.
aka.ms/azmcp - for the Azure MCP Server - helps your coding agent dev Azure better.
🔥 MASSIVE `azd app` RELEASE 🔥 v.0.10.0
0. `azd app run` - starts all your services and launches the most useful dashboard you'll ever see - I use it all day every day and love it
Find out more at jongio.github.io/azd-app/#azd#azure#microsoft
1. `azd app logs` - streams logs directly from local OR Azure to dashboard or terminal - integrated with Azure Monitor, no special config required.
2. `azd app add` - adds common container config to azure.yaml, i.e. `azd app add azurite`
3. `azd app test` - runs tests - including code coverage
4. `azd app health` - monitors app health - integrated into dashboard
5. `azd app mcp` - mcp server to feed app logs to any coding agent - super easy way to debug issues
Much more coming soon!