You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -265,3 +266,18 @@ After you deploy the endpoint and want to test it in the **Test tab** in the end
265
266
### Access denied to list workspace secret
266
267
267
268
If you encounter an error like "Access denied to list workspace secret", check whether you have granted the correct permission to the endpoint identity. Learn more about [how to grant permission to the endpoint identity](how-to-deploy-for-real-time-inference.md#grant-permissions-to-the-endpoint).
269
+
270
+
## Authentication and identity related issues
271
+
272
+
### How do I use credential-less data store in prompt flow?
273
+
274
+
You can follow [Identity-based data authentication](../how-to-administrate-data-authentication.md#identity-based-data-authentication) this part to make your data store credential-less.
275
+
276
+
To use credential-less data store in prompt flow, you need to grand enough permissions to user identity or managed identity to access the data store.
277
+
- 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:
278
+
- `Storage Blob Data Contributor`on the storage account, at least need read/write (better have delete) permission.
279
+
- `Storage File Data Privileged Contributor`on the storage account, at least need read/write (better have delete) permission
280
+
- If you're using user assigned managed identity, you need to make sure the managed identity has following role on the storage account:
281
+
- `Storage Blob Data Contributor`on the storage account, at least need read/write (better have delete) permission.
282
+
- `Storage File Data Privileged Contributor`on the storage account, at least need read/write (better have delete) permission
283
+
- Meanwhile, you need to assign user identity `Storage Blob Data Read` role to storage account, if your want use prompt flow to authoring and test flow.
0 commit comments