We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7c4e0 commit c4c32eeCopy full SHA for c4c32ee
articles/ai-foundry/how-to/evaluation-azure-devops.md
@@ -79,7 +79,7 @@ steps:
79
- task: AzureCLI@2
80
inputs:
81
addSpnToEnvironment: true
82
- azureSubscription: 'az-dev-gh-aprilk-test-connection'
+ azureSubscription: ${{ vars.Azure_Subscription_Name}}
83
scriptType: bash
84
scriptLocation: inlineScript
85
@@ -101,9 +101,8 @@ steps:
101
102
azure-aiproject-connection-string: 'azure-ai-project-connection-string-sample'
103
deployment-name: "gpt-4o-mini"
104
- api-version: "2024-08-01-preview"
105
data-path: $(Build.SourcesDirectory)\tests\data\golden-dataset-medium.json
106
-agent-ids: 'agent-id1, agent-id2'
+agent-ids: "<your-ai-agent-ids>
107
108
```
109
0 commit comments