top of page
Search
All About GitHub Codespaces
Overview A GitHub Codespace acts as your own personal development environment hosted in the cloud. Each Codespace runs inside a special Docker dev container, which in turn runs on an Azure virtual machine. The infrastructure (virtual machine, docker container, etc.) is automatically created and managed for you by GitHub. Once created, you are able to connect to the dev container using a few different methods. Once connected, you can do your standard development work using


All About GitHub Copilot Custom Instructions
GitHub Copilot can be used in many different ways (copilot chat, copilot coding agent, copilot code review, etc.). It can also be used in many different applications (GitHub.com, VS Code, Visual Studio, etc.). Finally, there are many ways to customize how Copilot works (repository instructions, path instructions, custom agents, etc.). The goal of this post will be to break down the various different methods of customizing Copilot's behavior and explaining when and where eac


Microsoft Foundry - Part 1
Microsoft Foundry has everything you need to design, customize, and manage AI applications and agents. Microsoft Foundry has gone through quite a lot of changes and transformations over a short period of time. Let's go over a quick timeline: Nov. 2023: Azure AI Studio is released in Public Preview ( link ) Nov. 2024: Azure AI Studio is re-branded as Azure AI Foundry ( link ) May 2025: Azure AI Foundry is re-launched under a new resource type ( link ) This new resource typ


AKS Networking - API Server
The Kubernetes API server is the core of the Kubernetes control plane and is the central way to interact with and manage your clusters. ...


Azure Kubernetes Service Workload Identity
AKS Workload Identity enables applications running in Azure Kubernetes Service (AKS) to securely access other Azure resources (KeyVault,...


bottom of page
