ExamQuestions.com

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

Microsoft

Microsoft Azure Exam Certification (AI-102)

162 / 166

Question 162:

You are tasked to create an Azure Cognitive Services Face resource using Azure CLI. Given the transaction requirement, you realize that the free tier will not suffice and hence decide to use the standard pricing tier. Review the command given below and complete it by choosing the keywords for az create command and the sku value. (select two answer choices) 
<pre class="brush:java;">az cognitiveservices ……………………………………………………. create \
--name &lt;resource name&gt;\
--resource-group &lt;resource-group name&gt; \
--kind Face \
--sku …………………………………………………… \
--location WestEurope \
--yes
</pre> 

Answer options:

A.face
B.F0
C.account
D.resource
E.S0