Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 2.65 KB

install-toolkit.md

File metadata and controls

60 lines (35 loc) · 2.65 KB
title description ms.date author ms.author ms.topic ms.custom
Install the Azure Toolkit for IntelliJ
Shows you how to install the Azure Toolkit as an IntelliJ IDEA plugin.
07/01/2022
KarlErickson
jialuogan
article
devx-track-java, devx-track-extended-java

Install the Azure Toolkit for IntelliJ

This article shows you how to install the Azure Toolkit for IntelliJ as an IntelliJ IDEA plugin.

There are two options for installing the toolkit. You can install from the Marketplace, or you can download the toolkit release file and install it manually. The following sections describe these options.

Prerequisites

Install Azure Toolkit for IntelliJ from the Marketplace

Use the following steps to install from the Marketplace:

  1. Launch IntelliJ IDEA.

  2. Select File and then open Settings.

  3. Select Plugins, then use the search box on the Marketplace tab to search for Azure Toolkit.

  4. When Azure Toolkit for IntelliJ by Microsoft is displayed, select it.

    :::image type="content" source="media/install-toolkit/settings-plugins.png" alt-text="Screenshot of IntelliJ IDEA showing the Plugins section of the Settings dialog box with the Azure Toolkit for IntelliJ in the search results." lightbox="media/install-toolkit/settings-plugins.png":::

  5. Select Install, then restart your IDE if prompted.

Install Azure Toolkit for IntelliJ from Disk

Use the following steps to manually install new releases as they become available:

  1. Download the released file from the Marketplace page for Azure Toolkit for IntelliJ. Select the version compatible with your IDE.

  2. Launch IntelliJ IDEA.

  3. Select File and then open Settings.

  4. Select Plugins and then select Manage Repositories, Configure Proxy or Install Plugin from Disk (the settings icon).

  5. Select Install Plugin from Disk....

  6. Select the plugin archive file and then select OK.

  7. Select OK to apply the changes and restart your IDE if prompted.

Next steps

After you install the Azure Toolkit as an IDE plugin, sign in with your Azure account to connect the toolkit to that account. For more information, see Sign-in instructions for the Azure Toolkit for IntelliJ.

[!INCLUDE additional-resources]