sparse-intern-71089
12/08/2020, 7:36 PMdelightful-xylophone-3967
12/08/2020, 7:55 PMctx.eventSourceSubscription = new EventSubscription("sigrev", new EventSubscriptionArgs()
{
Scope = ctx.signalRId,
IncludedEventTypes = new InputList<string>()
{
"Microsoft.SignalRService.ClientConnectionConnected",
"Microsoft.SignalRService.ClientConnectionDisconnected",
},
AzureFunctionEndpoint = new EventSubscriptionAzureFunctionEndpointArgs()
{
FunctionId = ctx.App.FunctionApp.Id.Apply(x => string.Format($"{x}/functions/HandleOnConnectionChanged"))
},
`})`;No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by