You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/reference-functions-bindings.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ public static WebPubSubConnection Run(
352
352
# [C#](#tab/csharp)
353
353
354
354
> [!NOTE]
355
-
> Limited to the binding parameter types don't support a way to pass list nor array, the `WebPubSubConnection` is not fully supported with all the parameters server SDK has, especially `roles`, and also includes `groups` and `expiresAfter`. In the case customer needs to add roles or delay build the access token in the function, it's suggested to work with [server SDK for C#](/dotnet/api/overview/azure/messaging.webpubsub-readme?view=azure-dotnet).
355
+
> Limited to the binding parameter types don't support a way to pass list nor array, the `WebPubSubConnection` is not fully supported with all the parameters server SDK has, especially `roles`, and also includes `groups` and `expiresAfter`. In the case customer needs to add roles or delay build the access token in the function, it's suggested to work with [server SDK for C#](/dotnet/api/overview/azure/messaging.webpubsub-readme).
@@ -369,7 +369,7 @@ public static WebPubSubConnection Run(
369
369
# [JavaScript Model v4](#tab/javascript-v4)
370
370
371
371
> [!NOTE]
372
-
>Limitedtothebindingparametertypesdon't support a way to pass list nor array, the `WebPubSubConnection` is not fully supported with all the parameters server SDK has, especially `roles`, and also includes `groups` and `expiresAfter`. In the case customer needs to add roles or delay build the access token in the function, it'ssuggestedtoworkwith [serverSDKforJavaScript](/javascript/api/overview/azure/web-pubsub?view=azure-node-latest).
372
+
>Limitedtothebindingparametertypesdon't support a way to pass list nor array, the `WebPubSubConnection` is not fully supported with all the parameters server SDK has, especially `roles`, and also includes `groups` and `expiresAfter`. In the case customer needs to add roles or delay build the access token in the function, it'ssuggestedtoworkwith [serverSDKforJavaScript](/javascript/api/overview/azure/web-pubsub).
@@ -387,7 +387,7 @@ public static WebPubSubConnection Run(
387
387
# [JavaScript Model v3](#tab/javascript-v3)
388
388
389
389
> [!NOTE]
390
-
>Limitedtothebindingparametertypesdon't support a way to pass list nor array, the `WebPubSubConnection` is not fully supported with all the parameters server SDK has, especially `roles`, and also includes `groups` and `expiresAfter`. In the case customer needs to add roles or delay build the access token in the function, it'ssuggestedtoworkwith [serverSDKforJavaScript](/javascript/api/overview/azure/web-pubsub?view=azure-node-latest).
390
+
>Limitedtothebindingparametertypesdon't support a way to pass list nor array, the `WebPubSubConnection` is not fully supported with all the parameters server SDK has, especially `roles`, and also includes `groups` and `expiresAfter`. In the case customer needs to add roles or delay build the access token in the function, it'ssuggestedtoworkwith [serverSDKforJavaScript](/javascript/api/overview/azure/web-pubsub).
0 commit comments