LoginSignup
0

More than 3 years have passed since last update.

クラウド インテリジェンスで Web アプリケーションを拡張する

Posted at

セッション説明

メモ

  • サーバーレスの概要
    • 時代の流れ
    • オンプレミス
    • IaaS
    • PaaS
    • Serverless
    • サーバーレスとは
    • サーバーの抽象化
    • イベント駆動・インスタントスケール
    • マイクロ課金
  • Azure Serverless Platform
    • Event Grid
    • Logic App
    • Functions
  • Azure Function
    • トリガーをもとにプログラムを起動
    • データをバインディングする
  • 利用シナリオ
    • タイマーで15分ごとに起動
    • Blob Storageにファイルが追加された
    • 撮影した写真をWebhook呼び出し
    • 読み込まれたWebページからWebhook呼び出し
  • イベント駆動の問題点
    • どこから呼ばれているか不明確
    • 解決策
    • Azure Event Grid
      • 完全に管理されたイベント・ルーティング
      • ほぼスケールでのリアルタイムイベント配置
      • Azure内およびそれ以外の広範囲なカバレッジ
    • 利用シナリオ
    • サーバレスアプリ
    • 運用の自動化
  • Azure Logic 概要
    • ワークフロー
  • Azure Cognitive Services
    • 利用形態
    • REST API
    • Container
  • まとめ
    • Azure Function:インフラストラクチャのオーバーヘッドなしで容易に機能拡張
    • メッセージングのための Event Grid
    • サービス連携のためのAzure Logic

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0