Valid MS-600 Dumps shared by ExamDiscuss.com for Helping Passing MS-600 Exam! ExamDiscuss.com now offer the newest MS-600 exam dumps, the ExamDiscuss.com MS-600 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com MS-600 dumps with Test Engine here:
You have a custom Microsoft Word add-in that was written by using Microsoft Visual Studio Code. A user reports that there is an issue with the add-in. You need to debug the add-in for Word Online. What should you do before you begin debugging in Visual Studio Code?
Correct Answer: C
Debug your add-in from Excel or Word on the web To debug your add-in by using Office on the web (see step 3): 12.Deploy your add-in to a server that supports SSL. 13.In your add-in manifest file, update the SourceLocation element value to include an absolute, rather than a relative, URI. 14.Upload the manifest to the Office Add-ins library in the app catalog on SharePoint. 15.Launch Excel or Word on the web from the app launcher in Office 365, and open a new document. 16.On the Insert tab, choose My Add-ins or Office Add-ins to insert your add-in and test it in the app. 17.Use your favorite browser tool debugger to debug your add-in.