Developer Portal for Teams

The Developer Portal for Teams is the primary tool for configuring, distributing, and managing your Microsoft Teams apps. With the Developer Portal, you can collaborate with colleagues on your app, set up runtime environments, and much more.

Screenshot showing the home page of the Developer Portal for Teams.

Note

  • Currently, Developer Portal is not available for Government Community Cloud (GCC), GCC-High, or Department of Defense (DOD) tenants.
  • However, you can use a regular tenant to build an app in the Developer Portal, download the app, and upload the app using Microsoft Graph to a national cloud. For more information, see National cloud deployments.

Register an app

The Developer Portal provides the following ways to register a Teams app:

  • Create and register a brand new app.
  • Import an existing app package.

Create and register a brand new app

The Developer portal allows you to create a brand new app:

  1. Log into Developer Portal, select Apps from the left pane.

    The screenshot is an example that shows the Developer Portal for Teams home page.

  2. Select New app and enter app name.

    The screenshot shows how to create a brand new app in Developer Portal for Teams.

  3. Select Add.

Now you've successfully created a brand new app and you can see all the basic information of the new app.

The screenshot is an example that shows the basic information of the app you created in the Developer Portal for Teams.

Import an existing app

Follow the steps to import and manage your existing app in the Developer Portal.

  1. In the Developer Portal, select Apps from the left pane.

  2. Select Import App.

    The screenshot show how to import your existing app in Developer Portal for Teams to manage your apps.

  3. Select the app manifest file, and then select Open.

  4. Select Import.

Note

  • The Developer Portal creates a unique app ID and locks the ID for your registered Teams app. You can’t edit or provide an ID of your choice, which prevents to have duplicate app IDs for multiple apps.
  • If you create an app using the Microsoft Teams Toolkit for Visual Studio Code, you can manage your app in the Developer Portal. For more information, see Build apps with teams toolkit and Visual studio code.
  • You can import an existing app which you created on App Studio to the Developer Portal.

See also

Include a SaaS offer with your Microsoft Teams app