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/data-manager-for-agri/how-to-set-up-isv-solution.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
2
title: Use ISV solutions with Data Manager for Agriculture.
3
-
description: Learn how to use APIs from a third-party solution
3
+
description: Learn how to use APIs from an industry solution provider.
4
4
author: gourdsay
5
5
ms.author: angour
6
6
ms.service: data-manager-for-agri
7
7
ms.topic: how-to
8
-
ms.date: 09/01/2023
8
+
ms.date: 05/23/2024
9
9
ms.custom: template-how-to
10
10
---
11
11
@@ -15,44 +15,44 @@ Follow the following guidelines to install and use an ISV solution.
15
15
16
16
## Install an ISV solution
17
17
18
-
1. Once you've installed an instance of Azure Data Manager for Agriculture from Azure portal, navigate to Settings ->Solutions tab on the left hand side in your instance. Ensure you have application admin permission.
19
-
2.Click on **Add** to view the list of Solutions available for installation. Select the solution of your choice and click on **Add** button against it.
18
+
1. Once you install an instance of Azure Data Manager for Agriculture from Azure portal, navigate to Settings ->Solutions tab on the left hand side in your instance. Ensure you have application admin permission.
19
+
2.Select **Add** to view the list of Solutions available for installation. Select the solution of your choice and select on **Add** button against it.
20
20
> [!NOTE]
21
21
>
22
22
>If a Solution has only private plans, you will see **Contact Us** button which will take you to Marketplace page for Solution.
23
23
>
24
-
3. You are navigated to the plan selection pane where you have to give the following inputs:
25
-
1.Click on**Authorize** button to give consent to the Solution Provider to create app needed for Solution installation.
24
+
3. You're navigated to the plan selection pane where you have to give the following inputs:
25
+
1.Select**Authorize** button to give consent to the Solution Provider to create app needed for Solution installation.
26
26
2. Object ID. See [here](#identify-object-id-of-the-solution) to find your Object ID
27
27
3. Select plan of your choice
28
-
4. Select the Terms and Conditions checkbox and click on Add.
29
-
5. The Solution is deployed on your ADMA instance and role assignment will be handled from the backend.
28
+
4. Select the Terms and Conditions checkbox and select on Add.
29
+
5. The solution is deployed on your Data Manager for Agriculture instance and role assignment is handled at the backend.
30
30
31
31
## Edit an installed Solution
32
32
33
-
To edit an installed Solution, click on the edit icon against the Solution in Solutions page. You are redirected to plan selection pane to modify your plan. If it's a solution with private plans, you are redirected to Azure Marketplace from where you can contact the ISV partner by clicking on **Contact Me**.
33
+
To edit an installed Solution, select on the edit icon against the Solution in Solutions page. You're redirected to plan selection pane to modify your plan. If it's a solution with private plans, you're redirected to Azure Marketplace from where you can contact the ISV partner by clicking on **Contact Me**.
34
34
35
35
## Delete an installed Solution
36
36
37
-
To delete an installed Solution, click on the delete icon against the Solution in Solutions page and confirm the same on the popup. If it's a Solution with private plans, you'll be redirected to Azure Marketplace from where you can Contact the ISV partner by clicking on Contact Me.
37
+
To delete an installed Solution, select on the delete icon against the solution in solutions page and confirm the same on the popup. If it's a Solution with private plans, you're redirected to Azure Marketplace from where you can Contact the ISV partner by clicking on Contact Me.
38
38
39
39
## Use an ISV solution
40
40
41
-
Once you've installed an ISV solution, use the below steps to understand how to make API calls from your application. Integration (request/response) is done through APIs asynchronously.
41
+
Once you install an ISV solution, use the below steps to understand how to make API calls from your application. Integration (request/response) is done through APIs asynchronously.
42
42
43
43
A high level view of how you can create a new request and get responses from the ISV partners solution:
44
44
45
45
:::image type="content" source="./media/3p-solutions-new.png" alt-text="Screenshot showing access flow for ISV API.":::
46
46
47
47
1. You make an API call for a PUT request with the required parameters (for example Job ID, Farm details)
48
-
* The Data Manager API receives this request and authenticates it. If the request is invalid, you get an error code back.
48
+
* The Data Manager API receives this request and authenticates it. If the request is invalid, you get an error code back.
49
49
2. If the request is valid, the Data Manager creates a PUT request to ISV Partners solution API.
50
50
3. The ISV solution then makes a GET request to the weather service in data manager that is required for processing.
51
51
4. The ISV solution completes the processing the request and submits a response back to the Data Manager.
52
-
* If there's any error when this request is submitted, then you may have to verify the configuration and parameters. If you're unable to resolve the issue then contact us at [email protected]
52
+
* If there's any error when this request is submitted, then you might have to verify the configuration and parameters. In case you're unable to resolve the issue then reach out to us by creating a [support ticket](how-to-create-azure-support-request.md).
53
53
5. Now you make a call to Data Manager using the Job ID to get the final response.
54
54
* If the request processing is completed by the ISV Solution, you get the insight response back.
55
-
* If the request processing is still in progress, you get the message “Processing in progress”
55
+
* If the request processing is still in progress, you get the message 'Processing in progress'
56
56
57
57
Once all the request/responses are successfully processed, the status of the request is closed. This final output of the request is stored in Data Manager for Agriculture. You must ensure that you're submitting requests within the predefined thresholds.
Copy file name to clipboardExpand all lines: articles/data-manager-for-agri/how-to-set-up-sensors-partner.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: gourdsay
5
5
ms.author: angour
6
6
ms.service: data-manager-for-agri
7
7
ms.topic: how-to
8
-
ms.date: 06/19/2023
8
+
ms.date: 05/23/2024
9
9
ms.custom: template-how-to
10
10
---
11
11
@@ -50,7 +50,7 @@ Follow the steps provided in [Add a client secret](/azure/active-directory/devel
50
50
51
51
### Registration
52
52
53
-
Once the partner has created a multi-tenant Microsoft Entra app successfully, partners manually share the APP ID and Partner ID with Data Manager for Agriculture by emailing [email protected] alias. Using this information Data Manager for Agriculture validates if it’s an authentic partner and creating a partner identity (sensorPartnerId) using the internal APIs. As part of the registration process, partners are enabled to use their partner ID (sensorPartnerId) while creating the sensor/devices object and also as part of the sensor data that they push.
53
+
Once the partner has created a multi-tenant Microsoft Entra app successfully, partners manually share the APP ID and Partner ID with Data Manager for Agriculture team by creating a [support ticket](how-to-create-azure-support-request.md). Using this information Data Manager for Agriculture validates if it’s an authentic partner and creating a partner identity (sensorPartnerId) using the internal APIs. As part of the registration process, partners are enabled to use their partner ID (sensorPartnerId) while creating the sensor/devices object and also as part of the sensor data that they push.
54
54
55
55
Getting the partner ID marks the completion of partner-Data Manager for Agriculture integration. Now, the partner waits for input from any of their sensor customers to initiate their data ingestion into Data Manager for Agriculture.
0 commit comments