Designing and Implementing a Microsoft Azure AI Solution — Question 32
You have an Azure subscription that contains an Anomaly Detector resource.
You deploy a Docker host server named Server1 to the on-premises network.
You need to host an instance of the Anomaly Detector service on Server1.
Which parameter should you include in the docker run command?
Answer options
- A. Fluentd
- B. Billing
- C. Http Proxy
- D. Mounts
Correct answer: B
Explanation
The correct answer is B, as the Anomaly Detector service requires billing information to operate correctly. The other options, such as Fluentd and Http Proxy, do not pertain to the essential parameters for running the Anomaly Detector service, while Mounts relate to volume management but are not necessary for the service's execution.