You can now write 'azd hooks' in Python, TypeScript and JavaScript!
I built a sample template showing all three languages in action.
Blog: https://t.co/JUCZ9xnfed
Template: https://t.co/TeL6TT4inQ
#azure#azd#dev#microsoft
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.
https://t.co/gLbuodLLOH
https://t.co/bAW7Y1O5z1
#azd#azure#dev
`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.
https://t.co/RnK6tzZJYb
#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.
https://t.co/mkELKBc2Nd
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.
https://t.co/WHR9oWzNDw
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.
https://t.co/hNPMeoAfMo
https://t.co/7HmmTEIv0k
#dev#copilot
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.
https://t.co/4RRRuvzcJ0
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.
https://t.co/6OdQheZxoe
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: https://t.co/bZULSoYDMx
#azure#copilot#aidev#skills
🚀 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 https://t.co/1cVc7fOGh1
https://t.co/KKNr9RYzR2
#azd#azure#microsoft#dev
Azure MCP Server helps connect your coding agent to Azure. Nice to see it included in this InfoWorld article
https://t.co/tWWRYIU3kb
https://t.co/EsRIVwE2wB
#mcp#ai#azure
`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.
https://t.co/oL4O7ZsGjb
#azure#dev
You can now install both of my azd extensions from a single location - https://t.co/FK9dO4OIYk
1. `azd app` (run and debug azd apps locally) - https://t.co/8P8kuHktiJ
2. `azd exec` (execute scripts with azd env) - https://t.co/0vL0i6eqrh
#azure#azd#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.
https://t.co/EsRIVwDuH3 - for the Azure MCP Server - helps your coding agent dev Azure better.
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!
🔥 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 https://t.co/8P8kuHl18h
#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`