Skip to content

Commit 9ce2c6f

Browse files
committed
Add On Changes
1 parent f38b354 commit 9ce2c6f

File tree

1 file changed

+19
-16
lines changed

1 file changed

+19
-16
lines changed

articles/data-manager-for-agri/how-to-set-up-isv-solution.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,38 @@ ms.date: 02/14/2023
99
ms.custom: template-how-to
1010
---
1111

12-
# How do I use an ISV solution?
12+
# Working with an ISV solution
1313

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.
1527

1628
A high level view of how you can create a new request and get responses from the ISV partners solution:
1729

1830
:::image type="content" source="./media/3p-solutions-new.png" alt-text="Screenshot showing access flow for ISV API.":::
1931

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)
2133
* 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.
2537
* 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.
2739
* If the request processing is completed by the ISV Solution, you get the insight response back.
2840
* If the request processing is still in progress, you'll get the message “Processing in progress”
2941

3042
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.
3143

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-
4144
## Next steps
4245

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

0 commit comments

Comments
 (0)