本地部署时出错 - Azure IOT远程监控套件

时间:2017-07-13 06:50:15

标签: powershell azure iot azure-powershell azure-iot-hub

我们正在从github尝试这个IOT远程监控套件。我们首先尝试在本地部署而不是Azure,因此我们遵循了此处提到的文档https://github.com/Azure/azure-iot-remote-monitoring/blob/master/Docs/local-deployment.md

此外,我们已遵循此处的先决条件https://github.com/Azure/azure-iot-remote-monitoring/blob/master/Docs/dev-setup.md

然后我们来到我的开发人员命令提示符(以管理员身份运行)但我们最终出现错误:

  

Get-AzureEnvironment:' Get-AzureEnvironment'命令被发现   模块' Azure',但无法加载模块。更多   信息,r' Import-Module Azure'。在   C:\ Users \用户swagh \下载\天青-IOT-远程监控主机\天青-IOT-RE   -monitoring-master \ Common \ Deployment \ PrepareIoTSample.ps1:14 char:14   + if((Get-AzureEnvironment AzureCloud)-eq $ null)   + ~~~~~~~~~~~~~~~~~~~~~       + CategoryInfo:ObjectNotFound:(Get-AzureEnvironment:String),CommandNotFoundException       + FullyQualifiedErrorId:CouldNotAutoloadMatchingModule

     

Get-AzureRMEnvironment:' Get-AzureRMEnvironment'命令是   在模块' AzureRM'中找到,但无法加载该模块。对于   更多信息,运行' Import-Module AzureRM'。

模块已成功导入但不确定在本地构建soln时失败的原因。尝试将执行策略设置为绕过,不受限制。还限定了当前用户,但没有帮助。

我们已经没有想法了。有人可以帮忙吗?

2 个答案:

答案 0 :(得分:0)

根据您的错误消息,您似乎未正确安装Azure PowerShell。

我们可以安装下载Azure PowerShell here。下载azure-powershell.4.2.0.msi完成后,以管理员身份运行。

我们可以找到最新版本的Azure powershell here

enter image description here

我们可以在Azure PowerShell版本4.2.0中运行此命令: enter image description here

答案 1 :(得分:0)

Azure error

上述错误的屏幕截图。