Skip to content

Instantly share code, notes, and snippets.

@SnowMasaya
Created December 14, 2020 03:17
Show Gist options
  • Save SnowMasaya/19b64ffb6d0bf5496dd16270fa457f5f to your computer and use it in GitHub Desktop.
Save SnowMasaya/19b64ffb6d0bf5496dd16270fa457f5f to your computer and use it in GitHub Desktop.
deply_deep_stream_Azure_IoT_version3.json
"$edgeHub": {
"properties.desired": {
"schemaVersion": "1.0",
"routes": {
"DeepstreamToIoTHub": "FROM /messages/modules/NVIDIADeepStreamSDK/outputs/* INTO $upstream"
},
"storeAndForwardConfiguration": {
"timeToLiveSecs": 7200
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment