Skip to content

Commit ac0b5fd

Browse files
committed
Merge branch 'master' into portal-migration-update
2 parents b0491fc + ac9e148 commit ac0b5fd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+663
-112
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "powerapps-docs/developer/common-data-service/fill-app-submission-form-appsource.md",
5+
"redirect_url": "register-microsoft-partner-network",
6+
"redirect_document_id": "false"
7+
},
38
{
49
"source_path": "powerapps-docs/maker/portals/configure/view-email-in-timeline.md",
510
"redirect_url": "view-all-activities-in-portal-timeline",
611
"redirect_document_id": "false"
7-
},
12+
},
813
{
914
"source_path": "powerapps-docs/maker/canvas-apps/working-with-environments.md",
1015
"redirect_url": "/power-platform/admin/working-with-environments",

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,15 +361,13 @@
361361
- name: Publish your app on AppSource
362362
href: publish-app-appsource.md
363363
items:
364-
- name: 'Step 1: Fill the app submission form on AppSource'
365-
href: fill-app-submission-form-appsource.md
366-
- name: 'Step 2: Register for Microsoft Partner Network account'
364+
- name: 'Step 1: Create a Microsoft Partner Center account'
367365
href: register-microsoft-partner-network.md
368-
- name: 'Step 3: Create a managed solution for your app'
366+
- name: 'Step 2: Create a managed solution for your app'
369367
href: create-solution-app-appsource.md
370-
- name: 'Step 4: Create an AppSource package for your app'
368+
- name: 'Step 3: Create an AppSource package for your app'
371369
href: create-package-app-appsource.md
372-
- name: 'Step 5: Store your AppSource Package on Azure Storage and generate a URL with SAS key'
370+
- name: 'Step 4: Store your AppSource Package on Azure Storage and generate a URL with SAS key'
373371
href: store-appsource-package-azure-storage.md
374372
- name: 'Next steps: Submit your app on Partner Center'
375373
href: next-steps-submit-app-cloud-partner-portal.md

powerapps-docs/developer/common-data-service/create-package-app-appsource.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: "Step 4: Create an AppSource package for your app (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "Step 3: Create an AppSource package for your app (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about how to create an AppSource package (.zip file) to include your solution and demo data files along with other required files." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
55
ms.date: 10/31/2018
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
9-
author: "shmcarth" # GitHub ID
10-
ms.author: "jdaly" # MSFT alias of Microsoft employees only
11-
manager: "ryjones" # MSFT alias of manager or PM counterpart
9+
author: "KumarVivek" # GitHub ID
10+
ms.author: "kvivek" # MSFT alias of Microsoft employees only
11+
manager: "annbe" # MSFT alias of manager or PM counterpart
1212
search.audienceType:
1313
- developer
1414
search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Step 4: Create an AppSource package for your app
18+
# Step 3: Create an AppSource package for your app
1919

2020
You must create an AppSource package (.zip file) to include your solution and demo data files along with other required files. An AppSource package consists of the following files:
2121

@@ -136,4 +136,4 @@ The final step is to add all the components that you created earlier into a sing
136136

137137

138138
> [!div class="nextstepaction"]
139-
> [Step 5: Store your AppSource Package on Azure Storage](store-appsource-package-azure-storage.md)
139+
> [Step 4: Store your AppSource Package on Azure Storage](store-appsource-package-azure-storage.md)

powerapps-docs/developer/common-data-service/create-solution-app-appsource.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
2-
title: "Step 3: Create a managed solution for your app (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "Step 2: Create a managed solution for your app (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "Learn about how to create a managed solution for your app to include all the components. This is required for publishing an app to Appsource." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 12/20/2019
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
9-
author: "shmcarth" # GitHub ID
10-
ms.author: "jdaly" # MSFT alias of Microsoft employees only
11-
manager: "ryjones" # MSFT alias of manager or PM counterpart
9+
author: "KumarVivek" # GitHub ID
10+
ms.author: "kvivek" # MSFT alias of Microsoft employees only
11+
manager: "annbe" # MSFT alias of manager or PM counterpart
1212
search.audienceType:
1313
- developer
1414
search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Step 3: Create a managed solution for your app
18+
# Step 2: Create a managed solution for your app
1919

2020
Create a managed solution to include all the components for your app. You might find these topics helpful as you plan and create a managed solution to package your app components:
2121
- [Introduction to solutions](introduction-solutions.md)
@@ -48,5 +48,5 @@ You will have a solution file (example: *SampleSolution.zip*) and optionally a d
4848

4949

5050
> [!div class="nextstepaction"]
51-
> [Step 4: Create an AppSource package for your app](create-package-app-appsource.md)
52-
51+
> [Step 3: Create an AppSource package for your app](create-package-app-appsource.md)
52+

powerapps-docs/developer/common-data-service/fill-app-submission-form-appsource.md

Lines changed: 0 additions & 37 deletions
This file was deleted.
53.2 KB
Loading
1.15 MB
Loading
934 KB
Loading

powerapps-docs/developer/common-data-service/publish-app-appsource.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,17 @@ Publish your app on [Microsoft AppSource](https://appsource.microsoft.com) so th
2323

2424
Use the following steps to prepare for submitting your app to be listed on Microsoft AppSource:
2525

26-
> [Step 1: Fill the app submission form on AppSource](fill-app-submission-form-appsource.md)
26+
> [Step 1: Create a Microsoft Partner Center account](register-microsoft-partner-network.md)
2727
>
28-
> [Step 2: Register for Microsoft Partner Network account](register-microsoft-partner-network.md)
28+
> [Step 2: Create a managed solution for your app](create-solution-app-appsource.md)
2929
>
30-
> [Step 3: Create a managed solution for your app](create-solution-app-appsource.md)
30+
> [Step 3: Create an AppSource package for your app](create-package-app-appsource.md)
3131
>
32-
> [Step 4: Create an AppSource package for your app](create-package-app-appsource.md)
33-
>
34-
> [Step 5: Store your package on Azure Storage](store-appsource-package-azure-storage.md)
32+
> [Step 4: Store your package on Azure Storage](store-appsource-package-azure-storage.md)
3533
3634
## Submit your app on Partner Center
3735

38-
Once your app is ready for submission, you use the [Partner Center](https://partner.microsoft.com/dashboard/account/v3/enrollment/introduction/azureisv) to submit your app to be listed on Microsoft AppSource. Access to the Partner Center and related documentation is available only to Microsoft Partner Network members.
39-
40-
More information: [Next steps: Submit your app on Partner Center](next-steps-submit-app-cloud-partner-portal.md)
36+
Once your app is ready for submission, you use the [Partner Center](https://partner.microsoft.com/dashboard/commercial-marketplace/overview) to submit your app to be listed on Microsoft AppSource. Access to the Partner Center and related documentation is available only to Microsoft Partner Network members.
4137

4238
## Checklists
4339

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
---
2-
title: "Step 2: Register for Microsoft Partner Network account (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
2+
title: "Step 1: Create a Microsoft Partner Center account (Common Data Service) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "App builders must be members of Microsoft Partner Network (MPN) to publish apps on AppSource." # 115-145 characters including spaces. This abstract displays in the search result.
44
ms.custom: ""
5-
ms.date: 10/31/2018
5+
ms.date: 12/20/2019
66
ms.reviewer: ""
77
ms.service: powerapps
88
ms.topic: "article"
9-
author: "shmcarth" # GitHub ID
10-
ms.author: "jdaly" # MSFT alias of Microsoft employees only
11-
manager: "ryjones" # MSFT alias of manager or PM counterpart
9+
author: "KumarVivek" # GitHub ID
10+
ms.author: "kvivek" # MSFT alias of Microsoft employees only
11+
manager: "annbe" # MSFT alias of manager or PM counterpart
1212
search.audienceType:
1313
- developer
1414
search.app:
1515
- PowerApps
1616
- D365CE
1717
---
18-
# Step 2: Register for Microsoft Partner Network account
18+
# Step 1: Create a Microsoft Partner Center account
1919

20-
If you are not already a member of the Microsoft Partner Network (MPN), you must become a member by enrolling at [https://partners.microsoft.com/PartnerProgram/simplifiedenrollment.aspx](https://partners.microsoft.com/PartnerProgram/simplifiedenrollment.aspx).
20+
If you are not already a member of the Microsoft Partner Center, you must become a member by enrolling at <https://aka.ms/joinmarketplace>.
2121

22-
MPN members are provided with an MPN ID that is required for publishing apps on AppSource. MPN membership is free.
22+
You must be a member of Partner Center to publish apps on AppSource.
2323

2424
> [!div class="nextstepaction"]
25-
> [Step 3: Create a managed solution for your app](create-solution-app-appsource.md)
25+
> [Step 2: Create a managed solution for your app](create-solution-app-appsource.md)
2626
2727
### See also
2828

2929
[Publish your apps on AppSource](publish-app-appsource.md)
30-
30+

0 commit comments

Comments
 (0)