Skip to content

Commit 24a1088

Browse files
[all hosts] (learning paths) Create Partner Center account (#5005)
* [all hosts] (learning paths) Encourage readers to start process early on to create Partner Center account * link to publish article * Update docs/overview/learning-path-beginner.md Co-authored-by: Alex Jerabek <[email protected]> * Update based on feedback --------- Co-authored-by: Alex Jerabek <[email protected]>
1 parent 033b8e6 commit 24a1088

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/overview/learning-path-beginner.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Beginner's guide to Office Add-ins
33
description: A recommended path for beginners through the learning resources for Office Add-ins.
4-
ms.date: 08/22/2024
4+
ms.date: 01/27/2025
55
ms.topic: get-started
66
ms.custom: scenarios:getting-started
77
ms.localizationpriority: high
@@ -51,6 +51,10 @@ Then return to Script Lab and use it like a playground: make your own code chang
5151

5252
Get an understanding of the purposes of the add-in manifest and an introduction to its XML markup or JSON in [Office Add-ins manifest](../develop/add-in-manifests.md).
5353

54+
## Step 7: Create a Partner Center account
55+
56+
If you plan to [publish your add-in to AppSource](../publish/publish.md), create a [Partner Center account](/partner-center/marketplace-offers/open-a-developer-account). This could take some time. Get this process going as soon as possible to avoid release delays.
57+
5458
## Next Steps
5559

5660
Congratulations on finishing the beginner's learning path for Office Add-ins! Here are some suggestions for further exploration of our documentation:

docs/overview/learning-path-transition.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: VSTO add-in developer's guide to Office Web Add-ins
33
description: A recommended path for experienced VSTO add-in developers to learning resources for Office Web Add-ins.
4-
ms.date: 08/22/2024
4+
ms.date: 01/27/2025
55
ms.topic: get-started
66
ms.custom: scenarios:getting-started
77
ms.localizationpriority: high
@@ -61,6 +61,10 @@ Get an understanding of the purposes of the web add-in manifest and an introduct
6161

6262
You can reuse some of your VSTO add-in code in an Office web add-in by moving it to your web application's back end on the server and making it available to your JavaScript or TypeScript as a web API. For guidance, see [Tutorial: Share code between both a VSTO Add-in and an Office Add-in by using a shared code library](../tutorials/migrate-vsto-to-office-add-in-shared-code-library-tutorial.md).
6363

64+
## Step 7: Create a Partner Center account
65+
66+
If you plan to [publish your add-in to AppSource](../publish/publish.md), create a [Partner Center account](/partner-center/marketplace-offers/open-a-developer-account). This could take some time. Get this process going as soon as possible to avoid release delays.
67+
6468
## Next Steps
6569

6670
Congratulations on finishing the VSTO add-in developer's learning path for Office Web Add-ins! Here are some suggestions for further exploration of our documentation:

0 commit comments

Comments
 (0)