Microsoft
AI-102 · Question #352
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…
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…
Submitted by obi.ng· Mar 30, 2026Plan and manage an Azure AI solution
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
How the community answered
(30 responses)- A17% (5)
- B10% (3)
- C70% (21)
- D3% (1)
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
#Azure CLI#Cognitive Services account#Azure DevOps pipeline#Resource identification
Community Discussion
No community discussion yet for this question.