Azure / azure-iot-remote-monitoring

Azure IoT Remote Monitoring preconfigured solution
Other
249 stars 221 forks source link

build local problem #451

Closed stefanwil closed 3 years ago

stefanwil commented 6 years ago

When running build local at Developer Prompt for VS 2017 I get message

issue build

What need to be updated to new version? Do you have an idea?

ghost commented 6 years ago

You need to update Azure Powershell modules. Simply run a powershell prompt and type the command: Install-Module Azure -Force AllowClobber Latest version now is 4.4.0

Good luck!

psureshk1 commented 6 years ago

Hello, I tried installing Azure (Install-Module Azure -Force AllowClobber) on power-shell as Administrator while to posted 'positionalParameter not found'

so i tried a couple of things but still nothing worked out, it still says i need to update

Kindly let me know if anything else is possible untitled

magixus commented 4 years ago

powsershell v4.0+ as Administrator (in my case 5.1+)

Install-Module -Name Azure -Repository PSGallery -RequiredVersion 4.2.1 -AllowClobber
Install-Module -Name AzureRM -Repository PSGallery -RequiredVersion 4.2.1 -AllowClobber
ankitscribbles commented 3 years ago

Note: As of December 10th 2020, Remote Monitoring solution accelerator is no longer supported. All supporting repositories have been archived.