Skip to content

Commit 758f82e

Browse files
Merge pull request #279423 from cloga/lochen/credential-less-new
add related link
2 parents 4e06105 + 9847f8f commit 758f82e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

articles/machine-learning/prompt-flow/how-to-manage-compute-session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ One flow binds to one compute session. You can start a compute session on a flow
7777
|---|---|
7878
|Azure Machine Learning workspace|Contributor|
7979
|Azure Storage|Contributor (control plane) + Storage Blob Data Contributor + Storage File Data Privileged Contributor (data plane, consume flow draft in fileshare and data in blob)|
80+
|Azure Key Vault (when using [access policies permission model](../../key-vault/general/assign-access-policy.md))|Contributor + any access policy permissions besides **purge** operations, this is `default mode` for linked Azure Key Vault.|
8081
|Azure Key Vault (when using [RBAC permission model](../../key-vault/general/rbac-guide.md))|Contributor (control plane) + Key Vault Administrator (data plane)|
81-
|Azure Key Vault (when using [access policies permission model](../../key-vault/general/assign-access-policy.md))|Contributor + any access policy permissions besides **purge** operations|
8282
|Azure Container Registry|Contributor|
8383
|Azure Application Insights|Contributor|
8484

articles/machine-learning/prompt-flow/troubleshoot-guidance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ If you encounter an error like "Access denied to list workspace secret", check w
271271

272272
### How do I use credential-less datastore in prompt flow?
273273

274+
To use credential-less storage in Azure AI studio. You need basically do following things:
275+
- Change the data store auth type to None.
276+
- Grant project MSI and user blob/file data contributor permission on storage.
277+
274278
#### Change auth type of datastore to None
275279

276280
You can follow [Identity-based data authentication](../how-to-administrate-data-authentication.md#identity-based-data-authentication) this part to make your datastore credential-less.
@@ -300,4 +304,4 @@ To use credential-less datastore in prompt flow, you need to grant enough permis
300304
- `Storage Blob Data Contributor` on the storage account, at least need read/write (better also include delete) permission.
301305
- `Storage File Data Privileged Contributor` on the storage account, at least need read/write (better also include delete) permission.
302306
- 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.
303-
- 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.
307+
- 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.

0 commit comments

Comments
 (0)