Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Azure Functions と SendGrid の良い関係

Azure Functions と SendGrid の良い関係

Tatsuro Shibamura

November 12, 2019
Tweet

More Decks by Tatsuro Shibamura

Other Decks in Programming

Transcript

  1. バックエンドに Azure Functions を • SendGrid に公式で対応済み • Microsoft.Azure.WebJobs.Extensions.SendGrid パッケージ

    • 柔軟なスケーリングオプション、イベントドリブンに最適 • 使った分だけ課金、インスタンスは自動で 200 まで増える • 従量課金プラン (Consumption Plan) の場合 • Queue を使った Load leveling や Event Webhook への対応
  2. ワークフローの実装 • Azure Logic App の SendGrid Connector • 送信だけではなく、Global

    Suppressions も使える(らしい • 複雑なフローは Durable Functions で実現 • Azure Functions の 超イケてる Durable Functions を使ってみる • https://qiita.com/TsuyoshiUshio@github/items/3e8acb1b0388b604 5fdb