Skip to content

Commit 1f30e05

Browse files
authored
Merge pull request #95331 from uhabiba04/master
included additional content
2 parents 6ed0010 + c90af9d commit 1f30e05

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

articles/industry/agriculture/get-drone-imagery.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ ms.author: v-umha
99

1010
# Get drone imagery from drone partners
1111

12-
This article describes how you can bring in orthomosaic data from your drone imagery partners in to Azure FarmBeats Data hub. An orthomosaic is an aerial illustration/image that is geometrically corrected and stitched from the data collected by drones.
12+
This article describes how you can bring in orthomosaic data from your drone imagery partners in to Azure FarmBeats Data hub. An orthomosaic is an aerial illustration/image that is geometrically corrected and stitched from the data collected by drone.
1313

1414
Currently the following imagery partners are supported.
1515

16-
1716
![Project Farm Beats](./media/get-drone-imagery-from-drone-partner/drone-partner-1.png)
1817

1918
Integrating drone imagery data with Azure FarmBeats helps you get orthomosaic data from the drone flights you conduct on your farm into the Data hub. After the data is available you can view it in the FarmBeats Accelerator, and it can be used for data fusion and AI/ML model building.

articles/industry/agriculture/ingest-historical-telemetry-data.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ Follow the below steps to generate these:
5454
5555
7. Follow the onscreen instructions to complete the procedure.
5656
57-
Contact the FarmBeats administrator in case you don’t have access to FarmBeats or your Azure subscription.
58-
5957
## Create device/sensor metadata
6058
6159
Now that you have the required credentials, you can define the device and sensors by creating the metadata using FarmBeats APIs.

articles/industry/agriculture/sensor-partner-integration.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ ms.author: v-umha
88
---
99

1010
# Sensor partner integration
11-
This article provides information about the Azure FarmBeats **Translator** component.
11+
12+
This article provides information about the Azure FarmBeats **Translator** component, which enables sensor partner integration.
1213

1314
Using this component, partners can develop sensors that integrate with FarmBeats, by leveraging our API, and sending customer device data and telemetry to the FarmBeats Data hub. Data is visualized using the FarmBeats Accelerator. Data can be used for data fusion, and for building machine language/artificial intelligence models.
1415

1516
## Link FarmBeats account
1617

17-
Once the customers have purchased and deployed devices/sensors, they can access the device data and telemetry on device partners’ SaaS portal (Software as a Service). Device partners need to enable customers to link their account to their FarmBeats instance on Azure. The following credentials are required to fill in by customer/SI:
18+
Once the customers have purchased and deployed devices/sensors, they can access the device data and telemetry on device partners’ SaaS portal (Software as a Service). device partners need to enable customers to link their account to their FarmBeats instance on Azure. The following credentials are required to fill in by customer/system integrator:
1819

1920
- Display name (An optional field for user to define a name for this integration)
2021
- API endpoint
@@ -36,15 +37,12 @@ Customers have the ability to unlink an existing FarmBeats Integration. Unlinkin
3637

3738
## Edit FarmBeats integration
3839

39-
The customer can edit the FarmBeats integration. The primary scenario for edit is when the client secret or connection string changes due to expiry, in this case customer can only edit the following fields.
40+
The customer can edit the FarmBeats integration settings, if the client secret or connection string changes. In this case, customer can only edit the following fields:
4041

4142
- Display name (if applicable)
4243
- Client secret (should be displayed in “2x8***********” format or Show/Hide feature rather than clear text)
4344
- Connection string (should be displayed in “2x8***********” format or Show/Hide feature rather than clear text)
4445

45-
> [!NOTE]
46-
> Edit should not interrupt the creation of metadata objects.
47-
4846
## View last telemetry sent
4947

5048
You can view the timestamp of Last **Telemetry Sent**. This is the time at which the latest telemetry was successfully sent to FarmBeats.
@@ -161,7 +159,7 @@ HardwareId |Unique ID for the device such as MAC address etc., |
161159
reportingInterval |Reporting interval in seconds |
162160
Location |Device latitude (-90 to +90)/longitude (-180 to 180)/elevation (in meters) |
163161
ParentDeviceId | ID of the parent device to which this device is connected to. For example,. A node connected to a gateway; node will have parentDeviceID as the Gateway |
164-
Name | Name to identify resource. Device partners will need to send a name that is consistent with the device name on device partner side. If the device name is user-defined on Device Partner side, the same user-defined name should be propagated to FarmBeats |
162+
Name | Name to identify resource. Device partners will need to send a name that is consistent with the device name on device partner side. If the device name is user-defined on device partner side, the same user-defined name should be propagated to FarmBeats |
165163
Description | Provide a meaningful description |
166164
Properties |Additional properties from the manufacturer |
167165
**Sensor Model** | SensorModel corresponds to the metadata of the sensor such as the manufacturer, type of the sensor either analog or digital, sensor measure such as ambient temperature, pressure etc. |
@@ -188,7 +186,7 @@ ParentDeviceId | ID of the parent device to which this device is connected to. F
188186
description | Provide a meaningful description
189187
properties | Additional properties from the manufacturer
190188

191-
For information on each of the objects and their properties, see [swagger](httpa://aka.ms/FarmBeatsDatahubSwagger).
189+
For information on each of the objects and their properties, see [swagger](https://aka.ms/FarmBeatsDatahubSwagger).
192190

193191
> [!NOTE]
194192
> The APIs return unique IDs for each instance created. This ID needs to be retained by the translator for device management and metadata sync.

0 commit comments

Comments
 (0)