10 results found
-
Discover and install MCP Servers in VS Code
Infrastructure as Code management with Terraform. Plan, apply, destroy operations, state management, and resource inspection.
-
Advanced container configuration - Visual Studio Code
Extensions are installed and run inside the container, where they have full access to the tools, platform, and file system. This means that you can seamlessly switch your entire development environment just by connecting to a different container.
-
Working with Kubernetes in VS Code
In this tutorial, we will use Azure Kubernetes Service (AKS) and you will need to have your Azure account ready for the deployment steps. For a fully integrated Kubernetes experience, you can install the Kubernetes Tools extension, which lets you quickly develop Kubernetes manifests and HELM charts.
-
Deploy a containerized app to Azure - Visual Studio Code
In this guide you will learn how to: Create a container image for your application. Push the image to a container registry. Deploy the image to Azure App Service or Azure Container Apps. An Azure subscription. The Container Tools and Azure App Service extensions must be installed. A web application that produces a container image.
-
Developing inside a Container - Visual Studio Code
To get started, follow these steps: Install and configure Docker for your operating system, using one of the paths below or an alternative Docker option, like Docker on a remote host or Docker compliant CLI. Install Docker Desktop for Windows/Mac.
-
Custom Dev Container Features - Visual Studio Code
Features are self-contained units of installation code, container configuration, and/or settings and extensions designed to enable new development capabilities in your dev container. They can be built to work with a wide range of base container images.
-
Dev Containers tutorial - Visual Studio Code
To create a Docker container, we are going to open a GitHub repository with a Node.js project. Open the Command Palette (F1) to run the command Dev Containers: Try a Dev Container Sample... and select the Node sample from the list.
-
Dev Containers Tips and Tricks - Visual Studio Code
We publish dev container resources (like images and Features) to make the process of creating and connecting to dev containers even easier, and we now include custom instructions in these files. Here is an example of custom instructions in the Python Feature.
-
Using Containers to move from Local to Remote Development
We have a vision where developers don't have to keep fighting the same battles over and over again. This means a consistent development setup that can handle the never-ending churn of version upgrades, configuration changes, and hardware refreshes. But what does the path look like to get us there?
-
Remote Development with Linux - Visual Studio Code
Linux is a highly variable environment and the large number of server, container, and desktop distributions can make it difficult to know what is supported. Visual Studio Code Remote Development has prerequisites for the specific host / container / WSL distribution you will be connecting to.