An Azure service that provides hosted, universal storage for Azure app configurations.
Hi @Tomohiro Kamei,
this symptom where evaluation stays in progress indefinitely is usually caused by networking or identity configuration rather than a ui defect. when using aiservices with project management enabled the evaluation job runs on microsoft managed infrastructure and must be able to reach the cognitive account endpoint and any attached storage account. if ur network acls are set to default deny and only allow corporate zscaler ips then the backend evaluation compute may be blocked even though public network access is enabled. if u are using byo storage and that storage account has firewall rules enabled the evaluation pipeline may hang if azure services are not allowed.
when customer managed keys are enabled the managed identity of the cognitive account must have unwrap or decrypt permissions on the key vault key and misconfigured identity can prevent execution. Rbac https://learn.microsoft.com/azure/role-based-access-control/overview. i would temporarily relax the network acl to allow azure services and test whether the evaluation starts, verify that the system assigned identity has correct permissions on key vault and storage, and enable diagnostic logs to see whether authorization failures occur at job start.
In most cases this behaviour is caused by blocked backend connectivity or missing key permissions rather than a foundry execution engine fault.
rgds,
Alex