Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 472 Bytes

File metadata and controls

15 lines (10 loc) · 472 Bytes

Synchronize Isolated Function Apps via SignalR

Table of Contents

Motivation

I want to have many instances of my function (both scaled out and deployed to different regions) be able to broadcast information to each other.

Components

  • Function App (must be on a dedicated plan; consumption/serverless wont work)
  • Hosted Background Worker
  • SignalR Services or the local emulator