Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ While your app may be working in a test environment, you should check your app p

The Teams app validation tool helps you identify and fix issues before submitting to Partner Center. The tool automatically checks your app's configurations against the same test cases used during Teams Store validation.

1. Go to the [Teams app validation tool](https://dev.teams.microsoft.com/appvalidation.html).
1. Go to the [Teams app validation tool](https://dev.teams.microsoft.com/tools/store-validation).

You can also validate your app using [Developer Portal for Teams.](~/concepts/build-and-test/teams-developer-portal.md)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Doing the following can lead to a successful submission:

1. Develop your app based on the [Teams design guidelines](~/concepts/design/design-teams-app-overview.md).
1. Make sure your app adheres to the [Teams Store validation guidelines](~/concepts/deploy-and-publish/appsource/prepare/teams-store-validation-guidelines.md) and [Microsoft commercial marketplace certification policies](/legal/marketplace/certification-policies).
1. Test your app package with the [Microsoft Teams app validation tool](https://dev.teams.microsoft.com/appvalidation.html).
1. Test your app package with the [Microsoft Teams app validation tool](https://dev.teams.microsoft.com/tools/store-validation).
1. [Prepare your Teams Store submission](~/concepts/deploy-and-publish/appsource/prepare/submission-checklist.md).

<br>
Expand Down
2 changes: 1 addition & 1 deletion msteams-platform/toolkit/publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Here's what you'll learn in this section:

## Prerequisites

* Ensure to create your [app package](~/concepts/build-and-test/apps-package.md) and [validate it](https://dev.teams.microsoft.com/appvalidation.html) for errors.
* Ensure to create your [app package](~/concepts/build-and-test/apps-package.md), import it, and [validate it](https://dev.teams.microsoft.com/tools/store-validation) for errors.
* [Enable custom app uploading](~/concepts/build-and-test/prepare-your-o365-tenant.md#enable-custom-teams-apps-and-turn-on-custom-app-uploading) in Teams.
* Ensure that your app is running and accessible using HTTPs.
* Ensure you have followed set of guidelines in the publish your app to the Teams Store to publish your app.
Expand Down