* The requirement is to identify the created Azure AI services account within a DevOps pipeline. * The az cognitiveservices account show command returns the details (name, id, location, etc.) of an existing Azure AI service account. * az resource link creates or manages links between resources, not what we need. * az account list lists Azure subscriptions, not resources. * az cognitiveservices account network-rule manages network access rules but does not return account identity. Microsoft References: * az cognitiveservices account show