Slide 14
Slide 14 text
/// Return-Type: JSON
/// Altered for bravery :-)
"apiendpoint": "http://192.186.22.65/
rest.lucid.no",
"telemetry": {
"enabled": false,
"tracker": “XX-XXXXXXXX-X",
"level": "all"
},
"notifications": {
"enabled": true,
"level": "push",
"push": {
"apiendpoint": "https://XXX.azure-
mobile.net",
"key": "XXXXXXXXX"
}
},
"feedback": {
"shaketoreport": true,
"template": "summary"
},
"disposeifempty": true,
"canselfdestruct": true,
"canleave": true,
"candelegaterights": true,
"confirmapproval": false,
"canreapprove": false,
Sample Manifest JSON
JSON configuration returned by the Eureka Service which is required for the app to boot.
Eureka Service is an Azure Function.