Skip to content

Commit faa79e4

Browse files
authored
Merge pull request #250095 from lbpudi/lbpudi/addone2e
Add on install e2e flow
2 parents f9978b1 + 12656e0 commit faa79e4

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

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

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: gourdsay
55
ms.author: angour
66
ms.service: data-manager-for-agri
77
ms.topic: how-to
8-
ms.date: 02/14/2023
8+
ms.date: 09/01/2023
99
ms.custom: template-how-to
1010
---
1111

@@ -16,11 +16,25 @@ Follow the following guidelines to install and use an ISV solution.
1616
## Install an ISV solution
1717

1818
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.
19-
2. You'll be able to view the list of available Solutions. Select the solution of your choice and click on Add button against it.
20-
3. You'll be navigated to Azure Marketplace page for the Solution.
21-
4. Click on Contact Me CTA and the ISV partner will contact you to help with next steps of installation.
22-
5. To edit an installed Solution, click on the edit icon against the Solution in Solutions page. You'll be redirected to Azure Marketplace from where you can contact the ISV partner by clicking on Contact Me.
23-
6. To delete an installed Solution, click on the delete icon against the Solution in Solutions page and you'll be redirected to Azure Marketplace from where you can Contact the ISV partner by clicking on Contact Me.
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.
20+
> [!NOTE]
21+
>
22+
>If a Solution has only private plans, you will see **Contact Us** button which will take you to Marketplace page for Solution.
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.
26+
2. Object ID. See [here](#identify-object-id-of-the-solution) to find your Object ID
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.
30+
31+
## Edit an installed Solution
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**.
34+
35+
## Delete an installed Solution
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.
2438

2539
## Use an ISV solution
2640

@@ -38,9 +52,15 @@ A high level view of how you can create a new request and get responses from the
3852
* 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]
3953
5. Now you make a call to Data Manager using the Job ID to get the final response.
4054
* If the request processing is completed by the ISV Solution, you get the insight response back.
41-
* If the request processing is still in progress, you'll get the message “Processing in progress”
55+
* If the request processing is still in progress, you get the message “Processing in progress”
56+
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.
4258

43-
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.
59+
## Identify Object ID of the Solution
60+
61+
1. Navigate to Enterprise Applications page in Azure portal.
62+
2. Use the **Application ID** mentioned in the Solution Plan selection pane and filter the Applications.
63+
3. Copy the **Object ID**
4464

4565
## Next steps
4666

0 commit comments

Comments
 (0)