Building Applications and Solutions with Microsoft 365 Core Services (legacy) — Question 34
You plan to deploy a SharePoint Framework (SPFx) solution to the tenant app catalog.
Which attribute should you configure in the package-solution.json file to ensure that the solution is available immediately to all site collections?
Answer options
- A. skipFeatureDeployment
- B. zippedPackage
- C. ClientSideComponentId
- D. isDomainIsolated
Correct answer: A
Explanation
The correct answer is A, skipFeatureDeployment, which allows the solution to be made available immediately without waiting for feature deployment. The other options do not control the immediate availability of the solution across site collections: B, zippedPackage, refers to the package format, C, ClientSideComponentId, is a unique identifier for the component, and D, isDomainIsolated, pertains to the isolation settings of the solution.