by CPI Staff | Jul 9, 2025 | Blog, VS Code
If you’re searching for the Top VS Code Extensions for Developers and DevOps Engineers, you’ve come to the right place. Visual Studio Code (VS Code) has become one of the most popular editors for modern software development due to its speed, flexibility,...
by CPI Staff | Jul 8, 2025 | Azure, Azure CLI, Blog
In this blog post, we’ll show you how to authenticate to Azure CLI with a Service Principal and login to Azure. Azure CLI is a command-line utility written in Python that allows users to manage Azure resources programmatically. It is widely used by DevOps...
by CPI Staff | Jul 8, 2025 | Blog, Dev Containers, Microsoft Teams
In this blog post, we’ll walk you through how to develop and deploy an application for Microsoft Teams using the Microsoft 365 Agent Toolkit (previously known as the Microsoft Teams Toolkit). Table of contentsWhy Use the Microsoft 365 Agent...
by CPI Staff | Jul 2, 2025 | .NET, Blog, Docker
In this blog post, we’ll show you how to use Dev Containers for .NET development. Table of contentsWhy Use Dev Containers?RequirementsGetting StartedDevelopment in a Dev ContainerSummary The VS Code Dev Containers extension allows you to develop .NET and other...
by CPI Staff | Jul 1, 2025 | Blog, Codex, OpenAI
In this blog post, we explore how to automate app development with OpenAI’s Codex. Table of contentsWhat is Codex?Requirements to Use CodexAutomate App Development with OpenAI’s CodexUsing Codex with TasksReviewing Codex Pull RequestsFinal Thoughts Codex...