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/event-grid/edge/forward-events-event-grid-cloud.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,31 +17,31 @@ This article walks through all the steps needed to forward edge events to Event
17
17
* React to edge events in the cloud.
18
18
* Forward events to Event Grid in the cloud and use Azure Event Hubs or Azure Storage queues to buffer events before processing them in the cloud.
19
19
20
-
To complete this tutorial, you need have an understanding of Event Grid concepts on [edge](concepts.md) and [Azure](../concepts.md). For additional destination types, see [event handlers](event-handlers.md).
20
+
To complete this tutorial, you need to have an understanding of Event Grid concepts on [edge](concepts.md) and [Azure](../concepts.md). For more destination types, see [event handlers](event-handlers.md).
21
21
22
22
> [!IMPORTANT]
23
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
24
25
25
26
26
27
27
## Prerequisites
28
-
In order to complete this tutorial, you will need:
28
+
In order to complete this tutorial, you need:
29
29
30
30
***Azure subscription** - Create a [free account](https://azure.microsoft.com/free) if you don't already have one.
31
31
***Azure IoT Hub and IoT Edge device** - Follow the steps in the quick start for [Linux](../../iot-edge/quickstart-linux.md) or [Windows devices](../../iot-edge/quickstart.md) if you don't already have one.
## Create event grid topic and subscription in cloud
34
+
## Create Event Grid topic and subscription in cloud
35
35
36
-
Create an event grid topic and subscription in the cloud by following [this tutorial](../custom-event-quickstart-portal.md). Note down `topicURL`, `sasKey`, and `topicName` of the newly created topic that you'll use later in the tutorial.
36
+
Create an Event Grid topic and subscription in the cloud by following [this tutorial](../custom-event-quickstart-portal.md). Note down `topicURL`, `sasKey`, and `topicName` of the newly created topic that you use later in the tutorial.
37
37
38
38
For example, if you created a topic named `testegcloudtopic` in West US, the values would look something like:
In order to complete this tutorial, you will need:
31
+
In order to complete this tutorial, you need:
32
32
33
33
***Azure subscription** - Create a [free account](https://azure.microsoft.com/free) if you don't already have one.
34
34
***Azure IoT Hub and IoT Edge device** - Follow the steps in the quick start for [Linux](../../iot-edge/quickstart-linux.md) or [Windows devices](../../iot-edge/quickstart.md) if you don't already have one.
@@ -37,7 +37,7 @@ In order to complete this tutorial, you will need:
37
37
38
38
## Create topic
39
39
40
-
As a publisher of an event, you need to create an event grid topic. The topic refers to an end point where publishers can then send events to.
40
+
As a publisher of an event, you need to create an Event Grid topic. The topic refers to an end point where publishers can then send events to.
41
41
42
42
1. Create topic4.json with the following content. See our [API documentation](api.md) for details about the payload.
43
43
@@ -79,7 +79,7 @@ As a publisher of an event, you need to create an event grid topic. The topic re
79
79
80
80
## Create event subscription
81
81
82
-
Subscribers can register for events published to a topic. To receive any event, they'll need to create an Event grid subscription on a topic of interest.
82
+
Subscribers can register for events published to a topic. To receive any event, they need to create an Event Grid subscription on a topic of interest.
@@ -206,7 +206,7 @@ See the IoT Hub [routing tutorial](../../iot-hub/tutorial-routing.md) for the st
206
206
207
207
## Next steps
208
208
209
-
In this tutorial, you created an event grid topic, edge hub subscription, and published events. Now that you know the basic steps to forward to an edge hub, see the following articles:
209
+
In this tutorial, you created an Event Grid topic, edge hub subscription, and published events. Now that you know the basic steps to forward to an edge hub, see the following articles:
210
210
211
211
* To troubleshoot issues with using Azure Event Grid on IoT Edge, see [Troubleshooting guide](troubleshoot.md).
212
212
* Use [edge hub](../../iot-edge/module-composition.md) route filters to partition events
Copy file name to clipboardExpand all lines: articles/event-grid/edge/pub-sub-events-webhook-cloud.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ ms.custom: devx-track-csharp
14
14
15
15
# Tutorial: Publish, subscribe to events in cloud
16
16
17
-
This article walks through all the steps needed to publish and subscribe to events using Event Grid on IoT Edge. This tutorial uses and Azure Function as the Event Handler. For additional destination types, see [event handlers](event-handlers.md).
17
+
This article walks through all the steps needed to publish and subscribe to events using Event Grid on IoT Edge. This tutorial uses and Azure Function as the Event Handler. For more destination types, see [event handlers](event-handlers.md).
18
18
19
-
See [Event Grid Concepts](concepts.md) to understand what an event grid topic and subscription are before proceeding.
19
+
See [Event Grid Concepts](concepts.md) to understand what an Event Grid topic and subscription are before proceeding.
20
20
21
21
> [!IMPORTANT]
22
22
> 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).
23
23
24
24
25
25
26
26
## Prerequisites
27
-
In order to complete this tutorial, you will need:
27
+
In order to complete this tutorial, you need:
28
28
29
29
***Azure subscription** - Create a [free account](https://azure.microsoft.com/free) if you don't already have one.
30
30
***Azure IoT Hub and IoT Edge device** - Follow the steps in the quick start for [Linux](../../iot-edge/quickstart-linux.md) or [Windows devices](../../iot-edge/quickstart.md) if you don't already have one.
In your new function, select **Get function URL** at the top right, select default (**Function key**), and then select **Copy**. You will use the function URL value later in the tutorial.
62
+
In your new function, select **Get function URL** at the top right, select default (**Function key**), and then select **Copy**. You use the function URL value later in the tutorial.
63
63
64
64
> [!NOTE]
65
65
> Refer to the [Azure Functions](../../azure-functions/functions-overview.md) documentation for more samples and tutorials on reacting to events and using EventGrid event triggers.
66
66
67
67
## Create a topic
68
68
69
-
As a publisher of an event, you need to create an event grid topic. Topic refers to an end point where publishers can send events to.
69
+
As a publisher of an event, you need to create an Event Grid topic. Topic refers to an end point where publishers can send events to.
70
70
71
71
1. Create topic2.json with the following content. See our [API documentation](api.md) for details about the payload.
72
72
@@ -107,7 +107,7 @@ As a publisher of an event, you need to create an event grid topic. Topic refers
107
107
108
108
## Create an event subscription
109
109
110
-
Subscribers can register for events published to a topic. To receive any event, the subscribers will need to create an Event grid subscription on a topic of interest.
110
+
Subscribers can register for events published to a topic. To receive any event, the subscribers need to create an Event Grid subscription on a topic of interest.
Copy file name to clipboardExpand all lines: articles/event-grid/edge/pub-sub-events-webhook-local.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This article walks you through all the steps needed to publish and subscribe to
23
23
> To learn about Azure Event Grid topics and subscriptions, see [Event Grid Concepts](concepts.md).
24
24
25
25
## Prerequisites
26
-
In order to complete this tutorial, you will need:
26
+
In order to complete this tutorial, you need:
27
27
28
28
***Azure subscription** - Create a [free account](https://azure.microsoft.com/free) if you don't already have one.
29
29
***Azure IoT Hub and IoT Edge device** - Follow the steps in the quickstart for [Linux](../../iot-edge/quickstart-linux.md) or [Windows devices](../../iot-edge/quickstart.md) if you don't already have one.
@@ -42,7 +42,7 @@ There are several ways to deploy modules to an IoT Edge device and all of them w
42
42
1. Navigate to your IoT Hub.
43
43
1. Select **IoT Edge** from the menu in the **Automatic Device Management** section.
44
44
1. Click on the ID of the target device from the list of devices
45
-
1. Select **Set Modules**. Keep the page open. You will continue with the steps in the next section.
45
+
1. Select **Set Modules**. Keep the page open. You'll continue with the steps in the next section.
46
46
47
47
### Configure a deployment manifest
48
48
@@ -87,7 +87,7 @@ A deployment manifest is a JSON document that describes which modules to deploy,
87
87
88
88
## Deploy Event Grid Subscriber IoT Edge module
89
89
90
-
This section shows you how to deploy another IoT module which would act as an event handler to which events can be delivered.
90
+
This section shows you how to deploy another IoT module, which would act as an event handler to which events can be delivered.
91
91
92
92
### Add modules
93
93
@@ -115,7 +115,7 @@ Keep the default routes, and select **Next** to continue to the review section
115
115
116
116
## Create a topic
117
117
118
-
As a publisher of an event, you need to create an event grid topic. In Azure Event Grid, a topic refers to an endpoint where publishers can send events to.
118
+
As a publisher of an event, you need to create an Event Grid topic. In Azure Event Grid, a topic refers to an endpoint where publishers can send events to.
119
119
120
120
1. Create topic.json with the following content. For details about the payload, see our [API documentation](api.md).
121
121
@@ -128,7 +128,7 @@ As a publisher of an event, you need to create an event grid topic. In Azure Eve
128
128
}
129
129
```
130
130
131
-
1. Run the following command to create an event grid topic. Confirm that you see the HTTP status code is `200 OK`.
131
+
1. Run the following command to create an Event Grid topic. Confirm that you see the HTTP status code is `200 OK`.
@@ -158,7 +158,7 @@ As a publisher of an event, you need to create an event grid topic. In Azure Eve
158
158
159
159
## Create an event subscription
160
160
161
-
Subscribers can register for events published to a topic. To receive any event, you'll need to create an Event Grid subscription for a topic of interest.
161
+
Subscribers can register for events published to a topic. To receive any event, you need to create an Event Grid subscription for a topic of interest.
0 commit comments