Azure / azure-iot-remote-monitoring

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

unable to create a solution #441

Closed mileychen closed 7 years ago

mileychen commented 7 years ago

Hello,

We have a customer who want to create a IoT monitoring solution with a Free tier IoT hub, is that reasonable? We try to create a solution with build.cmd script, but we got following error:

PS E:\azure-iot-remote-monitoring-master\azure-iot-remote-monitoring-master> .\build.cmd cloud release mileydeployment AzureChinaCloud E:\azure-iot-remote-monitoring-master\azure-iot-remote-monitoring-master>msbuild RemoteMonitoring.sln /v:m /p:Configuration=release 'msbuild' is not recognized as an internal or external command, operable program or batch file. Error msbuild IoTRefImplementation.sln /v:m /t:publish /p:Configuration=release Arguments: build.cmd "Command" "Configuration" "EnvironmentName" "AzureEnvironment" Command: build (just builds); package (package build into zip files); local (config local); cloud (config cloud, build, and deploy) Configuration: build configuration either Debug or Release; default is Debug EnvironmentName: Name of cloud environment to deploy - default is local AzureEnvironment: Name of the Azure Environment to deploy to - default is AzureCloud ECHO is on. eg. build - build.cmd build package release build - build.cmd package release local deployment: build.cmd local cloud deployment: build.cmd cloud release mydeployment national cloud deployment: same as above but include CloudName at end (eg. build.cmd local debug AzureGermanCloud or build.cmd cloud release mydeployment AzureGermanCloud)

Also Bing Maps api is not available in China, do we need modify this script accordingly ?