Skip to content

Commit c81451a

Browse files
Merge pull request #248395 from mattchenderson/v1deprecation
Adding V1 retirement notes
2 parents 500e29c + e820c77 commit c81451a

19 files changed

+68
-24
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.custom: devx-track-csharp, seodec18, ignite-2022
1313
> * [Version 1](functions-bindings-cosmosdb.md)
1414
> * [Version 2](functions-bindings-cosmosdb-v2.md)
1515
16+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
17+
1618
This article explains how to work with [Azure Cosmos DB](../cosmos-db/serverless-computing-database.md) bindings in Azure Functions. Azure Functions supports trigger, input, and output bindings for Azure Cosmos DB.
1719

1820
> [!NOTE]

articles/azure-functions/functions-bindings-event-grid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ Add the extension to your project by installing the [NuGet package], version 2.x
5959

6060
# [Functions 1.x](#tab/functionsv1/in-process)
6161

62-
Functions 1.x apps automatically have a reference to the [Microsoft.Azure.WebJobs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs) NuGet package, version 2.x. Event Grid extension versions earlier than 3.x don't support [CloudEvents schema](../event-grid/cloudevents-schema.md#azure-functions). To consume this schema, instead use an HTTP trigger, or switch to **Extension v3.x**. To do so, you will need to [upgrade your application to Functions 4.x].
62+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
6363

64+
Functions 1.x apps automatically have a reference to the [Microsoft.Azure.WebJobs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs) NuGet package, version 2.x. Event Grid extension versions earlier than 3.x don't support [CloudEvents schema](../event-grid/cloudevents-schema.md#azure-functions). To consume this schema, instead use an HTTP trigger, or switch to **Extension v3.x**. To do so, you will need to [upgrade your application to Functions 4.x].
6465

6566
The Event Grid output binding is only available for Functions 2.x and higher.
6667

articles/azure-functions/functions-bindings-http-webhook.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Add the extension to your project by installing the [NuGet package](https://www.
4040

4141
# [Functions v1.x](#tab/functionsv1/in-process)
4242

43+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
44+
4345
Functions 1.x apps automatically have a reference the [Microsoft.Azure.WebJobs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs) NuGet package, version 2.x.
4446

4547
# [Functions v2.x+](#tab/functionsv2/isolated-process)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.date: 11/21/2017
1212
> [!NOTE]
1313
> Azure Mobile Apps bindings are only available to Azure Functions 1.x. They are not supported in Azure Functions 2.x and higher.
1414
15+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
16+
1517
This article explains how to work with [Azure Mobile Apps](/previous-versions/azure/app-service-mobile/app-service-mobile-value-prop) bindings in Azure Functions. Azure Functions supports input and output bindings for Mobile Apps.
1618

1719
The Mobile Apps bindings let you read and update data tables in mobile apps.

articles/azure-functions/functions-bindings-notification-hubs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Azure Notification Hubs must be configured for the Platform Notifications Servic
1818
1919
## Packages - Functions 1.x
2020

21+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
22+
2123
The Notification Hubs bindings are provided in the [Microsoft.Azure.WebJobs.Extensions.NotificationHubs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.NotificationHubs) NuGet package, version 1.x. Source code for the package is in the [azure-webjobs-sdk-extensions](https://github.com/Azure/azure-webjobs-sdk-extensions/tree/v2.x/src/WebJobs.Extensions.NotificationHubs) GitHub repository.
2224

2325
[!INCLUDE [functions-package](../../includes/functions-package.md)]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Add the extension to your project by installing the [NuGet package](https://www.
4242

4343
# [Functions v1.x](#tab/functionsv1/in-process)
4444

45+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
46+
4547
Add the extension to your project by installing the [NuGet package](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.SendGrid), version 2.x.
4648

4749
# [Functions v2.x+](#tab/functionsv2/isolated-process)

articles/azure-functions/functions-bindings-service-bus.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ Working with the trigger and bindings requires that you reference the appropriat
5555

5656
# [Functions 1.x](#tab/functionsv1/in-process)
5757

58+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
59+
5860
Functions 1.x apps automatically have a reference the [Microsoft.Azure.WebJobs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs) NuGet package, version 2.x.
5961

6062
# [Extension 5.x+](#tab/extensionv5/isolated-process)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Working with the trigger and bindings requires that you reference the appropriat
6464

6565
# [Functions 1.x](#tab/functionsv1/in-process)
6666

67+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
68+
6769
Functions 1.x apps automatically have a reference the [Microsoft.Azure.WebJobs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs) NuGet package, version 2.x.
6870

6971
[!INCLUDE [functions-storage-sdk-version](../../includes/functions-storage-sdk-version.md)]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Working with the trigger and bindings requires that you reference the appropriat
6666

6767
# [Functions 1.x](#tab/functionsv1/in-process)
6868

69+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
70+
6971
Functions 1.x apps automatically have a reference the [Microsoft.Azure.WebJobs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs) NuGet package, version 2.x.
7072

7173
[!INCLUDE [functions-storage-sdk-version](../../includes/functions-storage-sdk-version.md)]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ Working with the bindings requires that you reference the appropriate NuGet pack
7171
7272
# [Functions 1.x](#tab/functionsv1/in-process)
7373

74+
[!INCLUDE [functions-runtime-1x-retirement-note](../../includes/functions-runtime-1x-retirement-note.md)]
75+
7476
Functions 1.x apps automatically have a reference the [Microsoft.Azure.WebJobs](https://www.nuget.org/packages/Microsoft.Azure.WebJobs) NuGet package, version 2.x.
7577

7678
[!INCLUDE [functions-storage-sdk-version](../../includes/functions-storage-sdk-version.md)]

0 commit comments

Comments
 (0)