Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 2.19 KB

top-extensions-install-software.md

File metadata and controls

33 lines (19 loc) · 2.19 KB

Install Software for Extension Development

Minimum Installation

Install the following software. Your team should be aware of the most current download locations so that you can complete your own installs.

  1. Windows 10, Windows Server 2012 R2, or the most recent edition of the client or server platform. Some downloads are located at the following sites.

  2. Node.js LTS 8.11.1 or later. It is located at https://nodejs.org/dist/v8.11.1/node-v8.11.1-x64.msi.

  3. Install Visual Studio 2017

  4. Visual Studio 2017 Professional or Enterpise version 15.7.3 or later that is located at https://visualstudio.microsoft.com/downloads/.

    1. TypeScript 3.2.2 for Visual Studio 2017 that is dated Dec 10, 2018. It is located at https://www.microsoft.com/en-us/download/details.aspx?id=55258

    2. Node tools that are located at https://github.com/Microsoft/nodejstools/releases/tag/v1.3.1

  5. Azure Portal SDK that is located at http://aka.ms/portalfx/download. Each version of the SDK is supported for 120 days. Extensions must upgrade to a newer version of the SDK within 120 days from the release of the SDK version they are currently using as runtime backward compatibility is not supported beyond that.

To validate that your dev machine is ready for Azure Portal Extension development, you can create and build a blank extension, as specified in portalfx-extensions-create-blank-procedure.md.