Skip to content

Instantly share code, notes, and snippets.

@ThomasPe
Created September 8, 2020 07:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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