Skip to content

Commit 990a4b3

Browse files
committed
almost all
1 parent 04a4f97 commit 990a4b3

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed
File renamed without changes.
File renamed without changes.

articles/event-grid/edge/forward-events-iothub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,5 @@ In this tutorial, you created an Event Grid topic, edge hub subscription, and pu
212212
* Use [edge hub](../../iot-edge/module-composition.md) route filters to partition events
213213
* Set up persistence of Event Grid module on [linux](persist-state-linux.md) or [Windows](persist-state-windows.md)
214214
* Follow [documentation](configure-client-auth.md) to configure client authentication
215-
* Forward events to Azure Event Grid in the cloud by following this [tutorial](forward-events-event-grid-cloud.md)
215+
* Forward events to Azure Event Grid in the cloud by following this [tutorial](forward-events-cloud.md)
216216
* [Monitor topics and subscriptions on the edge](monitor-topics-subscriptions.md)

articles/event-grid/edge/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ landingContent:
4949
- text: Publish and subscribe to events in the cloud
5050
url: pub-sub-events-webhook-cloud.md
5151
- text: Forward events to Azure Event Grid
52-
url: forward-events-event-grid-cloud.md
52+
url: forward-events-cloud.md
5353
- text: Forward events to Azure IoT Hub
54-
url: forward-events-event-grid-cloud.md
54+
url: forward-events-cloud.md
5555
- text: React to Azure Blob storage events locally
5656
url: react-blob-storage-events-locally.md
5757
# Card

articles/event-grid/edge/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ Report any issues with using Event Grid on IoT Edge at [https://github.com/Azure
8282

8383
* [Publish, subscribe to events locally](pub-sub-events-webhook-local.md)
8484
* [Publish, subscribe to events in cloud](pub-sub-events-webhook-cloud.md)
85-
* [Forward events to Event Grid cloud](forward-events-event-grid-cloud.md)
85+
* [Forward events to Event Grid cloud](forward-events-cloud.md)
8686
* [Forward events to IoTHub](forward-events-iothub.md)
8787
* [React to Blob Storage events locally](react-blob-storage-events-locally.md)

articles/event-grid/edge/pub-sub-events-webhook-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,5 @@ In this tutorial, you created an Event Grid topic, subscription, and published e
205205
* Create/update subscription with [filters](advanced-filtering.md).
206206
* Set up persistence of Event Grid module on [linux](persist-state-linux.md) or [Windows](persist-state-windows.md)
207207
* Follow [documentation](configure-client-auth.md) to configure client authentication
208-
* Forward events to Azure Event Grid in the cloud by following this [tutorial](forward-events-event-grid-cloud.md)
208+
* Forward events to Azure Event Grid in the cloud by following this [tutorial](forward-events-cloud.md)
209209
* [Monitor topics and subscriptions on the edge](monitor-topics-subscriptions.md)

articles/event-grid/edge/react-blob-storage-events-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,5 @@ See the following articles from the Blob Storage documentation:
359359
360360
In this tutorial, you published events by creating or deleting blobs in an Azure Blob Storage. See the other tutorials to learn how to forward events to cloud (Azure Event Hub or Azure IoT Hub):
361361
362-
- [Forward events to Azure Event Grid](forward-events-event-grid-cloud.md)
362+
- [Forward events to Azure Event Grid](forward-events-cloud.md)
363363
- [Forward events to Azure IoT Hub](forward-events-iothub.md)

articles/event-grid/edge/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- name: Publish and subscribe to events in cloud
1616
href: pub-sub-events-webhook-cloud.md
1717
- name: Forward events to Azure Event Grid
18-
href: forward-events-event-grid-cloud.md
18+
href: forward-events-cloud.md
1919
- name: Forward events to Azure IoT Hub
2020
href: forward-events-iothub.md
2121
- name: React to Blob Storage events locally
@@ -63,7 +63,7 @@
6363
- name: REST API
6464
href: api.md
6565
- name: Configure Event Grid
66-
href: configure-event-grid.md
66+
href: configure.md
6767
- name: Module Twin configuration schema
6868
href: twin-json.md
6969
- name: Release Notes

articles/event-grid/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This release corresponds to REST API version 2021-06-01-preview, which includes
6767
- NumberNotInRange
6868
- IsNullOrUndefined
6969
- IsNotNull
70-
- [Allow Event Grid schema to CloudEvents 1.0 schema transformations for custom topics and domains](cloudevents-schema.md#configure-event-grid-for-cloudevents)
70+
- [Allow Event Grid schema to CloudEvents 1.0 schema transformations for custom topics and domains](cloudevents-schema.md#configure-for-cloudevents)
7171

7272

7373
## 6.0.0 (2020-06)

0 commit comments

Comments
 (0)