You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/industry/agriculture/get-sensor-data-from-sensor-partner.md
+24-12Lines changed: 24 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,31 +34,39 @@ After you start the streaming of sensor data, you can begin the process of getti
34
34
35
35
You can generate the above information by following these steps: (Please note these steps are required to be done on Azure so you will need access to the Azure subscription where FarmBeats is deployed)
36
36
37
-
1.Download the [zip file](https://aka.ms/farmbeatspartnerscriptv2), and extract it to your local drive. There will be one file inside the zip file.
37
+
1.Sign in to https://portal.azure.com/.
38
38
39
-
2.Sign in to https://portal.azure.com/.
39
+
2.**If you are on FarmBeats version 1.2.7 or later, please skip steps 2a, 2b and 2c, and go to step 3.**. You can check FarmBeats version by clicking on the Settings icon on the top-right side of the FarmBeats UI.
40
40
41
-
3.**If you are on FarmBeats version 1.2.7 or later, please skip steps 3a, 3b and 3c, and go to step 4.**. You can check FarmBeats version by clicking on the Settings icon on the top-right side of the FarmBeats UI.
41
+
2a. Go to Azure Active Directory -> App Registrations
42
42
43
-
3a. Go to Azure Active Directory -> App Registrations
43
+
2b. Click on the App Registration that was created as part of your FarmBeats deployment. It will have the same name as your FarmBeats data hub.
44
44
45
-
3b. Click on the App Registration that was created as part of your FarmBeats deployment. It will have the same name as your FarmBeats data hub.
45
+
2c. Click on “Expose an API” -> Click “Add a client application” and enter **04b07795-8ddb-461a-bbee-02f9e1bf7b46** and check "Authorize Scope". This will give access to the Azure CLI (Cloud Shell) to perform the below steps.
46
46
47
-
3c. Click on “Expose an API” -> Click “Add a client application” and enter **04b07795-8ddb-461a-bbee-02f9e1bf7b46** and check "Authorize Scope". This will give access to the Azure CLI (Cloud Shell) to perform the below steps.
48
-
49
-
4. Open Cloud Shell. This option is available on the toolbar in the upper-right corner of the Azure portal.
47
+
3. Open Cloud Shell. This option is available on the toolbar in the upper-right corner of the Azure portal.
8. Run the following script. The script asks for the Tenant ID which can be obtained from Azure Active Directory -> Overview page.
64
72
@@ -79,10 +87,14 @@ Now you have the following information generated from the previous section.
79
87
- Client secret
80
88
- Tenant ID
81
89
82
-
You will need to provide this to your device partner for linking FarmBeats. Go to the device partner portal for doing the same. For example, in case you are using devices from Davis Instruments, please go to the below page:
90
+
You will need to provide this to your device partner for linking FarmBeats. Go to the device partner portal for doing the same. For example, in case you are using devices from Davis Instruments, Teralytic or Pessl Instruments (Metos.at) please go to the corresponding pages as mentioned below:
0 commit comments