45

Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

  • Upload
    others

  • View
    5

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 2: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 3: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Considerationsfor Cloud Connectivity

Page 4: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 5: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 6: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Considerations - Field Gateways

• Communication assistance • Secure data flows edge <-> cloud

• Protocol translation

• Data buffering

• Manage connectivity cost• Data filtering

• Data batching/aggregation

• Device management• Provisioning

• Updates

Page 7: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Introduction to Azure IoTHub

Page 8: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Solution PortalProvisioning API

Identity & Registry Stores

Stream Event Processor

Analytics/

Machine

Learning

Data

Visualization &

Presentation

Device State Store

GatewayStorage

IP capable

devices

Existing IoT

devices

Low power

devices

Presentation Device and Event ProcessingData Transport

Devices and

Data Sources

Cloud

Gate-

way

Agent

Libs

Agent

Libs

Control System Worker Role

Agent

Libs

Page 9: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Devices

Azure IoT Suite Remote Monitoring

Back end

systems

and

processesC# simulator

Event Hub

Storage blobs DocumentDB

Web/Mobile App

Stream Analytics Logic Apps

Azure

Active Directory

IoT Hub Web Jobs

Power BI

Page 10: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 11: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

ProtocolsPlatforms Languages

Page 12: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Connectivity

Page 13: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 14: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 15: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 16: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 17: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

https://github.com/Azure/azure-iot-protocol-gateway

Page 18: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

ConnectivityDevice to Cloud

Page 19: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

IoT Hub

Device id

C2D queue

endpoint

D2C send

endpoint

Device …

Device …

Device …

D2C receive endpoint

C2D send endpoint

IoT Hub management

Page 20: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Simulated motor

• Emits telemetry every second

• State machine (StartingStartedStoppingStopped)

Provision device

Device emits telemetry

Send commands

Event

Processor

Device

registry

Portal

Command

store

IoT Hub

Device id

C2D queue

endpoint

D2C send

endpoint

Device …

Device …

Device …

D2C receive endpoint

C2D send endpoint

IoT Hub management

Page 21: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

D2C event router

IoT Hub

Interactive path

Cold path

Hot path

Blob

Cleaning,

normalization,

logging

Analytics

C&N&L Analytics

Service Bus

Q/TWorkers

Page 22: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Interactive path

Cold path

Hot path

Blob

Cleaning,

normalization,

logging

Analytics

C&N&L Analytics

Service Bus

Q/TWorkers

D2C event router

IoT Hub

Page 23: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Interactive path

Cold path

Hot path

Blob

Cleaning,

normalization,

logging

Analytics

C&N&L Analytics

Service Bus

Q/TWorkers

D2C event router

IoT Hub

Page 24: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

ConnectivityCloud to Device

Page 25: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

IoT Hub

Device id

C2D queue

endpoint

D2C send

endpoint

Device …

Device …

Device …

D2C receive endpoint

C2D send endpoint

IoT Hub management

Msg feedbackand monitoring endpoint

Page 26: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

IoT Hub

Device id

C2D queue

endpoint

D2C send

endpoint

Device …

Device …

Device …

D2C receive endpoint

C2D send endpoint

IoT Hub management

Msg feedbackand monitoring endpoint

Event Processor

Portal

Page 27: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

IoT Hub

Device id

C2D queue

endpoint

D2C send

endpoint

Device …

Device …

Device …

D2C receive endpoint

C2D send endpoint

IoT Hub management

Msg feedbackand monitoring endpoint

Page 28: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

SDK

Page 29: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 30: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 31: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 32: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Management

Page 33: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

https://msdn.microsoft.com/en-us/library/mt589014.aspx

Page 34: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 35: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 36: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 37: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

• Multi-factor Authentication

• Active Directory

Page 38: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 39: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 40: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 41: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 42: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

Development

Page 43: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream
Page 44: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream

• Remote Monitoring Solution

• https://github.com/Azure/azure-iot-remote-monitoring

• Predictive Maintenance Solution

• https://github.com/Azure/azure-iot-predictive-maintenance

• Azure IoT SDKs

• https://github.com/Azure/azure-iot-sdks

• Windows IoT Core Samples

• https://github.com/ms-iot/samples

Page 45: Server and Cloud Platform template...Devices Azure IoT Suite Remote Monitoring Back end systems and C# simulator processes Event Hub Storage blobs DocumentDB Web/Mobile App Stream