Azure-Samples / Custom-vision-service-iot-edge-raspberry-pi

Sample showing how to deploy a AI model from the Custom Vision service to a Raspberry Pi 3 device using Azure IoT Edge
MIT License
186 stars 135 forks source link

Use string value in env properties according to the schema #35

Closed SLdragon closed 5 years ago

SLdragon commented 5 years ago

According to the schema, the env value in deployment.template.json should be string

emmanuel-bv commented 5 years ago

You re right. Thanks a lot for your contribution. and this PR. I double checked with the IoT Edge team and without quotes still work because docker makes the conversion but it is safer to have them with quotes, so merging your PR!