Welcome to Microsoft Q&A Forum, Thanks for posting here!!
From the below error message, it looks like a RBAC permission Issue.
"Unable to create flow. MSIForbiddenForFileShareStorage: Unable to authenticate data access to storage account with workspace MSI,
If you are using user identity or managed identity to authenticate the Storage
credential-less datastore in prompt flow, you need to grant enough permissions to user identity or managed identity to access the datastore.
- Make sure workspace system assigned managed identity have
Storage Blob Data Contributor
andStorage File Data Privileged Contributor
on the storage account, at least need read/write (better also include delete) permission. - If you're using user identity this default option in prompt flow, you need to make sure the user identity has following role on the storage account:
-
Storage Blob Data Contributor
on the storage account, at least need read/write (better also include delete) permission.-
Storage File Data Privileged Contributor
on the storage account, at least need read/write (better also include delete) permission. - If you're using user assigned managed identity, you need to make sure the managed identity has following role on the storage account:
-
Storage Blob Data Contributor
on the storage account, at least need read/write (better also include delete) permission.-
Storage File Data Privileged Contributor
on the storage account, at least need read/write (better also include delete) permission.- Meanwhile, you need to assign user identity
Storage Blob Data Read
role to storage account at least, if you want to use prompt flow to authoring and test flow.
- Meanwhile, you need to assign user identity
-
-
-
-
- If you still can't view the flow detail page and the first time you using prompt flow is earlier than 2024-01-01, you need to grant workspace MSI as
Storage Table Data Contributor
to storage account linked with workspace.
Hope this helps!
Kindly let us know if the above helps or you need further assistance on this issue
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members