AI-102 · Question #352
AI-102 Question #352: Real Exam Question with Answer & Explanation
The correct answer is C: az cognitiveservices account show. The az cognitiveservices account show command retrieves details about a specified Azure AI Services account, including its properties and settings. By using this command in the Azure DevOps pipeline, you can identify and confirm the details of the Azure AI services account that w
Question
You have an Azure DevOps pipeline named Pipeline1 that is used to deploy an app. Pipeline1 includes a step that will create an Azure AI services account. You need to add a step to Pipeline1 that will identify the created Azure AI services account. The solution must minimize development effort. Which Azure Command-Line Interface (CLI) command should you run?
Options
- Aaz resource link
- Baz cognitiveservices account network-rule
- Caz cognitiveservices account show
- Daz account list
Explanation
The az cognitiveservices account show command retrieves details about a specified Azure AI Services account, including its properties and settings. By using this command in the Azure DevOps pipeline, you can identify and confirm the details of the Azure AI services account that was created in a previous step.
Topics
Community Discussion
No community discussion yet for this question.