Installing and Configuring the Azure Toolkit

Prepare your development environment

Note: The following tools should be installed manually:

  • Azurite (required) - A local Azure Storage emulator that provides blob, queue, and table services for development and testing without connecting to Azure
  • Azure CLI (recommended) - Command-line interface for managing Azure resources and automating deployments
  • Azure Storage Explorer (optional) - GUI tool for browsing and managing Azure Storage accounts, useful for inspecting queues and blobs during development

You can install the Azure Toolkit plugin under Settings | Plugins. Search for Azure Toolkit, click the Install button, and restart your environment:

Installation of Azure Toolkit Plugin

The Azure Toolkit plugin adds a new Azure section in your IDE settings:

Azure Toolkit Option Pages

From here you can configure the most important settings regarding Azure development, including:

With your development environment configured, you're ready to set up your first Azure Functions project and start building serverless applications.