The issue might be related to Azure role-based access control (RBAC) settings. Azure AI Foundry requires appropriate permissions to deploy models. Please ensure that your user account is assigned either the Owner or Contributor role for the Azure subscription.
For more details on required permissions, you can refer: Fine-tune models using serverless APIs in Azure AI Foundry.
Additionally, the error message indicates a potential private endpoint (PE) or authentication issue related to accessing storage for your fine-tuning run. Please verify that your storage is correctly linked and that the identity used for deployment has the required permissions, such as the Storage Blob Data Reader role.
You can also try using: Fine-tune models using managed compute (preview).
I hope you understand! Thank you.