InXM Cloud, Sitecore Content Serialization (SCS) is used to manage serialized items and synchronize them with theContent Management (CM) instance. Unlike traditional Sitecore deployments where items are manually pushed usingSCS CLI, XM Cloud follows an automated approach usingItems as Resources (IAR).
During the Deployment Process:
TheXM Cloud Deployprocess packagesserialized contentinto anItems as Resources (IAR) file.
This IAR file contains theserialized Sitecore itemsand is included in the deployment package.
When the CM Instance Starts:
The IAR file is automaticallylayered into the CM database, ensuring the content structure is synchronized without requiring manual SCS CLI commands.
Benefits of the IAR Approach:
Faster and More Reliable: Instead of pushing serialized items manually, theIAR file is pre-packagedand automatically applied.
No Additional Build Steps Required: Unlike traditional deployments where a separate script or pipeline is needed to push items, XM Cloudhandles this automatically.
Ensures Content Integrity: Items in the IAR file are versioned and deployedconsistently across environments.
How Sitecore Content Serialization (SCS) Works in XM Cloud Deployments:
Why Are the Other Options Incorrect?❌A. The XM Cloud deploy process uses the SCS CLI to do a push once the CM instance is active.
Incorrect, because XM Cloud doesnot rely on the SCS CLI for pushing itemsduring deployment. Instead, it packages the items into anIAR file, which is automatically applied.
❌C. A build pipeline must be created to use the SCS CLI push commands to push content after the XM Cloud Deploy app finishes.
Incorrect, because XM Cloudautomatically deploys items via the IAR file. There is no need for a separate pipeline to push serialized content manually.
❌D. The XM Cloud deploy process uses serialized item batches through REST APIs at the XM Cloud CM to speed up serialization.
Incorrect, because Sitecore doesnot use REST APIs to push serialized itemsin XM Cloud deployments. Instead, the IAR mechanism ensures content is deployed efficiently.
Sitecore XM Cloud Content Serialization (SCS) Overview– Sitecore Content Serialization in XM Cloud
Understanding Items as Resources (IAR) in XM Cloud– IAR Deployment in Sitecore XM Cloud
Best Practices for XM Cloud Deployments– XM Cloud Deployment Guide
References for Further Learning:
Submit