ExamQuestions.com

Register
Login
Microsoft Azure Exam Certification (AI-102) Exam Questions

Microsoft

Microsoft Azure Exam Certification (AI-102)

154 / 166

Question 154:

You use Computer Vision OCR containers to extract printed text from a set of PDF documents. To configure the docker runtime environment, you use following docker run command: 
<pre class="brush:java;">docker run --rm -it -p 5000:5000 \
--memory 2g --cpus 1 \
--mount type=bind,src=/home/&lt;user&gt;/output,target=/output \
&lt;registry-location&gt;/&lt;image-name&gt; \
Eula=accept \
Billing=&lt;endpoint&gt; \
ApiKey=&lt;api-key&gt; \
HTTP_PROXY=&lt;proxy-url&gt; \
HTTP_PROXY_CREDS=&lt;proxy-user&gt;:&lt;proxy-password&gt; \
Logging:Disk:Format=json
</pre>
In this command, multiple configuration settings are used. Review the answer choices below and choose settings that are optional. (choose two answer choices)

Answer options:

A.ApiKey
B.Logging
C.HTTP_PROXY
D.Eula
E.Billing