Hi manideep karnati,
Welcome to Microsoft Q&A Forum, thank you for posting your query here!
Please check on below areas .
- Storage role and permission: See if you are able to access datastore holding the prompt flow and update authentication with update keys if needed. Please select the role storage blob DATA contributor & then, role Storage File Data Privileged Contributor; add member for the identity you want to grant access.
- Storage firewall configuration
- Add your public ip or virtual network from storage firewall. Add your ML studio as trusted resource from trusted resource instance. Additional check DNS resolution is happening to private IPs mentioned in storage private endpoint/DNS configuration. DNS troubleshooting
- CORS Policy: Please go to resource sharing in storage account file tab and add below origins and methods. - Allowed origins:
https://mlworkspace.azure.ai,https://ml.azure.com,https://*.ml.azure.com,https://ai.azure.com,https://*.ai.azure.com,https://mlworkspacecanary.azure.ai,https://mlworkspace.azureml-test.net
- Allowed methods:DELETE, GET, HEAD, POST, OPTIONS, PUT
authentication failed while creating promptflow
Thank you.