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-functions/functions-bindings-mobile-apps.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,6 @@ The Mobile Apps input binding loads a record from a mobile table endpoint and pa
35
35
36
36
See the language-specific example:
37
37
38
-
*[C# script (.csx)](#input---c-script-example)
39
-
* JavaScript
40
-
41
38
# [C# script](#tab/input-csharp-example)
42
39
43
40
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.
162
159
163
160
## Output - example
164
161
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
-
171
162
# [C#](#tab/output-csharp-example)
172
163
173
164
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