Add-in Expert logo
  • About
  • Portfolio
  • Blog
  • FAQs
Book a CallGet in Touch
Add-in Expert logo
  • About
  • Portfolio
  • Blog
  • FAQs
Book a CallGet in Touch
Add-in Expert logo
  • About
  • Portfolio
  • Blog
  • FAQs
Book a CallGet in Touch
  1. Home
  2. Blog
  3. Best Practices
  4. How to Publish an Office Add-in to Microsoft AppSource: A Step-by-Step Guide
Best Practices

How to Publish an Office Add-in to Microsoft AppSource: A Step-by-Step Guide

A practical, step-by-step guide to publishing your Office Add-in on Microsoft AppSource — from Partner Center setup and manifest validation to certification and going live.

SUBy Shehzad Umar
|July 20, 2026|9 min read
Share:
How to Publish an Office Add-in to Microsoft AppSource: A Step-by-Step Guide

Introduction

You’ve built a great Office Add-in — now you want the world to find it. Microsoft AppSource is the official marketplace where millions of Office users discover add-ins for Word, Excel, PowerPoint, and Outlook. Getting listed puts your add-in in front of that audience and lends it the credibility of Microsoft’s review process.

The publishing process has a few moving parts and a real certification review, so it pays to prepare. This guide walks through every step, from account setup to going live, and flags the things that most often trip people up.

What Is AppSource?

Microsoft AppSource is the public marketplace for business apps and add-ins across Microsoft 365. When users browse "Get Add-ins" inside Office, they’re browsing AppSource. A listing means anyone can find, install, and trust your add-in — and admins can deploy it to their organisation with a click.

AppSource is for Office Add-ins built with the modern web platform (Office.js). Legacy COM/VSTO add-ins are distributed as installers and cannot be listed on AppSource.

Before You Start

Certification goes far more smoothly when everything below is ready before you begin the submission:

  • A finished add-in whose web content is hosted on trusted, always-on HTTPS (not localhost or a dev tunnel).
  • A valid add-in manifest with a stable, unique ID and production URLs.
  • A public privacy policy URL and a terms of use URL.
  • A support URL or contact where users can get help.
  • Screenshots and a logo that meet Microsoft’s size and content requirements.
  • Test credentials and clear steps if your add-in requires sign-in.

A privacy policy is mandatory

AppSource will not certify an add-in without a publicly reachable privacy policy URL. Make sure it loads over HTTPS and actually describes how you handle user data.

Validate Your Manifest

The manifest is the file Microsoft reads to understand your add-in, and a broken manifest is the most common reason a submission bounces. Validate it locally before you upload anything using the official tooling:

bash
npx office-addin-manifest validate manifest.xml

Fix every error and warning it reports. Double-check that all URLs point to your production host over HTTPS, that the add-in ID is a stable GUID, and that every icon and resource URL actually loads.

Test on every platform first

Validators test your add-in on Windows, Mac, and the web. Sideload and confirm it works on all three before submitting — an issue that only appears on Mac will still fail the whole review.

Set Up Partner Center

AppSource submissions are managed through Microsoft Partner Center. If your organisation isn’t enrolled yet, this is a one-time setup you do before your first submission.

  1. Create (or sign in to) a Microsoft Partner Center account for your company.
  2. Complete the account verification and enroll in the Marketplace program.
  3. Provide the business, tax, and payout details Microsoft requires for publishers.
  4. Once verified, open the Marketplace offers area to create a new offer.
Account verification can take a few days because Microsoft validates your business details. Start this early so it isn’t the thing holding up your launch.

Complete Your Listing

With an offer created, you fill in the storefront listing — this is what users see on AppSource, so it doubles as marketing. Take the descriptions seriously; they drive both discovery and installs.

  • Name and summary — clear, benefit-led, and keyword-aware for search.
  • Detailed description — what the add-in does, who it’s for, and key features.
  • Logos and screenshots — meeting the required dimensions, showing the real UI.
  • Categories and the Office hosts (Word, Excel, etc.) your add-in supports.
  • Privacy policy, terms of use, and support URLs.
  • The validated manifest / app package upload.

Write for the buyer, not the reviewer

Lead the description with the problem you solve and the outcome, then list features. A listing that reads like a benefits pitch converts far better than a dry feature dump.

Submit for Certification

When you submit, Microsoft runs automated checks and a manual review against its AppSource validation policies. A reviewer actually installs and uses your add-in, so anything that doesn’t work for them — or any credential they can’t get past — becomes a blocker.

Give the validation team everything they need in the testing notes: a test account, step-by-step instructions, and screenshots of the expected result. This single step prevents the majority of avoidable rejections.

Most common rejection reasons

Missing or unreachable privacy policy; the add-in not working for the reviewer (often sign-in or SSO); broken or non-HTTPS URLs; manifest errors; and functionality that doesn’t match the listing description.
  • Provide working test credentials and clear testing steps.
  • Make sure every feature in your description actually works in the submitted build.
  • Respond quickly to reviewer feedback — the offer stays open while you fix and resubmit.

After Approval

Once certified, your add-in goes live on AppSource and becomes installable from inside Office. Because it’s a hosted web app, you can ship code and content fixes to your server instantly — users always get the latest version with no reinstall.

Only manifest changes — new permissions, URLs, or commands — require a fresh submission and re-review. Day-to-day code updates on your existing manifest do not.

From here, keep an eye on your ratings and reviews, watch for issues as Office and browsers update, and plan a maintenance cadence so your listing stays healthy over time.

Conclusion

Publishing to AppSource is mostly about preparation: a clean manifest, a working add-in on trusted HTTPS, a complete listing, and clear notes for the validation team. Get those right and certification is usually smooth. Take it one step at a time, respond quickly to any feedback, and your add-in will be live in the marketplace before long. If you’d rather hand the whole process to a team that has shipped many AppSource listings, we’re happy to help.

#AppSource#Office Add-ins#Publishing#Partner Center#Manifest#Deployment
PreviousIntegrate Zoho CRM with Outlook: A Custom Add-in for Contacts, Deals & Email SyncNext Integrate Salesforce with Outlook: A Custom Add-in for Contacts, Opportunities & Email Sync

Related Articles

Security Best Practices for Office Add-ins DevelopmentBest PracticesSecurity Best Practices for Office Add-ins DevelopmentFebruary 10, 2025 · 6 min readOffice.js Add-ins vs VSTO Add-ins: Which Should You Choose?Best PracticesOffice.js Add-ins vs VSTO Add-ins: Which Should You Choose?May 22, 2025 · 9 min readCentralized Deployment of Office Add-ins: A Complete GuideBest PracticesCentralized Deployment of Office Add-ins: A Complete GuideFebruary 9, 2026 · 6 min read

Table of Contents

  1. 1.What Is AppSource?
  2. 2.Before You Start
  3. 3.Validate Your Manifest
  4. 4.Set Up Partner Center
  5. 5.Complete Your Listing
  6. 6.Submit for Certification
  7. 7.After Approval
  8. 8.Conclusion

Need Help Building Custom Office Add-ins?

We build secure, scalable, and user-friendly Office solutions that drive real business impact.

Contact Our Experts

Categories

  • Excel Add-ins3
  • Outlook Add-ins4
  • Word Add-ins2
  • PowerPoint Add-ins1
  • Google Workspace2
  • Best Practices5
View all categories

Popular Posts

  • How to Build an Excel Add-in That Stands OutHow to Build an Excel Add-in That Stands OutApr 10, 2024
  • Top 10 Outlook Add-ins Use Cases for BusinessesTop 10 Outlook Add-ins Use Cases for BusinessesMar 28, 2024
  • Google Workspace Add-ons vs Macros: What to Choose?Google Workspace Add-ons vs Macros: What to Choose?Mar 15, 2024
View all posts

Stay Updated

Subscribe to get the latest tutorials, insights, and product updates.

No spam. Unsubscribe anytime.

Add-in Expert logo
Addin Expert specializes in developing custom Office add-ins and Google add-ons, empowering businesses to enhance productivity and streamline workflows with tailored, innovative solutions

Office 365 Add-ins

  • Outlook add-ins
  • Word add-ins
  • Excel add-ins
  • Powerpoint add-ins

Google addons

  • Gmail Addon
  • Google Docs Addon
  • Google Sheets Addon
  • Google forms Addon

More Services

  • VSTO Add-ins
  • VSTO Migration
  • Cross-Platform
  • Deployment

Company

  • About Us
  • Portfolio
  • Blog
  • Privacy Policy
Copyright © 2026. All rights reserved by Addin Expert.