Browse DevOps Videos (57)
Microsoft Developer features Jonathon Frost from the Microsoft Azure PostgreSQL team, walking through migrating to managed PostgreSQL on Azure (homogeneous and heterogeneous scenarios) and demonstrating AI-assisted Oracle-to-Postgres migration using VS Code with GitHub Copilot.
GitHub walks beginners through hosting a static website with GitHub Pages, including deploying from a branch or via GitHub Actions, then adding a custom domain and enforcing HTTPS.
Microsoft Developer features Boris Scholl and Niels Buit discussing how to apply AI to Azure Well-Architected Framework Operational Excellence practices, focusing on observability, troubleshooting, automation, and the risks (non-determinism, security, privacy) that architects need to manage.
GitHub explains how to use Model Context Protocol (MCP) servers with GitHub Copilot CLI, showing how the /mcp command can connect an AI agent to tools like documentation sources and testing utilities such as Playwright and Svelte.
GitHub showcases GitCity, an open-source project that turns your GitHub profile activity into a 3D pixel-art city, mapping contributions, repositories, and stars into visual elements you can explore.
GitHub shows how Dependabot can automatically detect vulnerable dependencies and open pull requests with fixed versions, so you can review, run tests, and merge the remediation with minimal manual work.
GitHub shares a short video featuring advocate Olivia Guzzardo’s meal planning app as inspiration for getting started with the GitHub Copilot SDK, which is now in public preview.
GitHub explains how secret scanning helps catch accidentally committed API keys and tokens by alerting you with the exact file and line number, so you can revoke exposed credentials before they’re exploited.
GitHub shows beginners how to use GitHub Copilot CLI to plan work, delegate coding to a background agent that produces a draft pull request, and then review the resulting changes from the terminal.
GitHub shows how to install GitHub Copilot CLI in a few seconds using npm, Homebrew, or winget, then authenticate with your GitHub account to start using Copilot from the command line.
GitHub walks through the basics of GitHub security for beginners, introducing GitHub Advanced Security features like secret scanning, Dependabot, code scanning, and how Copilot Autofix can help remediate vulnerabilities.
Microsoft Developer shares Patrick Chanezon’s DevX Summit 2026 talk on how AI coding agents (including GitHub Copilot CLI) are changing day-to-day developer workflows, pushing engineers toward higher-level work and new habits for managing “teams of agents” while dealing with AI fatigue and known imperfections.
GitHub introduces agentic workflows (technical preview), where GitHub explains how to write intent-driven repository workflows in Markdown and run them with coding agents inside GitHub Actions for tasks like maintainer reports and CI-failure fixes.
GitHub shares a GitHub Universe 2025 highlight explaining the Model Context Protocol (MCP), how AI agents can use it to access private or newly published data, and why GitHub collaborated with Anthropic and rewrote the official MCP server from TypeScript to Go.
Microsoft Developer introduces Containerization Assist, an Azure open-source initiative that provides tooling, guidance, and automation patterns to assess and transform applications into container-based architectures for more consistent, scalable deployments across platforms like Kubernetes and Azure.
Microsoft Developer introduces Containerization Assist, an Azure open-source project that provides tooling, guidance, and automation patterns to assess, transform, and operationalize applications into container-based architectures across Kubernetes and Azure-native platforms.
GitHub walks beginners through GitHub Copilot CLI slash commands for controlling a terminal AI agent, including switching models (/model), checking token usage (/context), and resuming previous sessions (/resume).
GitHub shares a short developer-news roundup covering the “MCP is dead?” debate (including a FastMCP “funeral”), Perplexity’s always-on agent “Personal Computer” announcement, a Doom port running on the GitHub Universe badge, and GitHub Issue Fields entering public preview.
Visual Studio Code hosts a conversation with Elijah King and Thoa Nguyen about practical AI-assisted design workflows in real codebases, including using VS Code with GitHub Copilot (CLI/chat/models), plan mode, parallel sessions, and worktrees to prototype and collaborate with engineers.
John Savill's Technical Training walks through installing and using GitHub Copilot CLI plus the Work IQ plugin, including prerequisites (PowerShell 7, Windows Terminal, Node.js), login/auth steps, and examples of interactive and non-interactive agentic CLI usage.