Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Building Applications and Solutions with Microsoft 365 Core Services

Price
2,380 USD
4 Days
MOC-MS-600T00-A
Classroom Training, Online Training
Microsoft

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

  • Date: 10-Jun-2024 to 13-Jun-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,380 USD
  • Date: 22-Jul-2024 to 25-Jul-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,380 USD
  • Date: 14-Oct-2024 to 17-Oct-2024
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,380 USD
  • Date: 6-Jan-2025 to 9-Jan-2025
    Time: 9AM - 5PM US Eastern
    Location: Virtual
    Language: English
    Delivered by: LearnQuest
    Price: 2,380 USD
View Global Schedule

Course Description

Overview

The Building applications and solutions with Microsoft 365 core services course is designed for persons who are aspiring to the Microsoft Teams Application Developer role. In this course, students will learn how to build collaboration solutions leveraging 4 central elements of the Microsoft 365 platform: implementing Microsoft identity, working with Microsoft Graph, and building applications for Microsoft Teams. In Implement Microsoft identity, students will learn to implement Microsoft identity including registering an application, implementing authentication, configuring permissions to consume an API, and creating a service to access Microsoft Graph. In Work with Microsoft Graph, students will learn how to access user data, explore query parameters, manage a group lifecycle, access files, and optimize network traffic using Microsoft Graph. In Build apps for Microsoft Teams, students will look at the components of a Teams App, work with webhooks, tabs, conversational bots, and other Microsoft Teams app capabilities. They will also learn to deploy Microsoft Teams apps.
 

Objectives


 

Audience

Students in this course are interested in the Microsoft 365 development platform or in passing the Microsoft Teams Application Developer Associate certification exam. Students should also have 1-2 years experience as a developer. This course assumes students know how to code and have a basic understanding of REST APIs, JSON, OAuth2, OData, OpenID Connect, Microsoft identities including Azure AD and Microsoft accounts, Azure AD B2C, and permission/consent concepts. Job role: Administrator
 

Prerequisites

    Before attending this course, students should have:
    • 1-2 years experience as a developer. This course assumes students know how to code and have a basic understanding of REST APIs, JSON, OAuth2, OData, OpenID Connect, Microsoft identities including Azure AD and Microsoft accounts, Azure AD B2C, and permission/consent concepts.
    • It is recommended that students have some experience developing solutions on Microsoft Teams through all phases of software development.

Topics

Getting Started with Microsoft Identity
  • Introduction
  • Different types of tokens used in Microsoft identity
  • Exercise - Different types of tokens used in Microsoft identity
  • Account types in Microsoft identity
  • Exercise - Account types in Microsoft identity
  • Identity topology options
  • Exercise - Identity topology options
Application types in Microsoft identity
  • Introduction
  • Single-page applications
  • Exercise - Single-page applications
  • Web apps that sign in users and call APIs
  • Exercise - Web apps that sign in users & call APIs
  • Daemon and non-interactive apps
  • Exercise - Daemon and non-interactive apps
Permissions and Consent Framework
  • Introduction
  • Understand the permissions and consent framework in the Microsoft identity platform
  • Exercise - Create a single page app
  • Delegated permissions and consent
  • Exercise - Delegated permissions and consent
  • Application permissions and consent
  • Exercise - Application permissions and consent
Secure custom APIs with Microsoft Identity
  • Introduction
  • Create and secure a web API with Microsoft identity
  • Exercise - Create and secure a web API with Microsoft identity
  • Call secured APIs from web applications
  • Exercise - Call secured APIs from web applications
  • Call secured APIs from daemon apps
  • Exercise - Leverage app roles to secure custom APIs
Work with users, groups, and roles in custom apps and APIs
  • Introduction
  • Role-based access control in Microsoft identity
  • Exercise - Create and secure a web app with Microsoft identity
  • Utilize security groups in custom apps and APIs secured with Microsoft identity
  • Exercise - Utilize security groups in custom web apps and APIs
  • Leverage application roles in custom apps and APIs
  • Exercise - Utilize app roles in custom web apps and APIs
Optimize data usage when using Microsoft Graph with query parameters
  • Introduction
  • Microsoft Graph of Query Parameters
  • Exercise - Retrieve and control information returned from
Optimize network traffic with Microsoft Graph
  • Introduction
  • Understand throttling in Microsoft Graph
  • Exercise - Understand throttling in Microsoft Graph
  • Avoid throttling & implement throttling strategies
  • Exercise - Avoid throttling & implement throttling strategies
  • Eliminate polling Microsoft Graph with delta query
  • Exercise - Eliminate polling Microsoft Graph with delta query
Access User Data from Microsoft Graph
  • Introduction
  • Working with users in the organization
  • Exercise - Working with users in the organization
  • User profile photos and related users
  • Exercise - Working with profile photos and related users
  • Modifying users
  • Exercise - Modifying users
Manage Group Lifecycle with Microsoft Graph
  • Introduction
  • Working with groups in the organization
  • Exercise - Working with groups in the organization
  • Users and their groups
  • Exercise - Users and their groups
  • Manage group lifecycle
  • Exercise - Manage group lifecycle
Access Files with Microsoft Graph
  • Introduction
  • Access and download files from OneDrive
  • Exercise - Access and download files from OneDrive
  • Uploading files to OneDrive
  • Exercise - Upload files to OneDrive
  • Work with file relationships and trends in OneDrive
  • Exercise - Work with file relationships and trends in OneDrive
Use Change Notifications and Track Changes with Microsoft Graph
  • Introduction
  • Microsoft Graph overview and .NET core web APIs
  • Exercise - Azure AD apps .NET core web APIs
  • Microsoft Graph change notifications
  • Exercise - Microsoft Graph change notifications
  • Microsoft Graph track changes (delta query)
  • Exercise - Microsoft Graph track changes (delta query)
Introduction to building apps for Microsoft Teams
  • Introduction
  • What are Microsoft Teams apps?
  • How do you create an app for Microsoft Teams?
  • When should you choose to build a custom Microsoft Teams app?
  • Knowledge check
Task-oriented interactions in Microsoft Teams with messaging extensions
  • Introduction
  • Microsoft Teams messaging extensions and action commands
  • Exercise - Create action command messaging extensions
  • Search command message extensions
  • Exercise - Create search command messaging extensions
  • Link unfurling message extensions
  • Exercise - Implement link unfurling messaging extensions
Create embedded web experiences with tabs for Microsoft Teams
  • Introduction
  • Create a custom Microsoft Teams personal tab
  • Exercise - Create a custom Microsoft Teams personal tab
  • Create a custom Microsoft Teams channel or group tab
  • Exercise - Create a custom Microsoft Teams channel or group tab
  • Implement authentication in a custom tab
  • Exercise - Implement authentication in a custom tab
Create interactive conversational bots for Microsoft Teams
  • Introduction
  • Overview of bots with Microsoft Teams
  • Exercise - Creating conversational bots for Microsoft Teams
  • Bots in Microsoft Teams channels and group chats
  • Exercise - Bots in Microsoft Teams channels and group chats
  • Proactive messages from bots
  • Exercise - Proactive messages from bots
Collect Input in Microsoft Teams with Task Modules
  • Introduction
  • Collecting user input with task modules
  • Exercise - Collecting user input with task modules
  • Using adaptive cards and deep links in task modules
  • Exercise - Using adaptive cards and deep links in task modules
  • Using task modules with bots
  • Exercise - Using task modules with bots
Connect web services to Microsoft Teams with webhooks and Office 365 Connectors
  • Introduction
  • Connect web services to Microsoft Teams with webhooks
  • Exercise - Create outgoing webhooks
  • Create incoming webhooks
  • Exercise - Create incoming webhooks
  • Use Office 365 Connectors in Microsoft Teams
  • Exercise - Create and add Office 365 Connectors to teams
Microsoft Teams – Use the teamwork Microsoft Graph endpoint
  • Introduction
  • Use Microsoft Graph with Microsoft Teams
  • Exercise - Teamwork endpoint introduction
  • Configure a built-in tab with Microsoft Graph
  • Exercise - Configure a built-in tab with Microsoft Graph
  • Use Microsoft Graph to post to the activity feed
  • Exercise - Use Microsoft Graph to post to the activity feed
Microsoft Teams – Authentication and Single Sign-on
  • Introduction
  • Understand authentication and single sign-on (SSO) in Microsoft Teams apps
  • Exercise - Implement single sign-on (SSO) for Microsoft Teams apps
  • Single sign-on (SSO) with Microsoft Teams tabs
  • Exercise - Single sign-on (SSO) with Microsoft Teams tabs
  • Single sign-on (SSO) with Microsoft Teams bots
  • Exercise - Single sign-on (SSO) with Microsoft Teams bots
Create interactive meeting apps for Microsoft Teams
  • Introduction
  • Understand Microsoft Teams meetings apps
  • Exercise - Creating meeting apps for Microsoft Teams
  • In-meeting experience & participant roles
  • Exercise - In-meeting experience & participant roles
  • Implement a post-meeting experience for attendees
  • Exercise - Implement a post-meeting experience for attendees
Distribute your Microsoft Teams app
  • Introduction
  • Manage apps in the Developer Portal
  • Exercise - Manage apps in the Developer Portal
  • Upload to a user or team
  • Exercise - Upload an app to a user or team
  • Publish to your organization
  • Exercise - Publish an app to your organization
  • Automate Teams app deployment
  • Exercise - Automate app deployment
Monitor and maintain Microsoft Teams solutions
  • Introduction
  • Configure audit logging
  • Exercise - Configure audit logging
  • Monitor performance using App Insights
  • Exercise - Monitor performance using App Insights
  • Analyze app logs
  • Exercise - Analyze logs using Log Analytics
  • Microsoft 365 Fundamentals

    MOC-MS-900T01
    • Duration: 1 Day
    • Delivery Format: Classroom Training, Online Training
    • Price: 595.00 USD
  • Microsoft 365 Messaging

    MOC-MS-203T00
    • Duration: 5 Days
    • Delivery Format: Classroom Training, Online Training
    • Price: 2,975.00 USD
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.