Skip to content

Instantly share code, notes, and snippets.

@ThomasPe
Created September 8, 2020 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasPe/16476ac40b9b04b5d2433d4eb9595afe to your computer and use it in GitHub Desktop.
Save ThomasPe/16476ac40b9b04b5d2433d4eb9595afe to your computer and use it in GitHub Desktop.
deployment.template.json Modules
"modules": {
"IdentityTranslationModule": {
"version": "1.0",
"type": "docker",
"status": "running",
"restartPolicy": "always",
"settings": {
"image": "${MODULES.IdentityTranslationModule}",
"createOptions": {}
},
"env": {
"simulatedTemperatureClientConnectionString": {
"value": "${SIMULATED_TEMPERATURE_CLIENT_CONNECTION_STRING}"
}
}
},
"SimulatedTemperatureSensor": {
"version": "1.0",
"type": "docker",
"status": "running",
"restartPolicy": "always",
"settings": {
"image": "mcr.microsoft.com/azureiotedge-simulated-temperature-sensor:1.0",
"createOptions": {}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment