nerdexam
Microsoft

MB-820 · Question #19

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…

The correct answer is A. Get-BcArtifactUrl -type sandbox -select Current. 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…

Work with development tools

Question

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?

Options

  • AGet-BcArtifactUrl -type sandbox -select Current
  • BGet-BcArtifactUrl -type sandbox -select Closest
  • CGet-BcArtifactUrl -type sandbox -select NextMinor
  • DGet-BcArtifactUrl -type sandbox -select NextMajor

How the community answered

(34 responses)
  • A
    88% (30)
  • B
    3% (1)
  • C
    3% (1)
  • D
    6% (2)

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.

Topics

#Docker containers#BcArtifactUrl#sandbox artifacts#development environment

Community Discussion

No community discussion yet for this question.

Full MB-820 Practice