Skip to content

Commit 410bcb2

Browse files
authored
use relative link
1 parent 66bffda commit 410bcb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/azure-web-pubsub/reference-functions-bindings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public static WebPubSubConnection Run(
289289
# [C#](#tab/csharp)
290290

291291
> [!NOTE]
292-
> 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#](https://learn.microsoft.com/dotnet/api/overview/azure/messaging.webpubsub-readme?view=azure-dotnet).
292+
> 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).
293293
> ```cs
294294
> [FunctionName("WebPubSubConnectionCustomRoles")]
295295
> public static async Task<Uri> Run(
@@ -306,7 +306,7 @@ public static WebPubSubConnection Run(
306306
# [JavaScript](#tab/javascript)
307307
308308
> [!NOTE]
309-
> 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 JavaScript](https://learn.microsoft.com/javascript/api/overview/azure/web-pubsub?view=azure-node-latest).
309+
> 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 JavaScript](/javascript/api/overview/azure/web-pubsub?view=azure-node-latest).
310310
>
311311
> Define input bindings in `function.json`.
312312
>

0 commit comments

Comments
 (0)