Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Get access to publisher

Maria Bazhlekova edited this page Aug 6, 2020 · 6 revisions

Get access to New Relic publisher

Follow these steps to create an account in the Visual Studio Marketplace and setup a Personal Access Token that will allow you to publish extensions under New Relic.

Create a Visual Studio Marketplace account

Prerequisites

You will need to have access to Office365 in Okta to sign in using your New Relic email. You can ask IT nicely to give you access.

Steps

  1. Go to https://marketplace.visualstudio.com/
  2. Click 'Sign In' on top right
  3. In the Microsoft sign-up prompt, use your New Relic email
  4. Ask an existing owner to add you to the publisher

Follow these additional steps to get your Visual Studio Marketplace ID if an existing owner needs it:

  1. Login to the Marketplace (https://marketplace.visualstudio.com) with the required email address, which needs to have access to the publisher.
  2. After getting logged in, from the same browser window, open https://marketplace.visualstudio.com/_apis/connectiondata
  3. You should see some JSON data in the window.
  4. Copy paste the output of the page that you see. We are interested in the "id" field of the "authenticatedUser"

Create a Personal Access Token

This will authenticate you to publish the extension.

  1. Go to https://dev.azure.com
  2. Sign in with your New Relic email
  3. Follow these steps to create a new Personal Access Token

Important: Make sure that for "Organization" you have selected "All accessible organizations" and under the "scopes" your token has "Manage" access for the "Marketplace" scope.

  1. Store your token in a safe place!