Skip to content

Commit 1d25aca

Browse files
author
Rajneesh Mitharwal
committed
Incorporated @spelluru feedback
1 parent 08b0480 commit 1d25aca

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

articles/event-grid/event-schema-data-manager-for-agriculture.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Azure Data Manager for Agriculture (Preview)
2+
title: Azure Data Manager for Agriculture
33
description: Describes the properties that are provided for Azure Data Manager for Agriculture events with Azure Event Grid.
44
ms.topic: conceptual
55
ms.date: 03/02/2023
66
---
77

88
# Azure Data Manager for Agriculture (Preview) as Event Grid source
99

10-
This article provides the properties and schema for Azure FarmBeats events. For an introduction to event schemas, see [Azure Event Grid event schema](https://learn.microsoft.com/en-us/azure/event-grid/event-schema).
10+
This article provides the properties and schema for Azure Data Manager for Agriculture (Preview) events. For an introduction to event schemas, see [Azure Event Grid event schema](event-schema.md) and [Cloud event schema](cloud-event-schema.md).
1111

1212
## Available event types
1313

@@ -81,6 +81,8 @@ This article provides the properties and schema for Azure FarmBeats events. For
8181
|Microsoft.AgFoodPlatform.SoilMoistureModelJobStatusChangedV2|Published when a Soil Moisture Model job's status changes, for example, job is created, has progressed or completed.|
8282
|Microsoft.AgFoodPlatform.SensorPlacementModelJobStatusChangedV2|Published when a Sensor Placement Model job's status changes, for example, job is created, has progressed or completed.|
8383

84+
## Example events
85+
8486
# [Event Grid event schema](#tab/event-grid-event-schema)
8587

8688
The following example show schema for **Microsoft.AgFoodPlatform.PartyChanged**:
@@ -147,7 +149,7 @@ The following example show schema for **Microsoft.AgFoodPlatform.PartyChanged**:
147149
An event has the following top-level data:
148150

149151
| Property | Type | Description |
150-
| -------- | ---- | ----------- |
152+
|:-----:| :----:| :----:|
151153
| `topic` | string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
152154
| `subject` | string | Publisher-defined path to the event subject. |
153155
| `eventType` | string | One of the registered event types for this event source. |
@@ -162,7 +164,7 @@ An event has the following top-level data:
162164
An event has the following top-level data:
163165

164166
| Property | Type | Description |
165-
| -------- | ---- | ----------- |
167+
|:-----:| :----:| :----:|
166168
| `source` | string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
167169
| `subject` | string | Publisher-defined path to the event subject. |
168170
| `type` | string | One of the registered event types for this event source. |
@@ -192,7 +194,7 @@ The data object has the following common properties:
192194
### For job status change related event types
193195

194196
Property| Type| Description
195-
|----|----|----|
197+
|:-----:| :----:| :----:|
196198
|id|String| Unique ID of the job.|
197199
|name| string| User-defined name of the job.|
198200
|status|string|Various states a job can be in.|

articles/event-grid/includes/event-sources-system-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [Azure Communication Services](../event-schema-communication-services.md)
1919
- [Azure Container Registry](../event-schema-container-registry.md)
2020
- [Azure Data Box](../event-schema-data-box.md)
21-
- [Azure Data Manager for Agriculture (Preview)](../event-schema-data-manager-for-agriculture.md)
21+
- [Azure Data Manager for Agriculture](../event-schema-data-manager-for-agriculture.md)
2222
- [Azure Event Hubs](../event-schema-event-hubs.md)
2323
- [Azure Health Data Services](../event-schema-azure-health-data-services.md)
2424
- [Azure IoT Hub](../event-schema-iot-hub.md)

articles/event-grid/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ items:
143143
href: event-schema-container-registry.md
144144
- name: Azure Data Box
145145
href: event-schema-data-box.md
146-
- name: Azure Data Manager for Agriculture (Preview)
146+
- name: Azure Data Manager for Agriculture
147147
href: event-schema-data-manager-for-agriculture.md
148148
- name: Azure Event Hubs
149149
href: event-schema-event-hubs.md

0 commit comments

Comments
 (0)