【发布时间】:2017-12-15 02:46:17
【问题描述】:
我在 Azure 上运行标准 D2s v3(2 vcpus,8 GB 内存),并安装了 Python、Docker 和 iotedgectl。
当我跑步时
iotedgectl setup --connection-string "HostName=***.azure-devices.net;DeviceId=***;SharedAccessKey=***" --auto-cert-gen-force-no-passwords
我收到以下错误
ERROR: Error parsing user input data: Invalid hostname. Hostname cannot be empty or greater than 64 characters: ****.nwq4jyrgm4zejiseat2enywp0h.fx.internal.cloudapp.net.
ERROR: Please fix any input values and re-run 'iotedgectl setup'
ERROR: Errors were observed. Return Code: 1
有什么想法吗?
【问题讨论】:
标签: azure-iot-edge