Valid MB-820 Dumps shared by ExamDiscuss.com for Helping Passing MB-820 Exam! ExamDiscuss.com now offer the newest MB-820 exam dumps, the ExamDiscuss.com MB-820 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MB-820 dumps with Test Engine here:
You are cleaning up sandbox environments for a company. The company requires data to be cleared from the environments each time an extension is published. You need to configure the launch.json file. Which schemaUpdateMode property should you set?
Correct Answer: D
In the context of cleaning up sandbox environments for a company where data needs to be cleared each time an extension is published, the schemaUpdateMode property in the launch.json file should be set to Recreate (D). Setting this property to Recreate ensures that every time the extension is published, the existing tables and data are dropped, and then the tables are recreated based on the current extension's schema. This mode is particularly useful in development and testing environments where you need a clean slate for testing each version of the extension without the remnants of previous data affecting the outcomes. It's important to use this setting cautiously, as it results in the loss of all existing data in the tables defined by the extension, which is suitable for a sandbox environment but not for production environments.