チームローカル展開中のエラー - Azureリモートモニタリングスイート
私たちはgithubからこのIOTリモートモニタリングスイートを試しています。私たちは、最初にそのローカルの代わりに、アズール、したがって、我々は、我々はその後、私の開発者のコマンドプロンプトに来
https://github.com/Azure/azure-iot-remote-monitoring/blob/master/Docs/dev-setup.mdこっちの前提条件に従っている、また、ここでは https://github.com/Azure/azure-iot-remote-monitoring/blob/master/Docs/local-deployment.md
言及した文書に従っている展開しようとしています(管理者として実行している)が、我々は、エラーを持つ終わる:
Get-AzureEnvironment : The 'Get-AzureEnvironment' command was found in the module 'Azure', but the module could not be loaded. For more information, r 'Import-Module Azure'. At C:\Users\swagh\Downloads\azure-iot-remote-monitoring-master\azure-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 : The 'Get-AzureRMEnvironment' command was found in module 'AzureRM', but the module could not be loaded. For more information, run 'Import-Module AzureRM'.
モジュールが正常にインポートが、ローカルSOLNを構築しながら、それが失敗した理由はわからないされています。実行ポリシーをバイパス、無制限に設定しようとしました。現在のユーザーにもスコープがありますが、それは役に立たない。
私たちは考え抜いています。誰でも助けてくれますか?
azure powershellのバージョン 'Get-Module -ListAvailable -Name Azure-Refresh'を表示するには、このコマンドを実行してください。 –