FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
How I Gave Claude Code Access to 6,500 Azure Cmdlets
How-ToTools

How I Gave Claude Code Access to 6,500 Azure Cmdlets

via Dev.toYoshifumi Tsuda1mo ago

TL;DR I told Claude Code: "Create me a VM on Azure for dev testing." It asked a few questions, ran Az module commands through a persistent PowerShell session, hit a capacity error, but the AI recovered on its own and handed me an SSH command. The whole thing took about 15 minutes — including error recovery and retry. The secret ingredient? PowerShell.MCP — an MCP server that gives AI agents a persistent PowerShell console. What is PowerShell.MCP? PowerShell.MCP is an MCP server that gives AI agents a persistent, shared PowerShell console . One installation provides access to 10,000+ PowerShell modules and any CLI tool. It works with any MCP-compatible AI agent. The Conversation Here's what actually happened — errors and all. Step 1: "Make me a VM" I gave Claude Code a simple request: I need a VM on Azure for development testing. Please use the Az PowerShell module to create it. Instead of guessing, Claude presented an interactive prompt asking me to choose OS, VM size, region, and nami

Continue reading on Dev.to

Opens in a new tab

Read Full Article
26 views

Related Articles

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 2d ago

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)
How-To

Building a Simple Lab Result Agent in .NET (Microsoft Agent Framework + Ollama)

Medium Programming • 2d ago

“You don’t need to learn programming anymore” — Reality Check from a CTO
How-To

“You don’t need to learn programming anymore” — Reality Check from a CTO

Medium Programming • 2d ago

The Biggest Lie in Bug Bounty Tutorials
How-To

The Biggest Lie in Bug Bounty Tutorials

Medium Programming • 2d ago

DAY 8: The System Was Never Meant to Pay You
How-To

DAY 8: The System Was Never Meant to Pay You

Medium Programming • 2d ago

Discover More Articles