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
+19-16Lines changed: 19 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,35 +9,38 @@ ms.date: 02/14/2023
9
9
ms.custom: template-how-to
10
10
---
11
11
12
-
# How do I use an ISV solution?
12
+
# Working with an ISV solution
13
13
14
-
Once you've installed an ISV solution from Azure portal, use this document to understand how to make API calls from your application. Integration (request/response) is done through APIs asynchronously.
14
+
## Install an ISV solution
15
+
16
+
1. Once you've installed an instance of Agri Data Manager from Azure portal, navigate to Solutions tab on the left hand side in your instance.
17
+
2. You will be able to view the list of available Solutions. Click on the solution of your choice and click on Add button against it.
18
+
3. You will be navigated to Azure Marketplace page for the Solution.
19
+
4. Click on Contact Me CTA and the ISV partner will contact you to help with next steps of installation.
20
+
5. To edit an installed Solution, click on the edit icon against the Solution in Solutions page and you will be redirected to Azure Marketplace from where you can Contact the ISV partner by clicking on Contact Me.
21
+
6. To delete an installed Solution, click on the delete icon against the Solution in Solutions page and you will be redirected to Azure Marketplace from where you can Contact the ISV partner by clicking on Contact Me.
22
+
23
+
24
+
## Use an ISV solution
25
+
26
+
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.
15
27
16
28
A high level view of how you can create a new request and get responses from the ISV partners solution:
17
29
18
30
:::image type="content" source="./media/3p-solutions-new.png" alt-text="Screenshot showing access flow for ISV API.":::
19
31
20
-
* Step 1: You make an API call for a PUT request with the required parameters (for example Job ID, Farm details)
32
+
1. You make an API call for a PUT request with the required parameters (for example Job ID, Farm details)
21
33
* The Data Manager API receives this request and authenticates it. If the request is invalid, you'll get an error code back.
22
-
* Step 2: If the request is valid, the Data Manager creates a PUT request to ISV Partners solution API.
23
-
* Step 3: The ISV solution then makes a GET request to the weather service in data manager that is required for processing.
24
-
* Step 4: The ISV solution completes the processing the request and submits a response back to the Data Manager.
34
+
2. If the request is valid, the Data Manager creates a PUT request to ISV Partners solution API.
35
+
3. The ISV solution then makes a GET request to the weather service in data manager that is required for processing.
36
+
4. The ISV solution completes the processing the request and submits a response back to the Data Manager.
25
37
* 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]
26
-
* Step 5: Now you make a call to Data Manager using the Job ID to get the final response.
38
+
5. Now you make a call to Data Manager using the Job ID to get the final response.
27
39
* If the request processing is completed by the ISV Solution, you get the insight response back.
28
40
* If the request processing is still in progress, you'll get the message “Processing in progress”
29
41
30
42
Once all the request/responses are successfully processed, the status of the request is closed. This final output of the request will be stored in Data Manager for Agriculture. You must ensure that you're submitting requests within the pre-defined thresholds.
31
43
32
-
# How do I discover a Bayer Ag Powered solution
33
-
34
-
* Once you've installed an instance of Agri Data Manager from Azure portal, navigate to Solutions tab on the left hand side in your instance.
35
-
* You will be able to view the Solutions supported by Bayer. Click on the solution of your choice and click on Add button against it.
36
-
* You will be navigated to Azure Marketplace page for the Solution.
37
-
* Click on Contact Us CTA and Bayer will contact you to help with next steps of installation.
38
-
* To edit an installed Solution, click on the edit icon against the Solution in Solutions page and you will be redirected to Azure Marketplace from where you can Contact bayer by clicking on Contact Us.
39
-
* To delete an installed Solution, click on the delete icon against the Solution in Solutions page and you will be redirected to Azure Marketplace from where you can Contact bayer by clicking on Contact Us.
40
-
41
44
## Next steps
42
45
43
46
* Test our APIs [here](/rest/api/data-manager-for-agri).
0 commit comments