Install App Studio - Microsoft Open Source

  • Home
  • Overview
    • What's New
      • Beta Release 0.7
        • Summary
        • Migrating to ActivityHandlerDialog
      • Beta Release 0.8
        • Summary
        • MainDialog updates
        • QnA Maker updates
        • Migrate existing Virtual Assistant to Bot Framework Skills GA
        • Migrate existing Skills to Bot Framework Skills GA
        • Deploy Virtual Assistant to Azure US Cloud
        • Enable SSO support with Skills
      • Release 1.0 (GA)
        • Summary
        • Enable SSO with Skills using OAuthCredentials setting
        • Migrate existing Virtual Assistant to not use Chitchat in Dispatch
    • What is a Virtual Assistant?
    • What's in the Virtual Assistant template?
    • What is a Bot Framework Skill?
  • Virtual Assistant
    • Create
      • C#
        • Intro
        • Download and install
        • Create your assistant
        • Provision your Azure resources
        • Run your assistant
        • Next steps
      • TypeScript
        • Intro
        • Download and install
        • Create your assistant
        • Provision your Azure resources
        • Run your assistant
        • Next steps
    • Customize
      • C#
        • Intro
        • Edit your greeting
        • Edit your responses
        • Edit your cognitive models
        • Next steps
      • TypeScript
        • Intro
        • Edit your greeting
        • Edit your responses
        • Edit your cognitive models
        • Next steps
    • Deploy
      • Using CLI Tools
        • Intro
        • Create Microsoft App registration
        • Deploy an Azure Resource Manager (ARM) templates
        • Update application settings
        • Deploy LUIS models
        • Deploy QnA Maker knowledge bases
        • Create a Dispatch LUIS model
      • Using the web
        • Intro
        • Create Microsoft App registration
        • Deploy an Azure Resource Manager (ARM) templates
        • Update application settings
        • Deploy LUIS models
        • Deploy QnA Maker knowledge bases
        • Create a Dispatch LUIS model
    • Handbook
      • Activity Handling
      • Deployment Scripts
      • Language Generation
      • Localization
      • Testing
      • Manage cognitive models across environments
      • Feedback
      • Events
      • Exchanging data with Skills
      • Migration
  • Skills
    • Create
      • C#
        • Intro
        • Download and install
        • Create your skill project
        • Provision your Azure resources
        • Update your Skill Manifest
        • Run your skill
        • Add your skill to a Virtual Assistant
        • Invoke your skill
        • Next steps
      • TypeScript
        • Intro
        • Download and install
        • Create your skill project
        • Provision your Azure resources
        • Update your Skill Manifest
        • Run your skill
        • Add your skill to a Virtual Assistant
        • Invoke your skill
        • Next steps
    • Customize
      • C#
        • Intro
        • Edit your responses
        • Update your skill manifest
        • Publish your skill
        • Next steps
      • TypeScript
        • Intro
        • Edit your responses
        • Update your skill manifest
        • Publish your skill
        • Next steps
    • Connect to a sample
      • Intro
      • Download and install
      • Deploy skill project
      • Update your Skill Manifest
      • Connect skill
      • Test skill
      • Next steps
    • Add action support
      • C#
        • Intro
        • Add action handling code
    • Handbook
      • Architecture
      • Experimental - Adding Bot Framework Composer dialogs to a Skill
      • Skill CLI Tool
      • Manifest
      • Adding Authentication configuration for Authenticated skills.
      • Add a Skill to a Virtual Assistant
      • Multilanguage functionality
      • Best practices
      • OAuth for Skills
    • Samples
      • Calendar Skill
      • Email Skill
      • Point Of Interest Skill
      • To Do Skill
      • Transcripts
      • Experimental Skills
        • Automotive Skill
        • Bing Search Skill
        • Hospitality Skill
        • IT Service Managment (ITSM) Skill
        • Music Skill
        • News Skill
        • Phone Skill
        • Restaurant Booking Skill
        • Weather Skill
  • Solution Accelerators
    • Assistants
      • Enterprise Assistant
      • Hospitality Assistant
    • Samples
      • Linked accounts
      • Proactive notifications
    • Enable continuous integration
      • C#
        • Intro
        • Add Coverlet to the project
        • Create a YAML file
        • Configure the build steps
      • Typescript
        • Intro
        • Create a YAML file
        • Configure the build steps
    • Enable continuous deployment
      • Intro
      • Create a release pipeline
      • Configure the pipeline to update bot services
    • Enable proactive notifications
      • Intro
      • Produce a notification event
      • Handle notifications
      • Set up the Virtual Assistant
      • Run your solution
    • View analytics with Power BI
      • Intro
      • Get your Application Insights Application ID
      • Open the Power BI template
      • Next steps
  • Clients and Channels
    • Clients
      • Virtual Assistant Client (Android)
      • Event Companion (Android)
      • Direct Line Web Client
    • Extend to Direct Line Speech
      • Intro
      • Create a Speech Service resource
      • Add the Direct Line Speech channel
      • Select a Direct Line Speech client
      • Change the voice
      • Next steps
    • Extend to Microsoft Teams
      • Intro
      • Add Microsoft Teams channel
      • Install App Studio
      • Create application manifest
      • Test in Teams
      • Add commands
      • Next steps
  • Help
    • Frequently asked questions
    • Known issues
    • Support and feedback
This site is obsolete and should be used for reference only. The information in this documentation is not guaranteed to work for Bot Framework SDK versions past 4.9.1. Tutorial: Extend to Microsoft Teams

Installing App Studio

The next step is to create an Application Manifest for Teams. The most significant part of a Microsoft Teams app package is its manifest.json file. This file, which must conform to the Teams App schema, contains metadata which allows Teams to correctly present your app to users.

The Manifest Editor tab in App Studio simplifies creating the manifest, allowing you to describe the app, upload your icons, add app capabilities, and produce a .zip file which can easily be uploaded into Teams for testing or distributed for others to use. This manifest references your deployed Bot endpoint.

  1. App Studio is a Teams app which can be found in the Teams store. See the Store Icon in the left-hand ribbon of Teams, or follow this link for direct download.
  2. Select the App Studio tile to open the app install page and click Install.

    App Install Page

Add Microsoft Teams channel Create application manifest
  • Installing App Studio

with by Microsoft

Copyright © Microsoft Corporation. All rights reserved.

Found an issue on this page? Let us know!

Open issue

Tag » App Studio