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:
A company has an on-premises Business Central instance named TEST The instance uses Windows authorization and a developer services port of 7149 Visual Studio Code is installed on the same server. You create a new AL project but cannot download the symbols. The launch json file contains the following code: You need to download the symbols. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Correct Answer: A,B
You are working on an on-premises Business Central instance and unable to download symbols for a new AL project. The current configuration in launch.json does not allow you to download symbols, and you need to make corrections. Key Points in the Scenario: * Instance name is TEST. * Developer services port is 7149. * Windows authentication is being used. Correct Answers: * A. Change the server Instance parameter to TEST. * The serverInstance parameter must match the name of the Business Central instance, which is TEST in this scenario. You need to modify this to reflect the correct instance name. * B. Add the port: 7149 parameter. * Since the developer services are using port 7149, you need to specify this in the launch.json file by adding the port parameter with the value 7149. Incorrect Options: * C. Change the name parameter to TEST: The name parameter is just a label and does not affect downloading symbols, so changing this won't help. * D. Change the authentication parameter to UserPassword: The authentication method is already set to Windows, which is valid for this scenario. Changing it to UserPassword is unnecessary unless specified by the system. * E. Check which server the instance is installed on and replace http://localhost with the correct IP address: Since the server is on the same machine as Visual Studio Code (as specified), localhost is correct.