30052018 - iot for the bi professional - intelligentcloud.dk · iot ”the internet of things (iot)...

57

Upload: others

Post on 25-Sep-2019

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded
Page 2: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Expo Sponsors

Event Sponsors

Expo Light Sponsors

Page 3: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

IoT for the BI professional

David L. Bojsen - Principal Architect

Page 4: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

What to expect

∠ Level 200 session∠ Which basically means PowerPoint and talking

∠ Enthusiastic approach to (I)IoT∠ Want to spread the IoT-flu

Page 5: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

What is IoT

Page 6: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

IoT”The Internet of Things (IoT) is the network of physical devices,

vehicles, home appliances and other items embedded withelectronics, software, sensors, actuators, and connectivity

which enables these objects to connect and exchange

Data”

Source: en.wikipedia.org/wiki/Internet_of_things

Page 7: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

What is IIoT

Page 8: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

IIoT”The term Industrial Internet of things (IIoT) is often

encountered in the manufacturing industries, referring to the industrial subset of the IoT”

Source: en.wikipedia.org/wiki/Internet_of_things

Page 9: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Internet of Things opportunity

Page 10: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Examples of IIoT scenarios

Auto

Page 11: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

What does that mean to us?

Auto

Page 12: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

But not your typical datasource∠ IoT sensor data typically consists of time base measurements∠ Storing, indexing, querying, analyzing, visualizing can be challenging∠ Especially considering “IoT scale”

Devices

Storage

Page 13: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

IoT Architecture

Page 14: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

IoT Solutions Have a Common Pattern

ActionsThings Insights

Page 15: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

A more realistic view…

ActionsThings Insights

Page 16: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Field Gateway

Device Connectivity & Management

Analytics & Operationalized Insights

Presentation & Business Connectivity

Dev

ices

RTOS

, Lin

ux, W

indo

ws,

Andr

oid,

iOS

Protocol Adaptation

Cold Path AnalyticsAzure HDInsight, AzureML

Azure Data Lake, Data Lake Analytics

Hot Path Business LogicService Fabric

Azure Functions

Field Gateway

Protocol Adaptation

Cloud GatewayIoT Hub

Hot Path AnalyticsAzure Stream Analytics

Azure HDInsightAzure Time Series Insights

Power BI

App Service

Logic Apps

Web Apps

Mobile Apps

Notification Hubs

BizTalk Services

• Bi-directional device-cloud • Telemetry

ingestion

• Command & Control• Device Registry

& Identity• Device Mgmt• HTTP, AMQP,

MQTT

High level IoT Architecture

Page 17: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Field Gateway

Device Connectivity & Management

Analytics & Operationalized Insights

Presentation & Business Connectivity

Dev

ices

RTOS

, Lin

ux, W

indo

ws,

Andr

oid,

iOS

Protocol Adaptation

Cold Path AnalyticsAzure HDInsight, AzureML

Azure Data Lake, Data Lake Analytics

Hot Path Business LogicService Fabric

Azure Functions

Field Gateway

Protocol Adaptation

Cloud GatewayIoT Hub

Hot Path AnalyticsAzure Stream Analytics

Azure HDInsightAzure Time Series Insights

Power BI

App Service

Logic Apps

Web Apps

Mobile Apps

Notification Hubs

BizTalk Services

• Bi-directional device-cloud • Telemetry

ingestion

• Command & Control• Device Registry

& Identity• Device Mgmt• HTTP, AMQP,

MQTT

Lets focus on the stuff we already know

Page 18: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Hot Path Analysis

Page 19: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Hot path analysis

∠ Azure StreamAnalytics

Page 20: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Query Language Declarative queries in a SQL like language

Easy to author and deploy

Temporal semanticsAll operators respect, and some use, the temporal properties of events

Built-in operators and functionsFilters, projections, joins, windowed (temporal) aggregates, text and date manipulation

Page 21: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

∠ SELECT

∠ FROM

∠ WHERE

∠ GROUP BY

∠ HAVING

∠ CASE WHEN THEN ELSE

∠ INNER/LEFT OUTER JOIN

∠ UNION

∠ CROSS/OUTER APPLY

∠ CAST

∠ INTO

∠ ORDER BY ASC, DSC

SAQL – Language & Library

• WITH• PARTITION B• OVER

• DateName, DatePart, Day• Month, Year, DateDiff• DateTimeFromParts, DateAdd

• TumblingWindow• HoppingWindow• SlidingWindow

• SUM• COUNT• AVG• MIN• MAX• STDEV• STDEVP• VAR• VARP• TopOne

• Len, Concat, CharIndex• Substring, Lower• Upper, PatIndex

• Lag IsFirst,Last• CollectTop

• ABS, CEILING, EXP, FLOOR• POWER, SIGN, SQUARE• SQRT

Page 22: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

SELECT TimeZone, COUNT(*) AS Count FROM TwitterStream TIMESTAMP BY CreatedAtGROUP BY TimeZone, TumblingWindow(second,10)

Tell me the count of tweets per time zone every 10 seconds

1 5 4 26 8 6 5

Time(secs)

1 5 4 26

8 6

A 10-second Tumbling Window

3 6 1

5 3 6 1

Page 23: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

SELECT Topic, COUNT(*) AS TotalTweetsFROM TwitterStream TIMESTAMP BY CreatedAtGROUP BY Topic, HoppingWindow(second, 10 , 5)

Every 5 seconds give me the count of tweets over the last 10 seconds

1 5 4 26 8 7

A 10-second Hopping Window with a 5-second “Hop”

4 26

8 6

5 3 6 1

1 5 4 26

8 6 5 3

6 15 3

Page 24: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

SELECT Topic, COUNT(*) FROM TwitterStreamTIMESTAMP BY CreatedAtGROUP BY Topic, SlidingWindow(second, 10)HAVING COUNT(*) > 10

Give me the count of tweets for all topics which are tweeted more than 10 times in the last 10 seconds

1 5

A 10-second Sliding Window

8

8

51

9

51 9

1

Page 25: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Hot path analysis

∠ Azure Stream Analytics∠ Azure Time Series Insight

Page 26: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Azure Time Series Insights

∠ IoT scale time-series data store

∠ Schema-less store, just send data

∠ Easy IoT Hub connection∠ Store, query and visualize

billions of events

∠ Simple and fast navigation

Page 27: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Hot path analysis

∠ Azure Stream Analytics∠ Azure Time Series Insight∠ Azure HDInsight

Page 28: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Big Data in Azure

Data Lake StoreHyper-scale Storage optimized for analytics

IaaS Hadoop

Hadoop distros on Azure VMs

Blob Storage

HDInsight

Azure-managed Hadoop clusters

HadoopSparkHBaseStorm

Data LakeAnalytics

Big Data as a Service

Page 29: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Cold Path Analysis

Page 30: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Cold path analysis

∠ Azure Data Lake Store

Page 31: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Petabyte size files and Trillions of objects

Scalable throughput for massively parallel analytics

HDFS for the Cloud

Always encrypted, Role-based Security & Auditing

Enterprise-grade Support

Azure Data Lake StoreA No limits Data Lake that powers Big Data Analytics

The first cloud Data Lake for enterprises that is secure, massively scalable and built to the open HDFS standard. With no limits to the size of data and the ability to run massively parallel analytics, you can now unlock value from all your unstructured, semi-structured and structured data.

Page 32: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Cold path analysis

∠ Azure Data Lake Store∠ Azure Data Lake Analytics

Page 33: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Start in seconds, Scale instantly, Pay per job

Develop massively parallel programs with simplicity

Debug and Optimize your Big Data programs with ease

Virtualize your analytics

Enterprise-grade Support and Security

Azure Data Lake AnalyticsMassively parallel, extensible, analytics made simpleThe first cloud analytics service where you can easily develop and run massively parallel data transformation and processing programs in U-SQL, R, Python and .Net over petabytes of data. With no infrastructure to manage, process data on demand, scale instantly, and only pay per job.

Page 34: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

DECLARE @endDate DateTime = DateTime.Now;DECLARE @startDate DateTime = @endDate.AddDays(-7);

@orders = EXTRACT

OrderId int, Customer string, Date DateTime, Amount float

FROM "/input/orders.txt"USING Extractors.Tsv();

@orders = SELECT * FROM ordersWHERE Date >= startDate AND Date <= endDate;

@orders = SELECT * FROM ordersWHERE Customer.Contains(“Contoso”);

OUTPUT @ordersTO "/output/output.txt"USING Outputters.Tsv();

U-SQL Example

DECLARE constant values

C# Expressions

RowSets enable dataflow programming

EXTRACT performs schema on read for files

OUTPUT for writing files

Built-in handling for CSV & TSV

Whole-script optimization

Page 35: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

REFERENCE ASSEMBLY [ExtPython];

DECLARE @myScript = @"def get_mentions(tweet):

return ';'.join( ( w[1:] for w in tweet.split() if w[0]=='@' ) )

def usqlml_main(df):del df['time']del df['author']df['mentions'] = df.tweet.apply(get_mentions)del df['tweet']return df

";

@t = SELECT * FROM

(VALUES("D1","T1","A1","@foo Hello World @bar"),("D2","T2","A2","@baz Hello World @beer")

) AS D( date, time, author, tweet );

@m =REDUCE @t ON datePRODUCE date string, mentions stringUSING new Extension.Python.Reducer(pyScript:@myScript);

Python Extensions

Use U-SQL to create a massively distributed program.

Executing Python code across many nodes.

Using standard libraries such as numpy and pandas.

Page 36: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Cold path analysis

∠ Azure Data Lake Store∠ Azure Data Lake Analytics∠ Azure Machine Learning

Page 37: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

NotebooksIDEs

Azure M achine Learning W orkbench

VS Code Tools for AI

Experim entation and M odel M anagem ent

Services

AZURE MACHINE LEARNING SERVICES

SparkSQL Server Virtual m achines GPUsContainer services

SQL ServerM achine Learning Server

O N - P R E M I S E S

E D G EAzure IoT Edge

TRAIN & DEPLOY OPTIONS

A Z U R E

Azure Machine Learning

Page 38: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Cold path analysis

∠ Azure Data Lake Store∠ Azure Data Lake Analytics∠ Azure Machine Learning∠ And good old SQL

Page 39: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

SQL ServerThe platform of choice

Linux

101001010010

{ } T-SQL

Java

C/C++

C#/VB.NET

PHP

Node.js

Python

Ruby

Any data Any application

Anywhere Choice of platform

Page 40: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Field Gateway

Device Connectivity & Management

Analytics & Operationalized Insights

Presentation & Business Connectivity

Dev

ices

RTOS

, Lin

ux, W

indo

ws,

Andr

oid,

iOS

Protocol Adaptation

Cold Path AnalyticsAzure HDInsight, AzureML

Azure Data Lake, Data Lake Analytics

Hot Path Business LogicService Fabric

Azure Functions

Field Gateway

Protocol Adaptation

Cloud GatewayIoT Hub

Hot Path AnalyticsAzure Stream Analytics

Azure HDInsightAzure Time Series Insights

Power BI

App Service

Logic Apps

Web Apps

Mobile Apps

Notification Hubs

BizTalk Services

• Bi-directional device-cloud • Telemetry

ingestion

• Command & Control• Device Registry

& Identity• Device Mgmt• HTTP, AMQP,

MQTT

High level IoT Architecture

Page 41: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Field

Gateway

Device

Connectivity & Management

Analytics &

Operationalized Insights

Presentation &

Business Connectivity

De

vic

es

RTO

S, Li

nu

x, W

ind

ow

s, A

nd

roid

, iO

S

Protocol

Adaptation

Cold Path AnalyticsAzure HDInsight, AzureML

Azure Data Lake, Data Lake Analytics

Hot Path Business LogicService Fabric

Azure Functions

Field

Gateway

Protocol

Adaptation

Cloud GatewayIoT Hub

Hot Path AnalyticsAzure Stream Analytics

Azure HDInsight

Azure Time Series Insights

Power BI

App

Service

Logic

Apps

Web

Apps Mobile

Apps

Notification

Hubs

BizTalk

Services

• Bi-directional

device-cloud

• Telemetry ingestion

• Command & Control

• Device Registry

& Identity

• Device Mgmt

• HTTP, AMQP,

MQTT

But what good is it without data from devices…

Page 42: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Connect & ControlAzure IoT Hub

Page 43: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Azure IoT Hub Device Management

IoT Hub

Device twin Device twin

Software

FirmwareConfiguration

Page 44: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Azure IoT Hub Device Management

IoT Hub

Device twin Device twin

DesiredReported

TagsMethods

Desired

Reported

Methods

JobsSchedule and broadcast Device twin changes across large fleets

Page 45: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Azure IoT Hub Message RoutesDe

vices

IoT Hub

IoT Solution

Routing Logic

Event Processing

Queue

StorageQueue

AlarmQueue

Remember email before inbox rules?

Page 46: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Device Connectivity

Field G atew ay

CoAP, A llJoyn, O PC

Custom Protocol G atew ay

(C loud Service, VM )VPN /ExpressRoute

O PC, H TTP, CoAP

Fie ld G atew ay*

CoAP, A llJoyn, O PC

IoT H ub

Custom Protocol G atew ay

(C loud Service, VM )

AM Q P, M Q TT, H TTPS

Custom Protocols

Data Path

Optional solution component

Azure IoT solution component

DeviceIoT C lient

DeviceIoT C lient

Device

IoT C lientDevice

Device

Device

AM Q P, M Q TT, H TTPS

* Field Gateway is currently a concept that may represent Microsoft, 3rd party or custom capabilities at a hardware or software level

Page 47: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Industrial protocols

∠ Ethernet/IP∠ Modbus∠ OPC UA∠ OPC DA

∠ Profibus∠ BACNet∠ KNX

∠ Zigbee∠ ProfiNetAnd many, many more

Source: en.wikipedia.org/wiki/List_of_automation_protocols

Page 48: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Things

IoT Pattern

Insights ActionsCloud Gateway

Page 49: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Things

IoT Pattern + Edge

Insights ActionsInsights ActionsCloud Gateway

Page 50: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Azure Machine LearningS p a r k

S Q L S e r v e r

V ir t u a l m a c h in e s G P U s

C o n t a in e r s e r v ic e s

N o t e b o o k sID E s

A z u r e M a c h in e L e a r n in g W o r k b e n c h

S Q L S e r v e r

M a c h in e L e a r n in g S e r v e r

ON-PREMI SES

EDGE COMPUTI NGA z u r e Io T E d g e

E x p e r im e n t a t io n a n d M o d e l M a n a g e m e n t

A Z U R E MA C H I N E L E A R N I N G S E R V I C E S

T R A I N & D E P L O Y O P T I O N S

AZURE

Page 51: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Field Gateway

Device Connectivity & Management

Analytics & Operationalized Insights

Presentation & Business Connectivity

Dev

ices

RTOS

, Lin

ux, W

indo

ws,

Andr

oid,

iOS

Protocol Adaptation

Cold Path AnalyticsAzure HDInsight, AzureML

Azure Data Lake, Data Lake Analytics

Hot Path Business LogicService Fabric

Azure Functions

Field Gateway

Protocol Adaptation

Cloud GatewayIoT Hub

Hot Path AnalyticsAzure Stream Analytics

Azure HDInsightAzure Time Series Insights

Power BI

App Service

Logic Apps

Web Apps

Mobile Apps

Notification Hubs

BizTalk Services

• Bi-directional device-cloud • Telemetry

ingestion

• Command & Control• Device Registry

& Identity• Device Mgmt• HTTP, AMQP,

MQTT

High level IoT Architecture

Page 52: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Field Gateway

Device Connectivity & Management

Analytics & Operationalized Insights

Presentation & Business Connectivity

Devi

ces

RTOS

, Linu

x, W

indow

s, An

droi

d, iO

S

Protocol Adaptation

Cold Path AnalyticsAzure HDInsight, AzureML

Azure Data Lake, Data Lake Analytics

Hot Path Business LogicService Fabric

Azure Functions

Field Gateway

Protocol Adaptation

Cloud GatewayIoT Hub

Hot Path AnalyticsAzure Stream Analytics

Azure HDInsightAzure Time Series Insights

Power BI

App Service

Logic Apps

Web Apps

Mobile Apps

Notification Hubs

BizTalk Services

• Bi-directional device-cloud • Telemetry ingestion

• Command & Control• Device Registry

& Identity• Device Mgmt• HTTP, AMQP,

MQTT

Who (or what) are we building this for…

Page 53: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded
Page 54: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Questions ?

Page 55: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

AZURE REGIONS

50Announced Azure regions world wideHyper-Scale Capacity

Get started building IoT solutions today

AZURE IOT SUITE REGIONS

14Azure IoT Suite regions

Page 56: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded

Thank youfor your

time

Page 57: 30052018 - IoT for the BI professional - intelligentcloud.dk · IoT ”The Internet of Things (IoT) is the network of physical devices, vehicles, home appliances and other items embedded