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

Latest commit

 

History

History
20 lines (14 loc) · 1.42 KB

dev-setup.md

File metadata and controls

20 lines (14 loc) · 1.42 KB

Set up development environment (Windows)

The prerequisites for setting up the remote monitoring preconfigured solution are:

  1. Visual Studio 2013 Update 4 or Visual Studio 2015
  1. [Windows PowerShell] windowspowershell version 4.0 or higher. To check for PowerShell version open PowerShell command window and call $PSVersionTable. It will display the information about the PowerShell version installed on your PC.

  2. Azure PowerShell 2.0.0 or greater (see How to install and configure Azure PowerShell)

Note: a reboot is required if you're installing or updating PowerShell

Note: You should verify that the NuGet Package Manager is configured correctly in Visual Studio before you continue:

  1. Launch Visual Studio 2013 or Visual Studio 2015.
  2. Click Tools, and then click Options. In the Options dialog, click NuGet Package Manager and then click Package Sources.
  3. Make sure that nuget.org is selected in the list of available package sources, and then click OK.