Evaluation failed when AIFoundry created Identity Based #39000
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Evaluation
Issues related to the client library for Azure AI Evaluation
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
Describe the bug
When AI Foundry is created with storage access using the Identity-based access
When evaluation function from the SDK call ie with GroundednessEvaluator then evaluation failed with the error EvaluationException: (InternalError) The workspace datastore secrets request failed with HTTP 400
To Reproduce
Steps to reproduce the behavior:
[note book](https://github.com/Azure-Samples/azureai-samples/blob/5269dfb7843d50186217d64a9f593e41e70d1061/scenarios/evaluate/Simulators/Simulate_Evaluate_Groundedness/Simulate_Evaluate_Groundedness.ipynb)
Expected behavior
When AI Foundry and project is created using identity base then it will works the same as credential based
Screenshots
Additional context
The error occur when _eval_run.py line 424
self._management_client.workspace_get_default_datastore(self._workspace_name, True)
This will throw and error when trying to get the secret from data store as it is not available
Here is the sample code that used
The text was updated successfully, but these errors were encountered: