Customizing Microsoft Teams build custom apps and extensions for your business using Power Platform and Dataverse in Microsoft Teams

In the evolving remote working arrangement, the demand for custom Microsoft Teams apps is increasing rapidly across businesses. If you are someone who aims to provide users with an exceptional experience through custom-built apps that adhere to industry standards and good governance, Customizing Mic...

Full description

Bibliographic Details
Main Author: Kondameda, Gopi
Format: eBook
Language:English
Published: Birmingham, UK Packt Publishing Ltd. 2023
Edition:1st edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Consuming the Graph API in PowerShell
  • Microsoft Teams automation with the Graph API
  • Team automation cycle
  • Best practices with the Graph API
  • Pagination
  • Batching
  • Throttling
  • Summary
  • Chapter 4: Microsoft Teams PowerShell
  • Microsoft Teams PowerShell Module
  • Installing Microsoft TPM
  • Updating Microsoft TPM
  • Connecting to Microsoft TPM
  • CLI for Microsoft 365
  • Installing CLI for Microsoft 365
  • Connecting to CLI for Microsoft 365
  • Adding a new Microsoft team with CLI for Microsoft 365
  • Summary
  • Part 2: Microsoft Teams Customization with Tools and Techniques
  • Chapter 3: Microsoft Graph API
  • What is the Graph API?
  • Getting started with the Graph API
  • Version
  • v1.0 or Beta
  • Resources
  • users, groups, sites, drives, devices, and more
  • Query parameters
  • Graph Explorer
  • Authentication and authorization of the Graph API
  • Registering an application in Azure Active Directory
  • Setting registered app permissions in Azure AD
  • Getting Graph API access with the user (delegated permissions)
  • Getting Graph API access without the user (application permissions)
  • Cover
  • Title Page
  • Copyright and Credits
  • Dedications
  • Contributors
  • Table of Contents
  • Preface
  • Part 1: Microsoft Teams Customization Exploring the Architecture and Components
  • Chapter 1: Introducing Microsoft Teams Apps
  • Overview of Microsoft Teams as a platform
  • Exploring the Microsoft Teams app architecture
  • Classification of apps
  • Exploring the core services used for the development of Teams
  • Azure
  • Microsoft 365
  • Power Platform
  • Microsoft Teams admin, configuration, and prerequisites such as Azure, Microsoft 365, and Power Platform
  • Org-wide app settings
  • Permission policies
  • Creating custom app permission policies
  • Setup policies
  • Summary
  • Chapter 2: Microsoft Teams Apps and Bots
  • Exploring App Studio/Developer Portal
  • Creating a Teams app with Developer Portal
  • Teams Toolkit for Visual Studio Code
  • The Microsoft Teams JavaScript client SDK
  • Understanding how to use tabs
  • Built-in tab
  • Custom tabs
  • Utilizing bots
  • Creating an FAQ bot with QnA Maker
  • Getting to know more about webhooks and connectors
  • Webhooks
  • Connectors
  • Messaging extensions
  • Adaptive cards
  • Summary
  • Chapter 5: Microsoft Teams Customization Using the SharePoint Framework (SPFx)
  • SharePoint development history
  • Setting up an SPFx development environment
  • Developing your first Teams tab or app using the SPFx
  • What is the difference between a Teams app and a Teams tab?
  • Building and running the web part in Workbench
  • Packaging the solution
  • Deploying the SPFx package to the App Catalog
  • Syncing SharePoint web parts to Teams
  • Sideloading app in Teams
  • A SharePoint web part as a Teams tab
  • A SharePoint web part as a Teams personal app