Top Banner
de:code 2019 MW02 Azure Serverless を活用した リアルタイム Web のすべて Microsoft Corporation Global Black Belt 井上章 フリーランス / Microsoft MVP for Microsoft Azure 芝村達郎
29

MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Oct 08, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

de:code 2019 MW02

Azure Serverless を活用した

リアルタイムWeb のすべて

Microsoft Corporation

Global Black Belt

井上章

フリーランス / Microsoft MVP

for Microsoft Azure

芝村達郎

Page 2: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Azure Serverless とは

Page 3: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Serverless なサービスはとても多い

Page 4: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

そもそも Serverless とは

Page 5: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

PaaS と Serverless はもはやあいまい

Page 6: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Web アプリのトレンドも変わりつつある

Page 7: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

データバインディングが重要に

Page 8: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

リアルタイム Web とは

Page 9: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

バッチ処理では体験が損なわれる

Page 10: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

リアルタイムな Web アプリを実現するためには

Page 11: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

イベントドリブンなAzure Serverlessサービス

Page 12: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Event Grid

Page 13: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Event Grid

Page 14: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Cosmos DB (Change Feed)

Page 15: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Cosmos DB (Change Feed)

Page 16: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Logic Apps

Page 17: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Functions

Page 18: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Functions

Page 19: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

KEDA (AKS)

Page 20: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

リアルタイム Web の実装

Page 21: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

イベントを用意する

Page 22: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

クライアントへの Push 型通信

Page 23: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Azure SignalR Service

Page 24: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

SignalR Service を使った構成例

Page 25: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

スケーラビリティ

Page 26: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

アプリケーション実例

Page 27: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

Azure FunctionsAzure SignalR

Service

Change Feed

Development

aka.ms/noodle

Page 28: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

まとめ

Page 29: MW02 Azure Serverless を活用した リアルタイム Web のすべて...de:code 2019 MW02 Azure Serverless を活用した リアルタイムWeb のすべて Microsoft Corporation

© 2018 Microsoft Corporation. All rights reserved.

本情報の内容(添付文書、リンク先などを含む)は、作成日時点でのものであり、予告なく変更される場合があります。

© 2019 Microsoft Corporation. All rights reserved.

本情報の内容 (添付文書、リンク先などを含む) は、de:code 2019 開催日 (2019年5月29~30日) 時点のものであり、予告なく変更される場合があります。

本コンテンツの著作権、および本コンテンツ中に出てくる商標権、団体名、ロゴ、製品、サービスなどはそれぞれ、各権利保有者に帰属します。