Skip to content

Commit 878d12c

Browse files
authored
Merge pull request #188670 from spelluru/egridedgeretire
Event Grid on IoT Edge - retirement announcement
2 parents 0ffbe94 + 474cc94 commit 878d12c

26 files changed

+177
-24
lines changed

articles/event-grid/edge/advanced-filtering.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Advanced filtering in Event Grid on IoT Edge.
44
manager: rajarv
55
ms.reviewer: spelluru
66
ms.subservice: iot-edge
7-
ms.date: 05/10/2021
7+
ms.date: 02/15/2022
88
ms.topic: article
99
---
1010

@@ -15,6 +15,10 @@ Event Grid allows specifying filters on any property in the json payload. These
1515
* `Key` - The json path to the property on which to apply the filter.
1616
* `Value` - The reference value against which the filter is run (or) `Values` - The set of reference values against which the filter is run.
1717

18+
> [!IMPORTANT]
19+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
20+
21+
1822
## JSON syntax
1923

2024
The JSON syntax for an advanced filter is as follows:
@@ -65,7 +69,7 @@ The `Key` property can either be a well-known top-level property, or be a json p
6569

6670
Event Grid doesn't have any special meaning for the `$` character in the Key, unlike the JSONPath specification.
6771

68-
### Event grid schema
72+
### Event Grid schema
6973

7074
For events in the Event Grid schema:
7175

articles/event-grid/edge/api.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ manager: rajarv
66
ms.author: vkukke
77
ms.reviewer: spelluru
88
ms.subservice: iot-edge
9-
ms.date: 05/10/2021
9+
ms.date: 02/15/2022
1010
ms.topic: article
1111
---
1212

1313

1414
# REST API
1515
This article describes the REST APIs of Azure Event Grid on IoT Edge
1616

17+
> [!IMPORTANT]
18+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
19+
20+
1721
## Common API behavior
1822

1923
### Base URL

articles/event-grid/edge/concepts.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: VidyaKukke
55
manager: rajarv
66
ms.author: vkukke
77
ms.reviewer: spelluru
8-
ms.date: 05/10/2021
8+
ms.date: 02/15/2022
99
ms.subservice: iot-edge
1010
ms.topic: article
1111
---
@@ -14,6 +14,10 @@ ms.topic: article
1414

1515
This article describes the main concepts in Azure Event Grid.
1616

17+
> [!IMPORTANT]
18+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
19+
20+
1721
## Events
1822

1923
An event is the smallest amount of information that fully describes something that happened in the system. Every event has common information like: source of the event, time the event took place, and unique identifier. Every event also has specific information that is only relevant to the specific type of event. The support for an event of size up to 1 MB is currently in preview.

articles/event-grid/edge/configure-api-protocol.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: VidyaKukke
55
manager: rajarv
66
ms.author: vkukke
77
ms.reviewer: spelluru
8-
ms.date: 05/10/2021
8+
ms.date: 02/15/2022
99
ms.subservice: iot-edge
1010
ms.topic: article
1111
---
@@ -21,6 +21,10 @@ This guide gives examples of the possible protocol configurations of an Event Gr
2121

2222
See [Security and authentication](security-authentication.md) guide for all the possible configurations.
2323

24+
> [!IMPORTANT]
25+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
26+
27+
2428
## Expose HTTPS to IoT Modules on the same edge network
2529

2630
```json

articles/event-grid/edge/configure-client-auth.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: VidyaKukke
55
manager: rajarv
66
ms.author: vkukke
77
ms.reviewer: spelluru
8-
ms.date: 05/10/2021
8+
ms.date: 02/15/2022
99
ms.subservice: iot-edge
1010
ms.topic: article
1111
---
@@ -19,6 +19,11 @@ This guide gives examples of the possible client authentication configurations f
1919

2020
See [Security and authentication](security-authentication.md) guide for all the possible configurations.
2121

22+
> [!IMPORTANT]
23+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
24+
25+
26+
2227
## Enable certificate-based client authentication, no self-signed certificates
2328

2429
```json

articles/event-grid/edge/configure-event-grid.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ manager: rajarv
66
ms.author: vkukke
77
ms.reviewer: spelluru
88
ms.subservice: iot-edge
9-
ms.date: 05/10/2021
9+
ms.date: 02/15/2022
1010
ms.topic: article
1111
---
1212

1313
# Event Grid Configuration
1414

1515
Event Grid provides many configurations that can be modified per environment. The following section is a reference to all the available options and their defaults.
1616

17+
> [!IMPORTANT]
18+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
19+
20+
21+
1722
## TLS configuration
1823

1924
To learn about client authentication in general, see [Security and Authentication](security-authentication.md). Examples of its usage can be found in [this article](configure-api-protocol.md).

articles/event-grid/edge/configure-identity-auth.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: rajarv
66
ms.author: vkukke
77
ms.reviewer: spelluru
88
ms.subservice: iot-edge
9-
ms.date: 05/10/2021
9+
ms.date: 02/15/2022
1010
ms.topic: article
1111
---
1212

@@ -16,6 +16,11 @@ This article gives shows how to configure identity for Grid on Edge. By default,
1616

1717
See [Security and authentication](security-authentication.md) guide for all the possible configurations.
1818

19+
> [!IMPORTANT]
20+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
21+
22+
23+
1924
## Always present identity certificate
2025
Here's an example configuration for always presenting an identity certificate on outgoing calls.
2126

articles/event-grid/edge/configure-webhook-subscriber-auth.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ manager: rajarv
66
ms.author: vkukke
77
ms.reviewer: spelluru
88
ms.subservice: iot-edge
9-
ms.date: 05/10/2021
9+
ms.date: 02/15/2022
1010
ms.topic: article
1111
---
1212

1313
# Configure webhook subscriber authentication
1414

1515
This guide gives examples of the possible webhook subscriber configurations for an Event Grid module. By default, only HTTPS endpoints are accepted for webhook subscribers. The Event Grid module will reject if the subscriber presents a self-signed certificate.
1616

17+
> [!IMPORTANT]
18+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
19+
20+
21+
1722
## Allow only HTTPS subscriber
1823

1924
```json

articles/event-grid/edge/delivery-output-batching.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ description: Output batching in Event Grid on IoT Edge.
44
manager: rajarv
55
ms.reviewer: spelluru
66
ms.subservice: iot-edge
7-
ms.date: 05/10/2021
7+
ms.date: 02/15/2022
88
ms.topic: article
99
---
1010

1111
# Output batching
1212

1313
Event Grid has support to deliver more than one event in a single delivery request. This feature makes it possible to increase the overall delivery throughput without paying the HTTP per-request overheads. Batching is turned off by default and can be turned on per-subscription.
1414

15+
> [!IMPORTANT]
16+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge](transition.md).
17+
18+
1519
> [!WARNING]
1620
> The maximum allowed duration to process each delivery request does not change, even though the subscriber code potentially has to do more work per batched request. Delivery timeout defaults to 60 seconds.
1721

articles/event-grid/edge/delivery-retry.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ manager: rajarv
66
ms.author: vkukke
77
ms.reviewer: spelluru
88
ms.subservice: iot-edge
9-
ms.date: 05/10/2021
9+
ms.date: 02/15/2022
1010
ms.topic: article
1111
---
1212

1313
# Delivery and retry
1414

1515
Event Grid provides durable delivery. It tries to deliver each message at least once for each matching subscription immediately. If a subscriber's endpoint doesn't acknowledge receipt of an event or if there is a failure, Event Grid retries delivery based on a fixed **retry schedule** and **retry policy**. By default, the Event Grid module delivers one event at a time to the subscriber. The payload is however an array with a single event. You can have the module deliver more than one event at a time by enabling the output batching feature. For details about this feature, see [output batching](delivery-output-batching.md).
1616

17+
> [!IMPORTANT]
18+
> On March 31, 2023, Event Grid on Azure IoT Edge support will be retired, so make sure to transition to IoT Edge native capabilities prior to that date. For more information, see [Transition from Event Grid on Azure IoT Edge to Azure IoT Edge ](transition.md).
19+
20+
1721
> [!IMPORTANT]
1822
>There is no persistence support for event data. This means redeploying or restart of the Event Grid module will cause you to lose any events that aren't yet delivered.
1923

0 commit comments

Comments
 (0)