Browse All DevOps Content (362)
Allison reports that GitHub changed repository permissions so the security manager role can no longer enable or disable GitHub Code Quality unless they’re also a repository administrator, aligning the role more closely with least-privilege security responsibilities.
Allison announces a GitHub Code Quality update that lets developers batch-apply multiple quality fixes directly from a pull request, reducing remediation time by committing once and running a single follow-up scan.
OsvaldoDaibert explains a common IBM Power → Azure x86 migration failure mode in C++: silent integer corruption caused by Big-Endian vs Little-Endian byte order, and shows a practical refactoring workflow—accelerated with GitHub Copilot—to add portable byte-swapping, guard against struct padding, and deploy to Azure.
Visual Studio Code shows how its experimental Agentic Browser Tools let agents open pages, read content, click elements, and verify changes from the integrated browser while you build a web app.
GitHub explains how the .github folder can standardize repository workflows—covering CI/CD automation, issue templates, and even rules that influence how GitHub Copilot behaves across projects in an organization.
Matt Soucoup announces a major update to the Awesome GitHub Copilot Customizations project: a new website, a Learning Hub, and a plugin system to make Copilot agents, skills, instructions, and automation easier to find, install, and contribute to.
Kedasha Kerr walks beginners through GitHub Actions by explaining core workflow concepts (events, runners, jobs, steps) and building a simple CI-style automation that labels newly opened issues using a YAML workflow and the GitHub CLI.
GitHub walks through the basics of GitHub Actions, introducing CI/CD concepts and building a first workflow that automatically labels new issues in a repository.
Allison announces a GitHub Enterprise Cloud change: the cost center integration is being removed from the enterprise People page and the People/Licensing CSV export, with management moving to the Billing Cost centers page.
Welcome to this week’s roundup. The common thread is agents moving beyond “helpful chat” into real execution across IDEs, terminals, CI, and cloud operations. Copilot’s latest changes focus on autonomy and repeatable behavior through repo-visible instruction files, lifecycle hooks, clearer model routing, and faster PR review workflows, while modernization tooling ties assessments and plans directly to issues and pull requests. In parallel, the rest of the stack is catching up to the day-to-day requirements of running agents like software: traces and debugging loops, structured outputs and schema enforcement, and clearer guardrails around approvals, secrets, and identity-based access.
Visual Studio Code shares a walkthrough with Justin and James on VS Code’s evolving chat UX and Autopilot (Insiders preview), covering how agent-style workflows can auto-approve tools, iterate toward a task_complete signal, and how the new permissions picker and input bar changes affect safe, hands-off usage.
carlottacaste walks through an end-to-end workflow for taking an agent from prototype to production using the AI Toolkit in VS Code and Microsoft Foundry, covering model selection, agent setup, migration to hosted code, deployment, and ongoing evaluation/monitoring.
Gloridel Morales details the March patch release for Azure DevOps Server, providing guidance on installation, verification, and who needs the update for secure DevOps operations.
Diego Casati and Ray Kao explore the challenges of scaling platform engineering processes, focusing on specialization, tool complexity, and the growing role of AI-powered collaboration in the Azure ecosystem.
PuiChee (PC) Chan explains how to use new Azure Developer CLI (azd) commands to diagnose and debug hosted AI agent failures, providing developers with direct access to container status and live logs from the terminal.
Allison announces a new option in GitHub that lets repository administrators skip manual approval for GitHub Actions workflows triggered by Copilot coding agent, balancing workflow speed and security.
aayodeji covers the major upgrades in Azure Managed Grafana 12, highlighting new Entra authentication, faster Azure Monitor log query workflows, Prometheus metric improvements, and streamlined database monitoring for Azure environments.
Allison from GitHub announces a temporary pause in enforcing the minimum version requirement for GitHub Actions self-hosted runners, urging users to continue upgrading for future compliance.
NagaSurendran details practical strategies for organizations migrating from Heroku, focusing on how Azure and its integrated tools—including GitHub Copilot and Microsoft Foundry—enable modern, secure, and intelligent cloud-native applications.
Pierce Boggan details how the VS Code team integrates AI and GitHub Copilot to streamline their development pipeline, covering automated code review, release cadence acceleration, and quality management strategies.