Skip to content

Commit 3f48bf4

Browse files
authored
Update how-to-set-up-sensor-as-customer-and-partner.md
1 parent 6840c0e commit 3f48bf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-manager-for-agri/how-to-set-up-sensor-as-customer-and-partner.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Follow the below steps to register as a sensor partner so that you can start pus
1717
1. Sensor integration should be enabled before it can be initiated. This step provisions required internal Azure resources for sensor integration for Data Manager for Agriculture instance. This can be done by running following <a href="https://github.com/projectkudu/ARMClient" target=" blank">armclient</a> command.
1818

1919
```armclient
20-
armclient patch /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.AgFoodPlatform/farmBeats/<datamanager-instance-name>?api-version=2023-04-01-preview "{properties:{sensorIntegration:{enabled:'true'}}}"
20+
armclient patch /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.AgFoodPlatform/farmBeats/<datamanager-instance-name>?api-version=2023-06-01-preview "{properties:{sensorIntegration:{enabled:'true'}}}"
2121
```
2222

2323
Sample output:
@@ -54,7 +54,7 @@ Sample output:
5454
2. The above job might take a few minutes to complete. To know the status of job, the following armclient command should be run:
5555

5656
```armclient
57-
armclient get /subscriptions/<subscription-id>/resourceGroups/<resource-group-name> /providers/Microsoft.AgFoodPlatform/farmBeats/<datamanager-instance-name>?api-version=2023-04-01-preview
57+
armclient get /subscriptions/<subscription-id>/resourceGroups/<resource-group-name> /providers/Microsoft.AgFoodPlatform/farmBeats/<datamanager-instance-name>?api-version=2023-06-01-preview
5858
```
5959

6060
3. To verify whether it's completed, look at the highlighted attribute. It should be updated as “Succeeded” from “Creating” in the earlier step. The attribute that indicates that the sensor integration is enabled is indicated by **provisioningState inside the sensorIntegration object**.
@@ -211,4 +211,4 @@ You're now all set to start pushing sensor data for all sensors using the respec
211211

212212
## Next steps
213213

214-
* Test our APIs [here](/rest/api/data-manager-for-agri).
214+
* Test our APIs [here](/rest/api/data-manager-for-agri).

0 commit comments

Comments
 (0)