Browse All Blogs (86)
Jesse Houwing clarifies GitHub Copilot’s April 24 interaction-data policy change, explaining which subscription tiers may have interactions used for training, what is and isn’t included (like private repos), and practical ways enterprises can enforce license tiers and lock down developer environments.
Emanuele Bartolesi explains how to make GitHub Copilot less “agreeable” and more useful by adding a repo-level voice instructions file that pushes Copilot to be direct, critical, and focused on correctness and maintainability.
Zure summarizes recent Microsoft Fabric and Purview capabilities for metadata management and governance, covering OneLake catalog search, workspace tagging, bulk definition APIs, and how AI agents/copilots intersect with lineage, compliance, and risk controls.
Andrew Lock walks through what Microsoft.Extensions.Options.Contextual is, how to wire it up in an ASP.NET Core app (including its source generator and receiver pattern), and why he considers it experimental and usually not worth adopting compared to established feature-flag approaches.
John Edward shares practical ways to control Azure-based copilot and AI agent spend, focusing on token discipline, caching, model selection, and ongoing governance so LLM solutions scale without surprise bills.
Jesse Houwing explains why he rebuilt the Azure DevOps Marketplace publishing tasks from v5 to v6, focusing on faster builds, stronger testing, GitHub Actions support, and more secure authentication (OIDC/workload identity) while using GitHub Copilot’s Coding Agent to accelerate the rewrite.
John Edward compares Microsoft Copilot Studio and Azure AI Agents (via Azure AI Foundry/Studio) to help architects choose between a low-code agent builder and a developer-driven platform based on flexibility, cost, scalability, and control.
DevClass.com (Tim Anderson) reports on AvaloniaUI’s preview backend for .NET MAUI using .NET 11, which aims to add Linux and WebAssembly browser targets by letting developers use Avalonia-drawn controls alongside or instead of MAUI’s native controls.
Thomas Maurer shares a video conversation with Cynthia Treger about Azure hybrid networking in sovereign cloud scenarios, covering Microsoft’s global network, ExpressRoute vs internet-based VPN options, and what to consider for regional and inter-regional connectivity when connecting Azure Local and Azure Arc-enabled services.
John Edward explains how solution architects can use Microsoft’s Azure Global Infrastructure “Globe” experience to choose Azure regions and design for latency, compliance, availability, disaster recovery, and sustainability.
Thomas Maurer shares a conversation with Microsoft Senior Product Manager Pal Lakatos‑Toth about Azure’s built-in CIS Benchmarks and how they’re evolving from static checklists into platform-integrated, flexible security baselines for hybrid, sovereign, and regulated environments.
Heidi Hämäläinen explains why Microsoft Purview Data Governance can feel heavy at first, and why governed metadata (glossary, catalog, data products, and security foundations) matters for scalable analytics, ML, and GenAI work—especially when you need discoverability, compliance, and trust in production.
Thomas Maurer explains practical, supported ways to get hands-on with Azure Local before buying certified hardware, including a sandboxed Azure Jumpstart LocalBox setup and a Hyper‑V HomeLab evaluation approach, plus when to move to a real-hardware proof of concept.
Emanuele Bartolesi explains how to keep repositories in sync during a Git migration (for example, GitLab to GitHub), and why `git push --all` + `--tags` is not the same as `git push --mirror`, especially when it comes to non-branch refs and deletions.
Randy Pagels shares practical tips for developers to maximize GitHub Copilot's effectiveness by providing better context and intent, rather than relying on longer prompts.
DevClass.com highlights Microsoft's switch to weekly Visual Studio Code releases and the rollout of Autopilot in Copilot Chat, offering developers new AI-driven coding experiences while raising fresh security concerns.
Thomas Maurer introduces the Azure Local LENS Workbook, an open-source Azure Monitor solution that delivers fleet-level visibility and operational insights for large Azure Local deployments.
John Edward explores the foundations of Microsoft Copilot agent design, outlining how goals, memory, tools, and autonomy create robust, autonomous AI systems for enterprise automation.
DevClass.com reports on how Microsoft Azure CTO Mark Russinovich used Anthropic’s Claude Opus 4.6 AI model to scan 1986 Apple II machine code, finding security vulnerabilities and raising important points about AI’s expanding role in legacy code security.
Andrew Lock explains recent architectural changes to the NetEscapades.EnumGenerators package family, guiding .NET developers on choosing the right flavor for their scenario and sharing lessons from evolving the popular source generator library.