Free Microsoft Dynamics MB-820 Actual Exam Questions - Question 7 Discussion
DRAG DROP You are treating an app tor Business Central. You plan to specify the following parameters and properties of the server and app. • Startup object type and object ID • Runtime • Dependencies You need to configure the JSON file for the specified parameters and properties Which JSON files should you configure? To answer, move the appropriate files to the correct object purposes You may use each file once, more than once, or not at all You may need to move the split bar between panes or scroll to view content NOTE Each correct selection is worth one point.

I agree that app.json is the right place for startup object type, ID, and dependencies since those define the app’s metadata and what it needs to load. Runtime settings are about how the server behaves when running or debugging the app, so launch.json fits better there. It’s basically separating app configuration from execution environment setup. This split makes it easier to manage changes in either without mixing concerns.
Startup object type and ID, plus dependencies, belong in app.json since they define the app’s core setup. Runtime settings should go in launch.json because it controls the execution environment during debugging.
I think startup object type and ID, plus dependencies, fit in app.json since they define the app structure and what it needs to run. Runtime sounds more like launch.json because it deals with how the server environment runs, especially during debugging or testing. So, app.json handles the app’s config and launch.json controls the runtime environment. This separation makes sense given their roles.
I think startup object and dependencies go in app.json since they define the app's metadata. Runtime might be part of launch.json because it controls how the server runs during debugging. So, app.json for those settings and launch.json for runtime.
Can someone clarify which specific JSON files the question is referring to? Are we talking about app.json, launch.json, or something else? Also, does the question expect us to match these parameters like startup object type and dependencies to separate files, or are some combined in one JSON file? The context about the exact files involved isn’t clear to me.