Skip to content

Commit 0dc74f5

Browse files
authored
Merge pull request #127808 from craigshoemaker/patch-1
Update CloudTable description
2 parents 24d7a9a + e7eae69 commit 0dc74f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-bindings-storage-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class TableStorage
8989

9090
### CloudTable
9191

92-
`IQueryable` isn't supported in the [Functions v2 runtime](functions-versions.md). An alternative is to use a `CloudTable` method parameter to read the table by using the Azure Storage SDK. Here's an example of a function that queries an Azure Functions log table:
92+
`IQueryable` is only supported in the [Functions v1 runtime](functions-versions.md). An alternative is to use a `CloudTable` method parameter to read the table by using the Azure Storage SDK. Here's an example of a function that queries an Azure Functions log table:
9393

9494
```csharp
9595
using Microsoft.Azure.WebJobs;

0 commit comments

Comments
 (0)