Microsoft Azure IoT
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-戻る
--[[IoT]]
--[[Azure]]
* 目次 [#bad91f40]
#contents
*概要 [#db916c2a]
Microsoft の IoT サービス群。
*サービス [#da53cbf6]
**IoTソリューション向けプラットフォーム [#t6e922a9]
***[[Azure IoT Hub]] [#pb564bf4]
-IoTデバイスの登録・認証・管理を行い、監視/管理する
-フロントエンドとバックエンドの双方向の通信を仲介する
***[[Azure IoT Central]] [#nbf792a7]
エンタープライズ レベルの IoT ソリューションを提供するIoT...
-IoTデータ、テレメトリ・データの可視化機能が同梱されてい...
-開発、管理、および保守の負担とコストを削減する。
-制御機能の一部は含まれていないが、その分、~
必要な設定、管理、運用の負担も少なくなる。
***Azure IoT solution accelerators [#c9c4587b]
[[Azure IoT Central>#nbf792a7]]より大規模なIoT ソリューシ...
-予知保全やリモート監視など、一般的なIoTの利用シーンを~
想定したアプリケーション開発を容易にするテンプレートを提供
-各種のリソースを使用して組み上がっているので修正が難しい。
--IP アドレス
--Virtual Machine
--Managed Disks
--ブロック Blob Storage
--IoT Hub
--[[Stream Analytics>#ob651424]]
--[[Time Series Insights>#id99fae1]]
--App Service
--Cosmos DB
**Digital Twin [#e2dbc5c9]
***[[Azure Digital Twins>e59ca4d4]] [#x1eda987]
***[[Azure IoT Hub DPS>#z21fbe0d]] [#s21a7dd1]
**フロントエンド [#c319c129]
***[[Azure IoT Edge]] [#k5ba7ce2]
-クラウド側の処理を、Edge側で処理する。
-Edgeデバイスにランタイムをコンテナ化~
&デプロイし、Azureのサービスを利用可能にする。
***[[Azure IoT Hub DPS>Azure IoT Hub Device Provisioning ...
***Device Update for IoT Hub [#o6983d39]
IoT デバイスをOTA更新するサービス
***デバイス・エッジ(物理) [#mf801017]
-[[Azure Sphere]]~
Linuxベースのセキュリティ・ソリューション
-Azure RTOS~
IoTデバイスとEdgeデバイスのためのRTOS開発スイート
-[[Raspberry Pi Simulator>Azure IoT Hubチュートリアル#acb...
簡単にテストできるシミュレータ
**基本的な可視化のバックエンド [#r0fe5a00]
基本的なバックエンドは、テレメトリ・データの可視化に使用...
***[[Power BI]] [#jee9f74d]
***[[Azure Time Series Insights]] [#id99fae1]
***[[Azure Data Explorer]] [#e60d9877]
***[[Azure Digital Twins]] [#e59ca4d4]
***Azure Maps [#pe820ec5]
地理空間データをモバイルアプリケーションやWebアプリケーシ...
**[[その他のバックエンド>Azure IoT Hub#k3a2bc2b]] [#ob651...
可視化以外の目的にも使用できるバックエンド
***[[Azure Functions]] [#u8d1cd8a]
PoC等
***[[Azure Stream Analytics]] [#ae5337e2]
ストリーミング処理の定番
***[[Azure Event Hubs]] [#b9f1a152]
[[Azure Event Hubs]]にプッシュして、他サービスでプル
***[[Azure Event Grid]] [#i6d60ba9]
イベント駆動アプリケーションを対象としたメッセージング
-テレメトリ以外のデータ
-多様なエンドポイントをサポート
-イベント発生順は保証されない。
***[[Azure Service Bus]] [#y8f2071f]
従来のエンタープライズ・アプリケーションを対象としたメッ...
**ルーティング可能なバックエンド [#n6689231]
***[[メッセージ・ルーティング>Azure IoT Hub#lc303512]] [#...
***[[イベント・ルーティング>Azure IoT Hub#qa459943]] [#x4...
*アーキテクチャ [#u9e76988]
**構成 [#xc81bd78]
|Things|Gateway|>|>|Insights|Actions|h
|~|~|Insights1|[[Path>#a8e567fe]]|Insights2|~|h
|IoT デバイス&br;エッジ デバイス|クラウド ゲートウェイ&br...
|~|~|[[Azure Functions]](FaaS)|→ [[Warm>#ye978ae7]] →|[...
|~|~|[[Azureのストレージ]]&br;(コールド パス ストレージ...
|>|[[Device Provisioning Service>#z21fbe0d]]|>|>|テレメト...
***[[データ・パイプライン>#c3204daa]] [#y68ea917]
ハブ機能が無く、アクションにOTへのフィードバッグが無いモ...
***[[ハブ&メッセージ・サービス>#h3cea196]] [#md2a126b]
ハブ機能が有って、アクションにOTへのフィードバッグが有る...
**Path [#a8e567fe]
***Hot [#ucb542da]
データが到着すると、ほぼリアルタイムでそのデータを分析
***Warm [#ye978ae7]
[[Hot>#ucb542da]]と[[Cold>#uc0166ac]]の中間
***Cold [#uc0166ac]
より長い間隔 (毎時または毎日) でバッチ処理を実行
**スケーラビリティ [#y18e46b7]
***[[Azureのデータ・ストア]] [#ma5f38b2]
***[[Azureのメッセージング・サービス]] [#f5a48826]
***[[Azureのストリーム処理テクノロジ]] [#gf3d85ca]
***[[Azureのビッグデータ処理テクノロジ]] [#b0cd8838]
**セキュリティ [#v12b5062]
***保護された通信 [#y6b4d848]
-暗号化、署名
-SSL、TLS
-...
***認証・認可 [#d28b3f30]
-選択肢~
以下のいずれかを使用する。
--証明書
---自己署名証明書
---CA署名証明書
--Azure独自機構
---[[SASトークン>トークン#w01b1c2d]]
---[[Azure Managed ID]]
---[[AzADのOAuth2.0>Microsoft Azure Active Directory#he1b...
--OSS独自機構
---SASL認証
-使い分け
--Azureサービス~
[[Azure Managed ID]]
--Azureサービス以外
---リッチ~
[[AzADのOAuth2.0>Microsoft Azure Active Directory#he1b97f...
---シン~
・証明書~
・[[SASトークン>トークン#w01b1c2d]]~
・OSS独自機構
***物理的な改ざん防止 [#z3fe1fa5]
[[TPM>TPM(Trusted Platform Module)]]によるストレージの...
***監視およびログ記録 [#ccbe02e5]
***テレメトリのトレース [#y8d256b0]
**[[参考>https://dotnetdevelopmentinfrastructure.osscons....
*参考 [#off10675]
-Azure IoT - Wikipedia~
https://ja.wikipedia.org/wiki/Azure_IoT
-最近よく聞くMicrosoftの「Azure IoT」とは?その概要を5分...
デジタルトランスフォーメーション チャンネル~
https://www.digital-transformation-real.com/blog/what-is-...
-Azure IoT ソリューション アクセラレータ~
500時間ぐらい触ったので知見を共有する~
https://tako-xyz.com/azure-iot-solution-accelerators/
**TechTargetジャパン [#ed0e5fa7]
「Azure IoT」サービスを一挙紹介~
https://techtarget.itmedia.co.jp/tt/series/14764/
-【前編】「Azure IoT Hub」「Azure IoT Edge」「Azure IoT C...
https://techtarget.itmedia.co.jp/tt/news/1907/16/news07.h...
-【後編】「Azure IoT」のSphere、Digital Twins、TSI、Maps...
https://techtarget.itmedia.co.jp/tt/news/1907/23/news02.h...
**Qiita [#oe2a396b]
-「Azure IoT」の検索結果~
https://qiita.com/search?q=Azure+IoT
-Microsoft Azure IoTに関するまとめや違いなど~
https://qiita.com/motoriderse/items/6382df977e8844b8e344
-【2019年9月版】過去の歴史から学ぶ Azure IoT サービス の...
--(前編)~
https://qiita.com/ymodek/items/0bd9b956bfc5479716ba
--(後編)~
https://qiita.com/ymodek/items/358b7c81e9fec9735a32
-Azure の IoT系サービスを簡単に整理~
IoT Hub, DPS, Sphere, RTOS, IoT Edge その他もろもろ~
https://qiita.com/mstakaha1113/items/156c2cbc27ef2ea61a42
***[[Azure IoT Hub DPS>Azure IoT Hub Device Provisioning ...
***[[Azure Digital Twins>]] [#jdb5c31a]
**YouTube [#ye719624]
-AWS vs Azure IoT [For Industry]~
https://www.youtube.com/watch?v=eyDcWPic0Do
-Microsoft Azure IoT manufacturing solutions~
https://www.youtube.com/watch?v=xn32a320sv4&t=9s
***[#くらでべ] [#ib125c3c]
-エキスパートと学ぶ Azure IoT / IoT Edge | Azure 入門 42~
https://www.youtube.com/watch?v=80F4qzIDX7Y
-Azure | くらでべ IoT 10 分間クッキング | IoT / Data / AI...
https://www.youtube.com/watch?v=LTmaXK1bEZc
***Tech Briefing: Azure IoT [#sf7bb462]
-Azure IoT の基本
--(前編) - Azure IoT Hub と Azure IoT Central 概説~
https://www.youtube.com/watch?v=RhGqrJcWBiQ
--(後編) - Azure IoT Hub と連携する PaaS~
https://www.youtube.com/watch?v=P-gkZA5oDZI
-Azure IoT Edge 概要~
Azure SQL Edge と Live Video Analytics on Edge を例に~
https://www.youtube.com/watch?v=fAkyoy1TTlc
-Azure IoT Security~
https://www.youtube.com/watch?v=q5FHwb_whyM
-IoT Plug and Play と DTDL~
https://www.youtube.com/watch?v=nup8zFQ9GIw
-Azure Digital Twins 概要~
https://www.youtube.com/watch?v=ifAbycOGpOc
**microsoft.com [#nff973e1]
***Microsoft Azure [#qe808d16]
***Microsoft Docs [#z857a9e5]
-Azure IoT 参照アーキテクチャ - Azure Reference Architect...
https://docs.microsoft.com/ja-jp/azure/architecture/refer...
-Azure IoT のドキュメント~
https://docs.microsoft.com/ja-jp/azure/iot-fundamentals/
--[[Azure IoT Hub>Azure IoT Hub#b3a9a444]], [[Azure IoT E...
--IoT デバイス開発のドキュメント~
https://learn.microsoft.com/ja-jp/azure/iot-develop/
--Azure Time Series Insights のドキュメント~
https://docs.microsoft.com/ja-jp/azure/time-series-insigh...
--Azure Maps のドキュメント~
https://docs.microsoft.com/ja-jp/azure/azure-maps/
--%%Azure IoT ソリューション アクセラレータのドキュメント...
%% https://docs.microsoft.com/ja-jp/azure/iot-accelerator...
-Device Update for IoT Hub ドキュメント~
https://learn.microsoft.com/ja-jp/azure/iot-hub-device-up...
***Learn | Microsoft Docs [#y7a55c75]
-AI エッジ エンジニア~
https://docs.microsoft.com/ja-jp/learn/paths/ai-edge-engi...
-Azure IoT の概要~
https://docs.microsoft.com/ja-jp/learn/modules/introducti...
**[[開発基盤部会 Wiki>https://dotnetdevelopmentinfrastruc...
***[[IoT>https://dotnetdevelopmentinfrastructure.osscons....
***[[データ・パイプライン>https://dotnetdevelopmentinfras...
***[[ハブ&メッセージ・サービス>https://dotnetdevelopment...
----
Tags: [[:クラウド]], [[:ビッグデータ]], [[:Azure]], [[:Io...
終了行:
「[[マイクロソフト系技術情報 Wiki>http://techinfoofmicros...
-戻る
--[[IoT]]
--[[Azure]]
* 目次 [#bad91f40]
#contents
*概要 [#db916c2a]
Microsoft の IoT サービス群。
*サービス [#da53cbf6]
**IoTソリューション向けプラットフォーム [#t6e922a9]
***[[Azure IoT Hub]] [#pb564bf4]
-IoTデバイスの登録・認証・管理を行い、監視/管理する
-フロントエンドとバックエンドの双方向の通信を仲介する
***[[Azure IoT Central]] [#nbf792a7]
エンタープライズ レベルの IoT ソリューションを提供するIoT...
-IoTデータ、テレメトリ・データの可視化機能が同梱されてい...
-開発、管理、および保守の負担とコストを削減する。
-制御機能の一部は含まれていないが、その分、~
必要な設定、管理、運用の負担も少なくなる。
***Azure IoT solution accelerators [#c9c4587b]
[[Azure IoT Central>#nbf792a7]]より大規模なIoT ソリューシ...
-予知保全やリモート監視など、一般的なIoTの利用シーンを~
想定したアプリケーション開発を容易にするテンプレートを提供
-各種のリソースを使用して組み上がっているので修正が難しい。
--IP アドレス
--Virtual Machine
--Managed Disks
--ブロック Blob Storage
--IoT Hub
--[[Stream Analytics>#ob651424]]
--[[Time Series Insights>#id99fae1]]
--App Service
--Cosmos DB
**Digital Twin [#e2dbc5c9]
***[[Azure Digital Twins>e59ca4d4]] [#x1eda987]
***[[Azure IoT Hub DPS>#z21fbe0d]] [#s21a7dd1]
**フロントエンド [#c319c129]
***[[Azure IoT Edge]] [#k5ba7ce2]
-クラウド側の処理を、Edge側で処理する。
-Edgeデバイスにランタイムをコンテナ化~
&デプロイし、Azureのサービスを利用可能にする。
***[[Azure IoT Hub DPS>Azure IoT Hub Device Provisioning ...
***Device Update for IoT Hub [#o6983d39]
IoT デバイスをOTA更新するサービス
***デバイス・エッジ(物理) [#mf801017]
-[[Azure Sphere]]~
Linuxベースのセキュリティ・ソリューション
-Azure RTOS~
IoTデバイスとEdgeデバイスのためのRTOS開発スイート
-[[Raspberry Pi Simulator>Azure IoT Hubチュートリアル#acb...
簡単にテストできるシミュレータ
**基本的な可視化のバックエンド [#r0fe5a00]
基本的なバックエンドは、テレメトリ・データの可視化に使用...
***[[Power BI]] [#jee9f74d]
***[[Azure Time Series Insights]] [#id99fae1]
***[[Azure Data Explorer]] [#e60d9877]
***[[Azure Digital Twins]] [#e59ca4d4]
***Azure Maps [#pe820ec5]
地理空間データをモバイルアプリケーションやWebアプリケーシ...
**[[その他のバックエンド>Azure IoT Hub#k3a2bc2b]] [#ob651...
可視化以外の目的にも使用できるバックエンド
***[[Azure Functions]] [#u8d1cd8a]
PoC等
***[[Azure Stream Analytics]] [#ae5337e2]
ストリーミング処理の定番
***[[Azure Event Hubs]] [#b9f1a152]
[[Azure Event Hubs]]にプッシュして、他サービスでプル
***[[Azure Event Grid]] [#i6d60ba9]
イベント駆動アプリケーションを対象としたメッセージング
-テレメトリ以外のデータ
-多様なエンドポイントをサポート
-イベント発生順は保証されない。
***[[Azure Service Bus]] [#y8f2071f]
従来のエンタープライズ・アプリケーションを対象としたメッ...
**ルーティング可能なバックエンド [#n6689231]
***[[メッセージ・ルーティング>Azure IoT Hub#lc303512]] [#...
***[[イベント・ルーティング>Azure IoT Hub#qa459943]] [#x4...
*アーキテクチャ [#u9e76988]
**構成 [#xc81bd78]
|Things|Gateway|>|>|Insights|Actions|h
|~|~|Insights1|[[Path>#a8e567fe]]|Insights2|~|h
|IoT デバイス&br;エッジ デバイス|クラウド ゲートウェイ&br...
|~|~|[[Azure Functions]](FaaS)|→ [[Warm>#ye978ae7]] →|[...
|~|~|[[Azureのストレージ]]&br;(コールド パス ストレージ...
|>|[[Device Provisioning Service>#z21fbe0d]]|>|>|テレメト...
***[[データ・パイプライン>#c3204daa]] [#y68ea917]
ハブ機能が無く、アクションにOTへのフィードバッグが無いモ...
***[[ハブ&メッセージ・サービス>#h3cea196]] [#md2a126b]
ハブ機能が有って、アクションにOTへのフィードバッグが有る...
**Path [#a8e567fe]
***Hot [#ucb542da]
データが到着すると、ほぼリアルタイムでそのデータを分析
***Warm [#ye978ae7]
[[Hot>#ucb542da]]と[[Cold>#uc0166ac]]の中間
***Cold [#uc0166ac]
より長い間隔 (毎時または毎日) でバッチ処理を実行
**スケーラビリティ [#y18e46b7]
***[[Azureのデータ・ストア]] [#ma5f38b2]
***[[Azureのメッセージング・サービス]] [#f5a48826]
***[[Azureのストリーム処理テクノロジ]] [#gf3d85ca]
***[[Azureのビッグデータ処理テクノロジ]] [#b0cd8838]
**セキュリティ [#v12b5062]
***保護された通信 [#y6b4d848]
-暗号化、署名
-SSL、TLS
-...
***認証・認可 [#d28b3f30]
-選択肢~
以下のいずれかを使用する。
--証明書
---自己署名証明書
---CA署名証明書
--Azure独自機構
---[[SASトークン>トークン#w01b1c2d]]
---[[Azure Managed ID]]
---[[AzADのOAuth2.0>Microsoft Azure Active Directory#he1b...
--OSS独自機構
---SASL認証
-使い分け
--Azureサービス~
[[Azure Managed ID]]
--Azureサービス以外
---リッチ~
[[AzADのOAuth2.0>Microsoft Azure Active Directory#he1b97f...
---シン~
・証明書~
・[[SASトークン>トークン#w01b1c2d]]~
・OSS独自機構
***物理的な改ざん防止 [#z3fe1fa5]
[[TPM>TPM(Trusted Platform Module)]]によるストレージの...
***監視およびログ記録 [#ccbe02e5]
***テレメトリのトレース [#y8d256b0]
**[[参考>https://dotnetdevelopmentinfrastructure.osscons....
*参考 [#off10675]
-Azure IoT - Wikipedia~
https://ja.wikipedia.org/wiki/Azure_IoT
-最近よく聞くMicrosoftの「Azure IoT」とは?その概要を5分...
デジタルトランスフォーメーション チャンネル~
https://www.digital-transformation-real.com/blog/what-is-...
-Azure IoT ソリューション アクセラレータ~
500時間ぐらい触ったので知見を共有する~
https://tako-xyz.com/azure-iot-solution-accelerators/
**TechTargetジャパン [#ed0e5fa7]
「Azure IoT」サービスを一挙紹介~
https://techtarget.itmedia.co.jp/tt/series/14764/
-【前編】「Azure IoT Hub」「Azure IoT Edge」「Azure IoT C...
https://techtarget.itmedia.co.jp/tt/news/1907/16/news07.h...
-【後編】「Azure IoT」のSphere、Digital Twins、TSI、Maps...
https://techtarget.itmedia.co.jp/tt/news/1907/23/news02.h...
**Qiita [#oe2a396b]
-「Azure IoT」の検索結果~
https://qiita.com/search?q=Azure+IoT
-Microsoft Azure IoTに関するまとめや違いなど~
https://qiita.com/motoriderse/items/6382df977e8844b8e344
-【2019年9月版】過去の歴史から学ぶ Azure IoT サービス の...
--(前編)~
https://qiita.com/ymodek/items/0bd9b956bfc5479716ba
--(後編)~
https://qiita.com/ymodek/items/358b7c81e9fec9735a32
-Azure の IoT系サービスを簡単に整理~
IoT Hub, DPS, Sphere, RTOS, IoT Edge その他もろもろ~
https://qiita.com/mstakaha1113/items/156c2cbc27ef2ea61a42
***[[Azure IoT Hub DPS>Azure IoT Hub Device Provisioning ...
***[[Azure Digital Twins>]] [#jdb5c31a]
**YouTube [#ye719624]
-AWS vs Azure IoT [For Industry]~
https://www.youtube.com/watch?v=eyDcWPic0Do
-Microsoft Azure IoT manufacturing solutions~
https://www.youtube.com/watch?v=xn32a320sv4&t=9s
***[#くらでべ] [#ib125c3c]
-エキスパートと学ぶ Azure IoT / IoT Edge | Azure 入門 42~
https://www.youtube.com/watch?v=80F4qzIDX7Y
-Azure | くらでべ IoT 10 分間クッキング | IoT / Data / AI...
https://www.youtube.com/watch?v=LTmaXK1bEZc
***Tech Briefing: Azure IoT [#sf7bb462]
-Azure IoT の基本
--(前編) - Azure IoT Hub と Azure IoT Central 概説~
https://www.youtube.com/watch?v=RhGqrJcWBiQ
--(後編) - Azure IoT Hub と連携する PaaS~
https://www.youtube.com/watch?v=P-gkZA5oDZI
-Azure IoT Edge 概要~
Azure SQL Edge と Live Video Analytics on Edge を例に~
https://www.youtube.com/watch?v=fAkyoy1TTlc
-Azure IoT Security~
https://www.youtube.com/watch?v=q5FHwb_whyM
-IoT Plug and Play と DTDL~
https://www.youtube.com/watch?v=nup8zFQ9GIw
-Azure Digital Twins 概要~
https://www.youtube.com/watch?v=ifAbycOGpOc
**microsoft.com [#nff973e1]
***Microsoft Azure [#qe808d16]
***Microsoft Docs [#z857a9e5]
-Azure IoT 参照アーキテクチャ - Azure Reference Architect...
https://docs.microsoft.com/ja-jp/azure/architecture/refer...
-Azure IoT のドキュメント~
https://docs.microsoft.com/ja-jp/azure/iot-fundamentals/
--[[Azure IoT Hub>Azure IoT Hub#b3a9a444]], [[Azure IoT E...
--IoT デバイス開発のドキュメント~
https://learn.microsoft.com/ja-jp/azure/iot-develop/
--Azure Time Series Insights のドキュメント~
https://docs.microsoft.com/ja-jp/azure/time-series-insigh...
--Azure Maps のドキュメント~
https://docs.microsoft.com/ja-jp/azure/azure-maps/
--%%Azure IoT ソリューション アクセラレータのドキュメント...
%% https://docs.microsoft.com/ja-jp/azure/iot-accelerator...
-Device Update for IoT Hub ドキュメント~
https://learn.microsoft.com/ja-jp/azure/iot-hub-device-up...
***Learn | Microsoft Docs [#y7a55c75]
-AI エッジ エンジニア~
https://docs.microsoft.com/ja-jp/learn/paths/ai-edge-engi...
-Azure IoT の概要~
https://docs.microsoft.com/ja-jp/learn/modules/introducti...
**[[開発基盤部会 Wiki>https://dotnetdevelopmentinfrastruc...
***[[IoT>https://dotnetdevelopmentinfrastructure.osscons....
***[[データ・パイプライン>https://dotnetdevelopmentinfras...
***[[ハブ&メッセージ・サービス>https://dotnetdevelopment...
----
Tags: [[:クラウド]], [[:ビッグデータ]], [[:Azure]], [[:Io...
ページ名: