MS-600 · Question #18
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…
The correct answer is A. skipFeatureDeployment. You can configure your SharePoint Framework components to be immediately available across the tenant when the solution package is installed to the tenant app catalog. This can be configured by using the skipFeatureDeployment attribute in the package-solution.json file.
Question
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?
Options
- AskipFeatureDeployment
- BzippedPackage
- CClientSideComponentId
- DisDomainIsolated
How the community answered
(38 responses)- A71% (27)
- B5% (2)
- C18% (7)
- D5% (2)
Explanation
You can configure your SharePoint Framework components to be immediately available across the tenant when the solution package is installed to the tenant app catalog. This can be configured by using the skipFeatureDeployment attribute in the package-solution.json file.
Topics
Community Discussion
No community discussion yet for this question.