Azure Developer Tools

Explore the comprehensive set of tools that empower developers to build, deploy, and manage applications on Microsoft Azure. From integrated development environments to command-line interfaces and SDKs, we provide everything you need to accelerate your cloud development journey.

Getting Started

Begin your Azure development journey with our quickstarts and tutorials. Learn how to set up your environment and build your first cloud-native application.

Core Development Tools

Discover the primary tools used by Azure developers to interact with the platform.

Azure CLI

The Azure Command-Line Interface (CLI) is a powerful tool for managing Azure resources from your terminal.

az group create --name MyResourceGroup --location eastus

Azure PowerShell

Automate and manage Azure resources with Azure PowerShell cmdlets.

New-AzResourceGroup -Name "MyResourceGroup" -Location "East US"

SDKs and Libraries

Integrate Azure services into your applications with our extensive range of SDKs for popular programming languages.

Integrated Development Environments (IDEs)

Develop directly within your favorite IDEs with dedicated Azure integrations.

Visual Studio

Leverage deep integration with Visual Studio for a rich Azure development experience.

Visual Studio Code

Lightweight, powerful, and highly extensible, VS Code is a popular choice for Azure developers.

JetBrains Rider

Build cross-platform .NET applications for Azure with JetBrains Rider.