Skip to content

Commit abac315

Browse files
Merge pull request #232097 from ggailey777/patch-8
[Functions][bug-fix] Remove zombie `::: zone-end`
2 parents 9f3621a + a669edc commit abac315

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/azure-functions/functions-bindings-twilio.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ You can add the extension to your project by explicitly installing the [NuGet pa
8181

8282
::: zone-end
8383

84-
---
85-
86-
::: zone-end
87-
8884
## Example
8985

9086
Unless otherwise noted, these examples are specific to version 2.x and later version of the Functions runtime.
@@ -219,7 +215,6 @@ public static async Task Run(string myQueueItem, IAsyncCollector<CreateMessageOp
219215

220216
---
221217

222-
223218
::: zone-end
224219
::: zone pivot="programming-language-javascript"
225220
The following example shows a Twilio output binding in a *function.json* file and a [JavaScript function](functions-reference-node.md) that uses the binding.
@@ -432,4 +427,4 @@ In version 2.x, you set the `to` value in your code.
432427
> [Learn more about Azure functions triggers and bindings](functions-triggers-bindings.md)
433428
434429
[extension bundle]: ./functions-bindings-register.md#extension-bundles
435-
[Update your extensions]: ./functions-bindings-register.md
430+
[Update your extensions]: ./functions-bindings-register.md

0 commit comments

Comments
 (0)