Skip to content

Commit bcabeca

Browse files
committed
edits
1 parent 1852ea2 commit bcabeca

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

articles/azure-functions/functions-bindings-mobile-apps.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,6 @@ The Mobile Apps input binding loads a record from a mobile table endpoint and pa
3535

3636
See the language-specific example:
3737

38-
* [C# script (.csx)](#input---c-script-example)
39-
* JavaScript
40-
4138
# [C# script](#tab/input-csharp-example)
4239

4340
The following example shows a Mobile Apps input binding in a *function.json* file and a [C# script function](functions-reference-csharp.md) that uses the binding. The function is triggered by a queue message that has a record identifier. The function reads the specified record and modifies its `Text` property.
@@ -162,12 +159,6 @@ Use the Mobile Apps output binding to write a new record to a Mobile Apps table.
162159

163160
## Output - example
164161

165-
See the language-specific example:
166-
167-
* [C#](#output---c-example)
168-
* [C# script (.csx)](#output---c-script-example)
169-
* [JavaScript](#output---javascript-example)
170-
171162
# [C#](#tab/output-csharp-example)
172163

173164
The following example shows a [C# function](functions-dotnet-class-library.md) that is triggered by a queue message and creates a record in a mobile app table.

0 commit comments

Comments
 (0)