Skip to content

Commit 7306b58

Browse files
authored
fix error
1 parent 9e89a73 commit 7306b58

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

articles/azure-functions/functions-bindings-signalr-service-input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: reference
66
ms.devlang: csharp
77
# ms.devlang: csharp, java, javascript, python
88
ms.custom: devx-track-csharp, devx-track-extended-java, devx-track-js, devx-track-python
9-
ms.date: 02/07/2024
9+
ms.date: 12/03/2024
1010
ms.author: zityang
1111
zone_pivot_groups: programming-languages-set-functions-lang-workers
1212
---

articles/azure-functions/functions-bindings-signalr-service-output.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,8 @@ module.exports = async function (context, req) {
349349
}];
350350
};
351351
```
352+
::: zone-end
353+
352354
::: zone pivot="programming-language-powershell"
353355

354356
Complete PowerShell examples are pending.
@@ -510,6 +512,7 @@ module.exports = async function (context, req) {
510512
}];
511513
};
512514
```
515+
::: zone-end
513516

514517
::: zone pivot="programming-language-powershell"
515518

articles/azure-functions/functions-bindings-signalr-service-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The following table explains the properties of the `SignalRTrigger` attribute.
173173

174174
There isn't currently a supported Java annotation for a SignalR trigger.
175175
::: zone-end
176-
::: zone pivot="programming-language-javascript-V3,programming-language-powershell,programming-language-python"
176+
::: zone pivot="programming-language-powershell,programming-language-python"
177177

178178
## Configuration
179179

0 commit comments

Comments
 (0)