Skip to content

Commit adf8c07

Browse files
authored
Merge pull request #109288 from uhabiba04/master
fixing code block error
2 parents 72943b1 + b945482 commit adf8c07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/industry/agriculture/query-telemetry-data-from-azure-farmbeats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Follow the steps to query the ingested sensor telemetry data using FarmBeats RES
3737
> [!NOTE]
3838
> The **id** and the **sensorModelId** of the interested sensor object.
3939
40-
2. Make a GET/{id} on /SensorModel API for the **ensorModelId** as noted in step 1. The "Sensor Model" has all the metadata and details about the ingested telemetry from the sensor. For example, **Sensor Measure** within the **Sensor Model** object has details about what measures is the sensor sending and in what types and units. For example,
40+
2. Make a GET/{id} on /SensorModel API for the **sensorModelId** as noted in step 1. The "Sensor Model" has all the metadata and details about the ingested telemetry from the sensor. For example, **Sensor Measure** within the **Sensor Model** object has details about what measures is the sensor sending and in what types and units. For example,
4141

4242
```json
4343
{

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ To understand how to download logs, go to the ["Collect logs manually"](#collect
6060
"sensordata": [
6161
{
6262
"timestamp": "< timestamp in ISO 8601 format >",
63-
"<sensor measure name (as defined in the Sensor Model)>": <value>
63+
"<sensor measure name (as defined in the Sensor Model)>":"<value>"
6464
},
6565
{
6666
"timestamp": "<timestamp in ISO 8601 format>",
67-
"<sensor measure name (as defined in the Sensor Model)>": <value>
67+
"<sensor measure name (as defined in the Sensor Model)>": "<value>"
6868
}
6969
]
7070
}
@@ -115,7 +115,7 @@ While you're deleting a device, you might encounter one of the following common
115115

116116
> [!NOTE]
117117
> You can't delete a device if sensors are associated with it. For more information about how to delete associated sensors, see the **Delete sensor** section in [Get sensor data from sensor partners](get-sensor-data-from-sensor-partner.md).
118-
118+
119119
> Partners do not have access to delete a device or sensor. Only Admins have access to do the same.
120120
121121

0 commit comments

Comments
 (0)