https://github.com/alexander-kastil/ms-600
Building Applications and Solutions with Microsoft 365 Core Services Demo Material
https://github.com/alexander-kastil/ms-600
learning microsoft-365 msgraph office-addin spfx teams
Last synced: 5 months ago
JSON representation
Building Applications and Solutions with Microsoft 365 Core Services Demo Material
- Host: GitHub
- URL: https://github.com/alexander-kastil/ms-600
- Owner: alexander-kastil
- License: gpl-3.0
- Created: 2021-03-15T21:09:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-24T05:57:37.000Z (about 4 years ago)
- Last Synced: 2025-10-31T22:22:00.829Z (8 months ago)
- Topics: learning, microsoft-365, msgraph, office-addin, spfx, teams
- Language: PowerShell
- Homepage:
- Size: 430 MB
- Stars: 0
- Watchers: 1
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MS-600 - Building Applications and Solutions with Microsoft 365 Core Services
Companion Material for Class Delivery by [Alexander Pajer](https://www.integrations.at/kontakt.aspx) containing:
## Contents
- [Tooling Quickstarts](./Tooling)
- [Set up a Microsoft 365 developer sandbox subscription](https://docs.microsoft.com/en-us/office/developer-program/microsoft-365-developer-program-get-started)
- [Register Azure Pass](./Tooling/05-AzurePass)
- [Git & GitHub Basics](./Tooling/01-Github)
- [Visual Studio Code Intro](./Tooling/02-VSCode)
- [Document Repos using Markdown](./Tooling/03-Markdown)
- [Using Azure CLI](./Tooling/04-CLI)
- [Instructor Demos](./Demos)
- [Guided Scripts to setup an Azure hosted Development & Lab VM](./Setup)
- [Base Dev Environment Setup inkluding Visual Studio Code Extensions](./Setup/#basics)
- [Setup Windows Subsystem for Linux 2 - WSL2](./Setup/#wsl)
- [Labs](./Labs)
> Note: Labs are taken from the official repo [MS-600: Building Applications and Solutions with Microsoft 365 Core Services](https://github.com/MicrosoftLearning/MS-600-Building-Applications-and-Solutions-with-Microsoft-365-Core-Services)
## Required Cloud Ressources
- [Github User Account](https://github.com/)
- [Microsoft 365 Developer Tenant](https://developer.microsoft.com/en-us/microsoft-365/dev-program)
- Azure Subscription:
- Using [Azure Passes](https://www.microsoftazurepass.com/)
- Azure Paid / Sponsored Subscription
- [Azure Trial Subscription](https://azure.microsoft.com/en-us/free/)
> Note: Please do not use a production tenant or subscriptions for training. You might not have all the required permissions and do not want to interupt production ressources when applying configuration changes.
## Exam
[Exam MS-600: Building Applications and Solutions with Microsoft 365 Core Services](https://docs.microsoft.com/en-us/learn/certifications/exams/ms-600)
## Contributing
Feel free to contribute. When contribute implement your changes / additions on a feature branch in your fork and issue a pull request after completion. An introduction video into forks and pull requests can be found [here](https://www.youtube.com/watch?v=nT8KGYVurIU)