News

New Microsoft Teams App Camp Details How to Build, Sell Teams Apps

The brand-new Microsoft Teams App Camp is an on-demand workshop with labs featuring videos and more that detail the ins and outs of building apps for Microsoft Teams collaboration software and selling those apps in the product's app store.

The Microsoft Teams App Camp On Demand site builds on the Teams Toolkit that features project templates that provide all the code, files and configuration needed to help developers get started with a Teams app project, and guidance such as "Build apps with Microsoft Teams platform."

However, it takes a tech-agnostic approach, not requiring special tools, just ubiquitous, vanilla JavaScript. In fact, the only parts of the camp that aren't technically agnostic are those needed to integrate with Microsoft Teams and Microsoft 365.

"Teams App Camp is an on-demand workshop complete with videos and hands-on labs in which you'll extend a simple web application to become a full-featured Microsoft Teams application, complete with a sample license service based on Microsoft's Commercial Marketplace," Microsoft's Bob German said in an Aug. 30 announcement.

Microsoft Teams App Camp
[Click on image for larger view.] Microsoft Teams App Camp (source: Microsoft).

The camp site provides two lab paths, A and B, the former for apps using Azure Active Directory and the latter for using a non-AAD identity system.

After completing a basic core app (the classic Northwind Orders application), the Extended labs tab lets devs "Choose your own adventure!" by fleshing out their app with features including dialogs, deep links, meeting apps and messaging extensions, along with guidance for selling an SaaS-based Teams Extension.

"The Microsoft Teams app model is designed to make it easy for software vendors to reuse their application features and code," German said. "Ordinary web pages can be exposed as tabs and dialogs in Microsoft Teams, and web services can be updated to communicate with Teams using Microsoft Graph and the Azure Bot Framework."

A Resources tab provides everything from Teams development fundamentals and documentation to working with tabs, bots, notifications and much more under the Azure AD SSO (single sign-on) heading.

The camp also provides a host of videos, with topics ranging from business briefs (selling and buying apps in the Teams marketplace) to many technical briefs that address both building and monetizing a Teams app.

"At the completion of App Camp, you'll have a working Teams application running in your own Microsoft 365 Developer tenant," German said. "And you'll know how it works and how to plug it into Microsoft's ecommerce machine. Don't miss this opportunity to learn how to build revenue-generating apps and sell them to the enormous Microsoft Teams user base."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube