DORKAG Help

Azd Installation

Installing the Azd plugin is straightforward. This guide will walk you through the process of installing the plugin and connecting it to your Azure DevOps account.

Install the Azd plugin

  1. Open JetBrains IDE

    • Launch your JetBrains IDE and navigate to the Plugins section.

  2. Search for Azd Plugin

    • Under the plugins' marketplace tab search, type in Azd and click on the Install button.

    • Wait for the installation to complete and restart your IDE when prompted.

Generating a Personal Access Token for the Azd Plugin

To properly connect to your Azure DevOps account, you will need to generate a Personal Access Token (PAT) with the following scopes:

  • vso.build_execute

  • vso.code_status

  • vso.code_write

  • vso.graph

  • vso.identity

  • vso.profile

  • vso.project

  • vso.security_manage

  • vso.test

  • vso.threads_full

  • vso.work_write

Connect to Azure DevOps

Now that the IDE is running with the Azd plugin, and you have your PAT ready, you can connect to your Azure DevOps account.

You can Log in either from the ToolWindow or from the Settings:

Login from Azure DevOps ToolWindow

  1. Open the Azd ToolWindow:

    pat_from_toolWindow

  2. Click on the Login button to add a new Azure DevOps account.

  3. In the Add AZD Account panel set the url and your secret PAT.

    azd_login_panel_toolWindow

Login from Azure DevOps Settings

  1. Navigate to: Settings | Version Control | Azure DevOps

    azd_main_settings

  2. Click on add button to add a new Azure DevOps account.

  3. In the Add AZD Account panel set the url and your secret PAT.

    azd_add_account_panel_settings

Last modified: 28 August 2024