Storage account not linked to the Foundry project
Evaluation features require a storage account linked to your Foundry project through a connection. If the storage account isn’t connected, evaluations fail because the service can’t read or write evaluation data. Symptoms:- Evaluations fail with errors related to storage access or missing storage configuration.
- The evaluation service can’t upload evaluation results or download datasets.
Connect a storage account to the Foundry project
Connect your storage account to the Foundry project by creating an Azure Blob Storage connection. For step-by-step instructions, see Add a new connection to your project. You can authenticate the connection by using either an account key or Microsoft Entra ID (recommended). If you use Entra ID, see Missing RBAC role assignment for Entra ID authentication to configure the required permissions. For more details on bringing your own storage for evaluations, see Rate limits, region support, and enterprise features for evaluation.Missing RBAC role assignment for Entra ID authentication
If you connect your storage account by using Microsoft Entra ID authentication, the Foundry project’s managed identity must have the Storage Blob Data Contributor role on the storage account. Without this role, the service can’t read or write blob data and evaluations fail. Symptoms:- Evaluations fail with
403 ForbiddenorAuthorizationPermissionMismatcherrors. - You see errors indicating insufficient permissions to access the storage account.
- Storage operations time out or are denied.
Verify the managed identity role assignment
Use the following Azure CLI commands to check whether the correct RBAC role is assigned to the Foundry project’s managed identity on the storage account. First, retrieve the managed identity principal ID for your Foundry project:RoleDefinitionName set to Storage Blob Data Contributor (or Storage Blob Data Owner).
Assign the Storage Blob Data Contributor role
If the role assignment is missing, assign the Storage Blob Data Contributor role to the Foundry project’s managed identity:Role assignments can take up to 10 minutes to propagate. Wait a few minutes after assigning the role before retrying the evaluation.
Storage account network access restrictions
When you use Microsoft Entra ID authentication, the storage account must have public network access enabled. If network access is restricted, the Foundry evaluation service might not be able to reach the storage account. Symptoms:- Evaluations fail with network-related errors or timeouts.
- You see
403 Forbiddenerrors even though RBAC roles are correctly assigned. - Connections to the storage account are refused.
Verify the storage account network configuration
Use the following Azure CLI command to check the network access settings of your storage account:| Property | Expected value | Description |
|---|---|---|
publicNetworkAccess | Enabled | Public network access must be enabled. |
defaultAction | Allow | The default network rule should allow access. |
publicNetworkAccess is set to Disabled or defaultAction is set to Deny, the evaluation service can’t reach the storage account.
Enable public network access
Enable public network access on the storage account:Enabling public network access or setting the default action to Allow makes the storage account accessible from all networks. Evaluate this change against your organization’s security requirements.
Troubleshooting checklist
Use this checklist to quickly verify your evaluation setup:- Storage connection exists: Confirm that an Azure Blob Storage connection is configured in your Foundry project. Navigate to Build > Tools in the Foundry portal to check.
- Authentication type: Identify whether the connection uses an account key or Microsoft Entra ID. If Entra ID, complete the remaining checks.
-
RBAC role assigned: Verify that the Foundry project’s managed identity has the Storage Blob Data Contributor role on the storage account.
-
Network access: Verify that the storage account has public network access enabled.
- Propagation delay: If you recently made RBAC or network changes, wait at least 10 minutes before retrying.
Human evaluation
This section covers common issues with the human evaluation feature for Foundry agents.Feedback button doesn’t appear after the agent responds
Cause: No evaluation template is set as active for the agent. Resolution: In the Human Evaluation tab, select Set as active for the desired template. Only one template can be active at a time. For more information, see Set up human evaluation for your agents.No results visible in the Evaluation Results section
Cause: Application Insights isn’t configured for the project, or there’s a data ingestion delay (up to 5 minutes after an evaluation is submitted). Resolution: Verify that Application Insights is connected to your project. For setup instructions, see Configure Application Insights for agent tracing. If Application Insights is already configured, wait a few minutes and refresh the page.Reviewer can’t access the preview web app
Cause: The reviewer doesn’t have the required role on the Foundry project. Resolution: Assign the Foundry User role to the reviewer on the Foundry project. For instructions, see Role-based access control in Microsoft Foundry.The Foundry RBAC roles were recently renamed. Foundry User, Foundry Owner, Foundry Account Owner, and Foundry Project Manager were previously named Azure AI User, Azure AI Owner, Azure AI Account Owner, and Azure AI Project Manager. You might still see the previous names in some places while the rename rolls out. The role IDs and core permissions are unchanged by the rename.