Skip to content

Commit 6db52a1

Browse files
Merge pull request #4837 from lgayhardt/patch-49
Update evaluation-azure-devops.md
2 parents 340517b + 78b6e54 commit 6db52a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/ai-foundry/how-to/evaluation-azure-devops.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ steps:
7979
- task: AzureCLI@2
8080
  inputs:
8181
    addSpnToEnvironment: true
82-
    azureSubscription: 'az-dev-gh-aprilk-test-connection'
82+
    azureSubscription: ${{vars.Service_Connection_Name}}
8383
    scriptType: bash
8484
    scriptLocation: inlineScript    
8585

@@ -101,9 +101,8 @@ steps:
101101
  inputs:
102102
    azure-aiproject-connection-string: 'azure-ai-project-connection-string-sample'
103103
    deployment-name: "gpt-4o-mini"
104-
    api-version: "2024-08-01-preview"
105104
    data-path: $(Build.SourcesDirectory)\tests\data\golden-dataset-medium.json
106-
agent-ids: 'agent-id1, agent-id2'
105+
agent-ids: "<your-ai-agent-ids>
107106

108107
```
109108

0 commit comments

Comments
 (0)