ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 41 - MB-820 discussion

Report
Export

A company plans to set up a local Business Central Development Docker container. The environment will be used for testing new project ideas.

You need to ensure that the most recent Business Central artifact URL has been selected. Which command should you use?

A.

Get-BcArtifactUrl -type sandbox -select Current

Answers
A.

Get-BcArtifactUrl -type sandbox -select Current

B.

Get-BcArtifactUrl -type sandbox -select Closest

Answers
B.

Get-BcArtifactUrl -type sandbox -select Closest

C.

Get-BcArtifactUrl -type sandbox -select NextMinor

Answers
C.

Get-BcArtifactUrl -type sandbox -select NextMinor

D.

Get-BcArtifactUrl -type sandbox -select NextMajor

Answers
D.

Get-BcArtifactUrl -type sandbox -select NextMajor

Suggested answer: A

Explanation:

To ensure the most recent Business Central artifact URL is selected for setting up a local Business Central Development Docker container, the command to use is Get-BcArtifactUrl -type sandbox -select Current (A). This PowerShell command retrieves the URL for the latest available Business Central artifact for a sandbox environment, ensuring that the Docker container is set up with the most up-to-date version for testing new project ideas. The -select Current parameter is crucial as it specifies that the current, or latest, version of the artifact is to be retrieved, as opposed to selecting a version based on other criteria such as Closest, NextMinor, or NextMajor.

asked 05/10/2024
jim eagleton
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first