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.
2 parents 340517b + 78b6e54 commit 6db52a1Copy full SHA for 6db52a1
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.Service_Connection_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