Skip to content

Commit 440483a

Browse files
committed
Merge branch 'master' into portals-themes-1752633
2 parents d9860d0 + c96a495 commit 440483a

40 files changed

+253
-145
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,11 @@
16301630
"source_path": "powerapps-docs/maker/canvas-apps/embed-powerapps-powerbi.md",
16311631
"redirect_url": "https://docs.microsoft.com/power-bi/visuals/power-bi-visualization-powerapp",
16321632
"redirect_document_id": true
1633+
},
1634+
{
1635+
"source_path": "powerapps-docs/maker/common-data-service/view-download-developer-resources.md",
1636+
"redirect_url": "https://docs.microsoft.com/powerapps/developer/common-data-service/view-download-developer-resources",
1637+
"redirect_document_id": true
16331638
}
16341639
]
16351640
}

powerapps-docs/developer/common-data-service/TOC.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@
375375
href: appendix-app-design-best-practices-checklist.md
376376
- name: 'Appendix: App certification checklist'
377377
href: appendix-app-certification-checklist.md
378-
- name: ISV app management and monitoring
378+
- name: Monitor your app in ISV Studio
379379
items:
380380
- name: Introduction to ISV Studio
381381
href: isv-app-management.md
@@ -385,6 +385,10 @@
385385
href: isv-app-management-apppage.md
386386
- name: Tenant page
387387
href: isv-app-management-tenantpage.md
388+
- name: AppSource checker
389+
href: isv-app-management-appsource-checker.md
390+
- name: Connector certification portal
391+
href: isv-app-management-certification.md
388392
- name: Create client applications
389393
href: connect-cds.md
390394
items:

powerapps-docs/developer/common-data-service/isv-app-management-apppage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ search.app:
2626

2727
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
2828

29-
After the user selects an app, the user is navigated to the apps detail page which provides a view to analyze the install history across tenants for that particular app. The app description is from [AppSource](https://appsource.microsoft.com/).
29+
After the user selects an app, the user is navigated to the app's detail page which provides a view to analyze the install history across tenants for that particular app. The app description is from [AppSource](https://appsource.microsoft.com/).
3030

3131
![App detail page](media/isv-portal-apppage-appname.png)
3232

@@ -84,3 +84,5 @@ When hovering over any item of the graph, the following information is shown:
8484
[Introduction to ISV Studio for the Power Platform](isv-app-management.md)
8585
[Home page](isv-app-management-homepage.md)
8686
[Tenant page](isv-app-management-tenantpage.md)
87+
[AppSource checker](isv-app-management-appsource-checker.md)
88+
[Connector certification portal](https://docs.microsoft.com/connectors/custom-connectors/submit-certification)
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
---
2+
title: Introduction to the AppSource checker | Microsoft Docs
3+
description: Learn how to use app source checker.
4+
services: ''
5+
suite: powerapps
6+
documentationcenter: na
7+
author: "nkrb" # GitHub ID
8+
manager: kvivek
9+
editor: ''
10+
tags: ''
11+
ms.service: powerapps
12+
ms.devlang: na
13+
ms.topic: article
14+
ms.reviewer: pehecke
15+
ms.workload: na
16+
ms.date: 04/07/2020
17+
search.audienceType:
18+
- developer
19+
search.app:
20+
- PowerApps
21+
- D365CE
22+
---
23+
24+
# AppSource checker
25+
26+
[!INCLUDE [cc-beta-prerelease-disclaimer](../../includes/cc-beta-prerelease-disclaimer.md)]
27+
28+
AppSource checker allows an ISV to check the certification criteria of their app prior to [AppSource](https://appsource.microsoft.com/) submission. The checker will let you know if your solution file has errors that need to be corrected or if AppSource certification criteria have not been met.
29+
30+
In ISV Studio, an ISV can either upload a full [package](/powerapps/developer/common-data-service/package-deployer/create-packages-package-deployer) or solution(s) and be notified of any issues that need to be remediated. To do that:
31+
32+
1. In ISV Studio, select **AppSource checker** tab in the left and then select **Validate your app**.
33+
34+
> [!div class="mx-imgBorder"]
35+
> ![AppSource checker](media/appsource-checker.png)
36+
37+
2. Click on **Browse** to upload a solution file from your local machine and select **Run Check** to validate.
38+
39+
> [!div class="mx-imgBorder"]
40+
> ![AppSource checker](media/appsource-browse-solution-files.png)
41+
42+
> [!NOTE]
43+
> If a user has previously uploaded a solution for validation then you will see a history of submissions instead of the screenshot above.
44+
45+
3. Once the solution checker completes validating, a summary of results will be displayed along with the number of issues present (if any). Double-click on the solution file to see the issues in detail.
46+
47+
> [!div class="mx-imgBorder"]
48+
> ![AppSource checker](media/appsource-results-page.png)
49+
50+
4. If the submission has no errors, you will see the following message:
51+
52+
> [!div class="mx-imgBorder"]
53+
> ![AppSource checker](media/appsource-no-error-page.png)
54+
55+
5. An ISV can download the validation report for their app and include it with their AppSource submission.
56+
57+
## See Also
58+
59+
[Home page](isv-app-management-homepage.md)<br/>
60+
[App page](isv-app-management-apppage.md)<br/>
61+
[Tenant page](isv-app-management-tenantpage.md)
62+
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Connector certification from ISV Studio | Microsoft Docs
3+
description: Learn how to submit a custom connector for certification using ISV Studio.
4+
services: ''
5+
suite: powerapps
6+
documentationcenter: na
7+
author: "nkrb" # GitHub ID
8+
manager: kvivek
9+
editor: ''
10+
tags: ''
11+
ms.service: powerapps
12+
ms.devlang: na
13+
ms.topic: article
14+
ms.reviewer: pehecke
15+
ms.workload: na
16+
ms.date: 04/07/2020
17+
search.audienceType:
18+
- developer
19+
search.app:
20+
- PowerApps
21+
- D365CE
22+
---
23+
24+
# Connector Certification Portal
25+
26+
If you own a service, API, or built a custom connector that you want to connect to Power Apps, Power Automate, Azure Logic Apps, or Power Query, you need to submit your connector to Microsoft for certification.
27+
28+
The Connector certification portal is now in ISV Studio allowing the users to manage and track their connector certification submission. More information: [Get your connector certified](https://docs.microsoft.com/connectors/custom-connectors/submit-certification).
29+
30+
Before you start submitting your connector for certification, see the [Instructions on submitting your connector](https://docs.microsoft.com/connectors/custom-connectors/certification-submission) article for submission requirements.
31+
32+
To certify your custom connector through ISV Studio:
33+
34+
1. In ISV Studio, select **Connector certification** tab in the left pane.
35+
2. Select the type of connector to certify and click on **Submit**.
36+
37+
> [!div class="mx-imgBorder"]
38+
> ![Connector certification](media/connector-certification-submit.png)
39+
40+
3. In the **Connector submission** page, read the agreement details and check the **Accept terms** and click on **Next**.
41+
42+
> [!div class="mx-imgBorder"]
43+
> ![Connector certification Consent form](media/connector-certification-consent-form.png)
44+
45+
4. Select **Choose a file** to upload the custom connector from your local machine.
46+
47+
> [!div class="mx-imgBorder"]
48+
> ![Connector certification choose file](media/connector-certification-choose-file.png)
49+
50+
5. Enter the required details and click on **Submit for review**.
51+
52+
> [!div class="mx-imgBorder"]
53+
> ![Connector certification choose file](media/connector-certification-submit-for-review.png)
54+
55+
6. After you submit your connector for review, you'll receive an email from Microsoft.
56+
57+
## See Also
58+
59+
[Home page](isv-app-management-homepage.md)<br/>
60+
[App page](isv-app-management-apppage.md)<br/>
61+
[Tenant page](isv-app-management-tenantpage.md)

powerapps-docs/developer/common-data-service/isv-app-management-homepage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Home page summary section contains the following graphs and metrics.
3838

3939
## Successful app package installs by tenant
4040

41-
The first graph visualizes the published apps and the tenants that the apps packages are installed into, and they are displayed in descending order based on the number of package installs.
41+
The first graph visualizes the published apps and the tenants that the app's packages are installed into, and they are displayed in descending order based on the number of package installs.
4242

4343
When hovering over a tenant tile in the graph, the following information is shown:
4444

@@ -75,3 +75,5 @@ The App names and icons are from AppSource.
7575
[Introduction to ISV Studio for the Power Platform](isv-app-management.md)
7676
[App page](isv-app-management-apppage.md)
7777
[Tenant page](isv-app-management-tenantpage.md)
78+
[AppSource checker](isv-app-management-appsource-checker.md)
79+
[Connector certification portal](https://docs.microsoft.com/connectors/custom-connectors/submit-certification)

powerapps-docs/developer/common-data-service/isv-app-management-tenantpage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,5 @@ When hovering over any item of the graph, the following information is shown:
8585
[Introduction to ISV Studio for the Power Platform](isv-app-management.md)
8686
[Home page](isv-app-management-homepage.md)
8787
[App page](isv-app-management-apppage.md)
88+
[AppSource checker](isv-app-management-appsource-checker.md)
89+
[Connector certification portal](https://docs.microsoft.com/connectors/custom-connectors/submit-certification)

powerapps-docs/developer/common-data-service/isv-app-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ Please send an email to [[email protected]](mailto:ISVFeedback@microsoft
6161
[Home page](isv-app-management-homepage.md)
6262
[App page](isv-app-management-apppage.md)
6363
[Tenant page](isv-app-management-tenantpage.md)
64+
[AppSource checker](isv-app-management-appsource-checker.md)
65+
[Connector certification portal](https://docs.microsoft.com/connectors/custom-connectors/submit-certification)
6466

6567
### See also
6668

13.1 KB
Loading
28.9 KB
Loading

0 commit comments

Comments
 (0)