Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 438 Bytes

File metadata and controls

22 lines (19 loc) · 438 Bytes
author Y-Sindo
ms.service azure-functions
ms.topic include
ms.date 03/20/2024
ms.author zityang
ms.custom sfi-ropc-nochange

Here's binding data in the function.json file:

Example function.json:

{
  "type": "signalR",
  "name": "signalROutput",
  "hubName": "hubName1",
  "connectionStringSetting": "<name of setting containing SignalR Service connection string>",
  "direction": "out"
}