With the recent release of Angular 5.1 and its CLI in version 1.6, Angular released his new module @angular/service-worker, developed to help us creating Progressive Web Apps. Angular team is saying that it's a first release, and the work will continue in the future, to add new
Tag: Serverless
Total 3 Posts
This is the second post of the series, showing a full implementation of a webhook in SharePoint Online using Azure Function, as an alternative to remote event receivers. We'll see in this post how to authenticate to Azure AD from a Function using certificates, how to retrieve the changes on
The goal of this series of posts is to show an implementation of a real world scenario of a webhook in SharePoint Online, as an alternative to remote event receivers, to allow developers to receive notifications on specific events. The architecture will be a variation of the one showed in