Explore the theory and specific sequence you need to follow to leverage the upgrade capabilities of SPFx.
- [Instructor] Deploying SharePoint framework…solution artifacts that rely on code, JavaScript files,…things that go on the CDN…require a very special workflow and consideration.…Version one is easy.…You write the code, you deploy stuff to the CDN,…you deploy your sppkg and the wep part works.…Version two is where things get a little interesting.…You update your code and you build your application again.…
At that point you don't deploy the sppkg.…You first deploy your files to the CDN.…Why?…Well this is because you don't want…the new files to become available…until the user chooses to upgrade.…So you deploy things to the CDN first.…Don't deploy the sppkg.…The old web part shows still.…Now, you deploy the new sppkg…and end users can now pull the new web part…in their site collections…and, therefore, it'll start pulling the new files…and that is how version one upgrades to version two.…
So, again, upgrading your solution.…Always upgrade the SPFx solution package.…This contains the updated manifest,…it ensures a safe path for an upgrade,…
Author
Released
4/27/2018- Setting up a document library to act as a CDN
- Managing the Office 365 CDN using PowerShell and the Office 365 CLI
- Enabling or disabling the site collection app catalog
- Upgrading SPFx solutions
- Application lifecycle management (ALM) APIs
Skill Level Intermediate
Duration
Views
Related Courses
-
SharePoint 2016 and SharePoint Online New Features
with Gini von Courter1h 12m Appropriate for all -
SharePoint 2016: No-Code Workflows
with Gini von Courter1h 19m Intermediate -
SharePoint Online 2017: Beyond the Basics
with Gini von Courter3h 32m Intermediate -
SharePoint Online Essential Training
with Gini von Courter9h 35m Appropriate for all
-
Introduction
-
Welcome1m
-
What you should know1m 53s
-
-
1. Environment Setup and Starter Code
-
My dev machine3m 49s
-
Write a simple SPFx web part1m 27s
-
-
2. Office 365 Content Delivery Network (CDN)
-
Introduction: Office 365 CDN2m 21s
-
Uninstall an SPFx solution2m 37s
-
-
3. The Site Collection App Catalog
-
4. Upgrade SPFx Solutions
-
5. Application Lifecycle Management (ALM) APIs
-
Introduction: ALM APIs4m 8s
-
-
Conclusion
-
Next steps57s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Upgrade code artifacts: Theory