Skip to content

Commit d4c81c5

Browse files
updating Functions Tables extension content for isolated worker, bundle, and naming
1 parent 5f55185 commit d4c81c5

11 files changed

+297
-142
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Blob storage trigger and bindings for Azure Functions
33
description: Learn to use the Azure Blob storage trigger and bindings in Azure Functions.
44

55
ms.topic: reference
6-
ms.date: 03/04/2022
6+
ms.date: 11/11/2022
77
zone_pivot_groups: programming-languages-set-functions-lang-workers
88
---
99

@@ -99,8 +99,6 @@ This extension version is available from the extension bundle v3 by adding the f
9999

100100
To learn more, see [Update your extensions].
101101

102-
[!INCLUDE [functions-bindings-bundle-v3-tables-note](../../includes/functions-bindings-bundle-v3-tables-note.md)]
103-
104102
# [Functions 2.x and higher](#tab/functionsv2/csharp-script)
105103

106104
You can install this version of the extension in your function app by registering the [extension bundle], version 2.x.
@@ -129,8 +127,6 @@ You can add this version of the extension from the extension bundle v3 by adding
129127

130128
To learn more, see [Update your extensions].
131129

132-
[!INCLUDE [functions-bindings-bundle-v3-tables-note](../../includes/functions-bindings-bundle-v3-tables-note.md)]
133-
134130
# [Bundle v2.x](#tab/extensionv2)
135131

136132
You can install this version of the extension in your function app by registering the [extension bundle], version 2.x.

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Queue storage trigger and bindings for Azure Functions overview
33
description: Understand how to use the Azure Queue storage trigger and output binding in Azure Functions.
44
ms.topic: reference
5-
ms.date: 03/04/2022
5+
ms.date: 11/11/2022
66
zone_pivot_groups: programming-languages-set-functions-lang-workers
77
---
88

@@ -100,8 +100,6 @@ This extension version is available from the extension bundle v3 by adding the f
100100

101101
To learn more, see [Update your extensions].
102102

103-
[!INCLUDE [functions-bindings-bundle-v3-tables-note](../../includes/functions-bindings-bundle-v3-tables-note.md)]
104-
105103
# [Functions 2.x+](#tab/functionsv2/csharp-script)
106104

107105
You can install this version of the extension in your function app by registering the [extension bundle], version 2.x.
@@ -130,8 +128,6 @@ You can add this version of the extension from the preview extension bundle v3 b
130128

131129
To learn more, see [Update your extensions].
132130

133-
[!INCLUDE [functions-bindings-bundle-v3-tables-note](../../includes/functions-bindings-bundle-v3-tables-note.md)]
134-
135131
# [Bundle v2.x](#tab/extensionv2)
136132

137133
You can install this version of the extension in your function app by registering the [extension bundle], version 2.x.

0 commit comments

Comments
 (0)