Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasmulli/alerter-static-app-demo
Azure Static Web App Demo using Blazor WebAssembly and Azure Functions with Microsoft Graph
https://github.com/dasmulli/alerter-static-app-demo
Last synced: 21 days ago
JSON representation
Azure Static Web App Demo using Blazor WebAssembly and Azure Functions with Microsoft Graph
- Host: GitHub
- URL: https://github.com/dasmulli/alerter-static-app-demo
- Owner: dasMulli
- Created: 2020-11-13T01:30:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-13T07:40:54.000Z (about 4 years ago)
- Last Synced: 2024-10-25T13:08:02.669Z (26 days ago)
- Language: C#
- Size: 226 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Alerter Sample
This is a sample for an Azure Static Web App with a backing Azure Functions App allowing to send out alerts to employees.
The sample uses Azure Active Directory for authentication and makes use of the Microsoft Graph APIs to query user and group information.
The sample application allows to send templated alerts to a group of people. The client (Frontend) authenticates the user and queries the Graph for Groups to send to.
The backend API then receives requests for Alerts and may use service connections not exposed in the client to send alerts (this can be implemented with e.g. SMS APIs).Since this is a basic sample for serverless M365 integrated applications, further extensions coud be:
* Packaging as an MS Teams Application
* Alerting people managed in a SharePoint list
* Additional contact methods, e.g. e-mail