Joined May 2008
1,099 Photos and videos
azd custom params - Someone asked me how to add custom prompts to azd up. Couldn't find one comprehensive doc, so I built a sample repo showing 3 approaches - allowed pick lists, free-text params, and hooks. blog.jongallant.com/2026/04/… github.com/jongio/azd-custom… #azd #azure #dev
157
`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
1
3
229
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
2
209
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
1
178
Introducing grüt - a terminal file explorer with deep git GitHub integration. File tree, syntax preview, git staging, diffs, GitHub PRs Actions, and Copilot chat - all in one TUI. blog.jongallant.com/announci… github.com/jongio/grut #dev #copilot
3
1
13
1,092
Jon Gallant retweeted
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
7
62
416
37,723
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.
1
3
409
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

1
5
266
🚀 azd rest - Azure REST API calls without the token headaches. Provide a URL, it auto-detects the OAuth scope for 20 Azure services. Auto-pagination, retries, pretty JSON. azd extension install jongio.azd.rest jongio.github.io/azd-rest/ #azd #azure #microsoft #dev

1
138
`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
1
2
150
You can now install both of my azd extensions from a single location - jongio.github.io/azd-extensi… 1. `azd app` (run and debug azd apps locally) - jongio.github.io/azd-app/ 2. `azd exec` (execute scripts with azd env) - jongio.github.io/azd-exec/ #azure #azd #dev
1
3
279
Copilot vibes
251
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.
1
3
165
🔥 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
1
2
808
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`
1
1
111
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!
82