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…
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)- A88% (30)
- B3% (1)
- C3% (1)
- D6% (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
Community Discussion
No community discussion yet for this question.