diff --git a/samples/react-spupsproperty-sync/README.md b/samples/react-spupsproperty-sync/README.md index 6654b75bf..d05fa8a37 100644 --- a/samples/react-spupsproperty-sync/README.md +++ b/samples/react-spupsproperty-sync/README.md @@ -69,10 +69,6 @@ This component will help the administrators who are currently maintaining the us * [SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview) * [Office 365 tenant](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment) -## Prerequisites - -> **@microsoft/generator-sharepoint - 1.10.0** - ## Solution Solution|Author(s) @@ -88,6 +84,7 @@ Version|Date|Comments ## Minimal Path to Awesome - Clone this repository +- From your command line, change your current directory to the directory containing this sample (`react-spupsproperty-sync`, located under `samples`) - in the command line run: - `npm install` - `gulp bundle --ship && gulp package-solution --ship` @@ -102,6 +99,9 @@ This solution doesn't work on local mode. If you want to try on a real environment, open: [O365 Workbench](https://your-domain.sharepoint.com/_layouts/15/workbench.aspx) +## Video + +[![SharePoint User Profile Property Sync with SPFx and Azure Function](./assets/video-thumbnail.jpg)](https://www.youtube.com/watch?v=BaNWS0hzUpQ "SharePoint User Profile Property Sync with SPFx and Azure Function") ## Disclaimer diff --git a/samples/react-spupsproperty-sync/assets/video-thumbnail.jpg b/samples/react-spupsproperty-sync/assets/video-thumbnail.jpg new file mode 100644 index 000000000..92720db38 Binary files /dev/null and b/samples/react-spupsproperty-sync/assets/video-thumbnail.jpg differ