Skip to content

Commit 18b2c20

Browse files
committed
updating PR review feedback
1 parent 65675ef commit 18b2c20

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ Follow the below steps to generate these:
9696
| SensorMeasures > DataType |Telemetry data type. Currently double is supported|
9797
| SensorMeasures > Type |Measurement type of the sensor telemetry data. Following are the system-defined types: AmbientTemperature, CO2, Depth, ElectricalConductivity, LeafWetness, Length, LiquidLevel, Nitrate, O2, PH, Phosphate, PointInTime, Potassium, Pressure, RainGauge, RelativeHumidity, Salinity, SoilMoisture, SoilTemperature, SolarRadiation, State, TimeDuration, UVRadiation, UVIndex, Volume, WindDirection, WindRun, WindSpeed, Evapotranspiration, PAR. To add more, refer to /ExtendedType API.|
9898
| SensorMeasures > Unit | Unit of sensor telemetry data. Following are the system-defined units: NoUnit, Celsius, Fahrenheit, Kelvin, Rankine, Pascal, Mercury, PSI, MilliMeter, CentiMeter, Meter, Inch, Feet, Mile, KiloMeter, MilesPerHour, MilesPerSecond, KMPerHour, KMPerSecond, MetersPerHour, MetersPerSecond, Degree, WattsPerSquareMeter, KiloWattsPerSquareMeter, MilliWattsPerSquareCentiMeter, MilliJoulesPerSquareCentiMeter, VolumetricWaterContent, Percentage, PartsPerMillion, MicroMol, MicroMolesPerLiter, SiemensPerSquareMeterPerMole, MilliSiemensPerCentiMeter, Centibar, DeciSiemensPerMeter, KiloPascal, VolumetricIonContent, Liter, MilliLiter, Seconds, UnixTimestamp, MicroMolPerMeterSquaredPerSecond, InchesPerHour To add more, refer to /ExtendedType API.|
99-
| SensorMeasures > aggregationType | Values can be none, average, maximum, minimum, or StandardDeviation |
100-
| Name | Name to identify resource. For example, model name/product name. |
99+
| SensorMeasures > aggregationType | Values can be none, average, maximum, minimum, or StandardDeviation |
100+
| Name | Name to identify resource. For example, model name/product name. |
101101
| Description | Provide a meaningful description of the model |
102102
| Properties | Additional properties from the manufacturer |
103103
| **Sensor** | |
@@ -114,7 +114,7 @@ For more information about objects, see [Swagger](https://aka.ms/FarmBeatsDatahu
114114
115115
**API request to create metadata**
116116
117-
To make an API request, you combine the HTTP (POST) method, the URL to the API service, the URI to a resource to query, submit data to create or delete a request and add one or more HTTP request headers. The URL to the API service is the API Endpoint i.e. the data hub URL `https://\<yourdatahub>.azurewebsites.net`
117+
To make an API request, you combine the HTTP (POST) method, the URL to the API service, the URI to a resource to query, submit data to create or delete a request and add one or more HTTP request headers. The URL to the API service is the API Endpoint i.e. the data hub URL <`https://\<yourdatahub>.azurewebsites.net`>
118118
119119
**Authentication**:
120120
@@ -333,7 +333,7 @@ Convert the historical sensor data format to a canonical format that Azure FarmB
333333
}
334334
```
335335

336-
After adding the corresponding devices and sensors, obtain the deviceid and the sensorid in the telemetry message, as described in the previous section
336+
After adding the corresponding devices and sensors, obtain the deviceid and the sensor id in the telemetry message, as described in the previous section
337337

338338
Example Telemetry message:
339339

articles/industry/agriculture/manage-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage users
3-
description: Describes how to manage users
3+
description: This article describes how to manage users.
44
author: uhabiba04
55
ms.topic: article
66
ms.date: 12/02/2019

articles/industry/agriculture/references-for-farmbeats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SensorModel | SensorModel corresponds to the meta-data of the sensor such as th
3737
Telemetry | Telemetry provides the ability to read telemetry messages for a particular sensor and time range.
3838
Job | Job corresponds to any workflow of activities, which are executed in the FarmBeats system to get a desired output. Each job is associated with a job ID and job type.
3939
JobType | JobType corresponds to different job types supported by the system. This includes system defined & user-defined job types.
40-
ExtendedType | ExtendedType corresponds to the list of system & user-defined types in the system. This helps setup a new Sensor or Scene or Scenefile type in the FarmBeats system.
40+
ExtendedType | ExtendedType corresponds to the list of system & user-defined types in the system. This helps setup a new Sensor or Scene or Scene file type in the FarmBeats system.
4141
Partner | Partner corresponds to the sensor/ imagery integration partner for FarmBeats
4242
Scene | Scene corresponds to any generated output in the context of a Farm. Each Scene has a scene ID, scene source, scene type and farm ID associated with it. Each scene ID can have multiple scene files associated with it.
4343
SceneFile |SceneFile corresponds to all files, which are generated for single scene. A single scene ID can have multiple SceneFile IDs associated with it.

articles/industry/agriculture/troubleshoot-project-farmbeats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For additional help, contact us at [email protected]. Be sure to in
1515

1616
To download the **deployer.log** file, do the following:
1717

18-
1. Sign-in to **Azure Portal** and select your subscription and Azure AD tenant.
18+
1. Sign-in to **Azure portal** and select your subscription and Azure AD tenant.
1919
2. Launch Cloud Shell from the top navigation of the Azure portal.
2020
3. Select **Bash** as the preferred Cloud Shell experience.
2121
4. Select the highlighted icon and then, in the drop-down list, select **Download**.

0 commit comments

Comments
 (0)