Skip to content

Commit 0c9e79d

Browse files
authored
Live publish
2 parents 8f63b1f + 0e62bc7 commit 0c9e79d

File tree

6 files changed

+10
-19
lines changed

6 files changed

+10
-19
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ search.app:
2020

2121
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:
2222

23-
[!INCLUDE[cc-terminology](includes/cc-terminology.md)]
24-
2523
|File|Description|
2624
|--|--|
2725
|Package file|A package file used by Package Deployer tool to deploy your solutions and demo configuration data into multiple languages.|

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Create a managed solution to include all the components for your app. You might
2323
- [Plan for solution development](/dynamics365/customer-engagement/developer/plan-solution-development)
2424
- [Create, export, or import an unmanaged solution](/power-platform/alm/solution-api#create-export-or-import-an-unmanaged-solution)
2525

26-
[!INCLUDE[cc-terminology](includes/cc-terminology.md)]
27-
2826
## Display name and description of your solution
2927

3028
While creating a solution to package your app components, make sure you provide appropriate values in the **Display Name** and **Description** columns for your new solution that you want to be displayed to your customers.

powerapps-docs/developer/data-platform/next-steps-submit-app-cloud-partner-portal.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ ms.reviewer: "pehecke"
88
ms.topic: "article"
99
author: "KumarVivek" # GitHub ID
1010
ms.subservice: dataverse-developer
11-
ms.author: "kvivek" # MSFT alias of Microsoft employees only
12-
manager: "ryjones" # MSFT alias of manager or PM counterpart
11+
ms.author: "kvivek"
1312
search.audienceType:
1413
- developer
1514
search.app:
@@ -18,11 +17,9 @@ search.app:
1817
---
1918
# Next steps: Submit your app on Partner Center
2019

21-
Your app is ready for submission after completing steps 1-5.
20+
Your app is ready for submission after completing steps 1-4.
2221

23-
If you have completed access to [Partner Center](https://partner.microsoft.com/dashboard/account/v3/enrollment/introduction/azureisv), proceed to [create an offer](/azure/marketplace/partner-center-portal/offer-creation-checklist) on Partner Center to submit your app.
24-
25-
[!INCLUDE[cc-terminology](includes/cc-terminology.md)]
22+
Sign in to [Partner Center](https://partner.microsoft.com/dashboard/account/v3/enrollment/introduction/azureisv) to [create an offer](/azure/marketplace/dynamics-365-customer-engage-offer-setup) and submit your app.
2623

2724
All apps that are submitted to be listed on AppSource go through a certification process. For information about the checks done in the certification process, see [Appendix: App certification checklist](appendix-app-certification-checklist.md).
2825

powerapps-docs/developer/data-platform/publish-app-appsource.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ search.app:
1919

2020
Publish your app on [Microsoft AppSource](https://appsource.microsoft.com) so that app subscribers can find it, try it, and buy it. The apps you build and publish with Power Apps are discovered and used in Dynamics 365 on the web. More information: [Discover apps via AppSource](../../user/app-source.md).
2121

22-
[!INCLUDE[cc-terminology](includes/cc-terminology.md)]
23-
2422
## Prepare for submitting your app on AppSource
2523

2624
Use the following steps to prepare for submitting your app to be listed on Microsoft AppSource:
@@ -47,4 +45,4 @@ Once your app is ready for submission, you use the [Partner Center](https://part
4745

4846

4947

50-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
48+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/register-microsoft-partner-network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ search.app:
2020

2121
If you are not already a member of the Microsoft Partner Center, you must become a member by enrolling at <https://aka.ms/joinmarketplace>.
2222

23-
[!INCLUDE[cc-terminology](includes/cc-terminology.md)]
24-
2523
You must be a member of Partner Center to publish apps on AppSource.
2624

2725
> [!div class="nextstepaction"]
2826
> [Step 2: Create a managed solution for your app](create-solution-app-appsource.md)
2927
3028
### See also
3129

32-
[Publish your apps on AppSource](publish-app-appsource.md)
30+
[Microsoft commercial marketplace](/azure/marketplace/overview)<br/>
31+
[Create a commercial marketplace account in Partner Center](/azure/marketplace/create-account)
32+
3333

3434

3535

36-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
36+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/addOnPostSearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ knowledge base search control
2727
## Syntax
2828

2929
```JavaScript
30-
var kbSearchControl = formContext.getControl("<name>";
30+
var kbSearchControl = formContext.getControl("<name>");
3131
kbSearchControl.addOnPostSearch(myFunction);
3232
```
3333

@@ -45,4 +45,4 @@ kbSearchControl.addOnPostSearch(myFunction);
4545

4646
[removeOnPostSearch](removeOnPostSearch.md)
4747

48-
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]
48+
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)