Skip to content

Commit 7fee9e3

Browse files
committed
update highlight
1 parent ba4f63b commit 7fee9e3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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,7 +77,7 @@ 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.|
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.|
8181
|Azure Key Vault (when using [RBAC permission model](../../key-vault/general/rbac-guide.md))|Contributor (control plane) + Key Vault Administrator (data plane)|
8282
|Azure Container Registry|Contributor|
8383
|Azure Application Insights|Contributor|

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,4 @@ To use credential-less datastore in prompt flow, you need to grant enough permis
304304
- `Storage Blob Data Contributor` on the storage account, at least need read/write (better also include delete) permission.
305305
- `Storage File Data Privileged Contributor` on the storage account, at least need read/write (better also include delete) permission.
306306
- 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.
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.
308-
309-
Learn more about [Disable shared key access for your workspace's storage account](../how-to-disable-local-auth-storage.md).
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)