Michael Benisti hi,
thanks for posting this on the Q&A, Michael! Microsoft’s got some solid docs to help us here. even tho your user has the cognitive services openai contributor role, the error’s screaming about missing permissions for microsoft.machinelearningservices/workspaces/models/read. that’s cuz fine-tuned models live in azure machine learning workspace, and the openai service needs to peek into that space to deploy ’em.
u gotta grant the user (or their group) the machine learning workspace reader role on the AML workspace linked to the openai resource. azure role-based access control for aml. just hop into the aml workspace in azure portal, go to access control (IAM), and slap that role on ’em.
and one more thing:)) : ) sometimes the permissions take a hot minute to propagate. if it still doesn’t work after 10-15 mins, try logging out and back in. azure’s gotta catch up sometimes, u know how it is.
microsoft’s docs on openai deployments also mention this exact scenario deploy fine-tuned models. they’re lowkey lifesavers when it comes to these permission tangles.
hope this sorts it out! if the error’s still being stubborn, hit me up
Best regards,
Alex
and "yes" if you would follow me at Q&A - personaly thx.
P.S. If my answer help to you, please Accept my answer
PPS That is my Answer and not a Comment