Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Hi @Ipsita Dutta ,
Could you please check the below storage account and access permissions.
Storage Account:
- Azure AI Foundry must read your uploaded evaluation dataset from, and write logs to, the Workspace's default Storage Account.
- Open the Azure Portal and navigate to the Storage Account linked to your AI Foundry Workspace/Project.
- In the left menu under Security + networking, click Networking. If your firewall is set to 'Selected networks', scroll down to Exceptions and check the box for: 'Allow Azure services on the trusted services list to access this storage account'.
- Save the changes and wait 2–3 minutes before retrying the evaluation.
Missing RBAC on the Project's Managed Identity:
When evaluating tool calls, the platform uses the system's Managed Identity to read and parse the dataset—not your personal user account.
- Find the Managed Identity name associated with your Azure AI Foundry Project.
- Navigate to your Storage Account -> Access Control (IAM) in the Azure Portal.
- Click Add -> Add role assignment. Select 'Storage Blob Data Contributor'.
- Assign it to your Project's Managed Identity.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.
Thank you!