![](/rp/kFAqShRrnkQMbH6NYLBYoJ3lq9s.png)
Getting Started with Azure Tools for Visual Studio Code
Save time with these features: efficiently create and manage Azure resources, organize files and deploy easier, customize to align with your workflow, and seamlessly create Azure resources from installed extensions directly within VS Code.
Performance Profiling JavaScript - Visual Studio Code
Visual Studio Code supports collecting and viewing performance profiles for JavaScript programs. To get started, you'll first need to have the debugger configured for your Node.js program or browser app. Depending on what you want to optimize, there are different kinds of profiles you may want to take.
AKS tools and diagnostics in VS Code - Visual Studio Code
We will show you how to run diagnostic health-checks on your AKS cluster, launch AKS Periscope for more in-depth troubleshooting, deploy Azure Service Operator, or generate GitHub Actions Starter Workflows. The AKS VS Code Extension has parent dependency on Kubernetes VS Code extension. You will need to download the Kubernetes VS Code extension.
Profiles in Visual Studio Code
VS Code Profiles let you create sets of customizations and quickly switch between them or share them with others. This topic explains how to create, modify, export, and import profiles by using the Profiles editor. The Profiles editor enables you to create and manage your profiles in VS Code from a single place.
Azure Extensions - Visual Studio Code
Azure Container Apps, Azure Functions, Azure App Service: Use these extensions to deploy, scale, and monitor mission-critical applications. Use containers to create scalable, multi-tenant services, and automate various backend processes.
Deploy Python Web Apps - Visual Studio Code
The Azure Tools extensions for Visual Studio Code make it easy to deploy Python applications (including containers) to Azure App Service and to deploy serverless code to Azure Functions. The following tutorials on the Python Azure Developer's Center walk you though the details.
PyTorch support in Visual Studio Code
Along with TensorBoard, VS Code and the Python extension also integrate the PyTorch Profiler, allowing you to better analyze your PyTorch models in one place. For more information about the profiler, see the PyTorch Profiler documentation.
Telemetry - Visual Studio Code
Visual Studio Code collects telemetry data, which is used to help understand how to improve the product. For example, this usage data helps to debug issues, such as slow start-up times, and to prioritize new features.
Terminal Profiles - Visual Studio Code
Terminal profiles are platform-specific shell configurations comprised of an executable path, arguments, and other customizations. By default several profiles are automatically detected which can be customized or added to. Example profile:
Deploy Node.js Web Apps - Visual Studio Code
The Azure Tools extensions for Visual Studio Code make it easy to deploy Node.js applications. Deployment tutorials. These tutorials from Microsoft Learn describe different ways of creating and deploying Node.js apps to Azure via Visual Studio Code: