Skip to content

Commit 95d7c54

Browse files
committed
fix according feedbacks
1 parent 0b155fe commit 95d7c54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ You can follow [Identity-based data authentication](../how-to-administrate-data-
277277

278278
You need to change auth type of datastore to None, which stands for meid_token based auth. For blob/adls gen1/adls gen2 based datastore (at least for `workspaceblobstore` and `workspaceartifactstore`), you can make change from datastore detail page, or CLI/SDK: https://github.com/Azure/azureml-examples/tree/main/cli/resources/datastore
279279

280-
:::image type="content" source="./media/faq/datastore_auth_type.png" alt-text="Screenshot of auth type for datastore. " lightbox = "./media/faq/datastore_auth_type.png":::
280+
:::image type="content" source="./media/faq/datastore-auth-type.png" alt-text="Screenshot of auth type for datastore. " lightbox = "./media/faq/datastore-auth-type.png":::
281281

282282
For fileshare based datastore (at least for `workspaceworkingdirectory`), you can only change auth type for REST API: [datastores-create-or-update](/rest/api/azureml/datastores/create-or-update?tabs=HTTP#code-try-0). You can first use [datastores-get](/rest/api/azureml/datastores/get?tabs=HTTP#code-try-0) to get the body properties of datastore, then change `"credentialsType": "None"`, `subscriptionId`, `accountName` and `"serviceDataAccessAuthIdentity": "WorkspaceSystemAssignedIdentity"`, also need to specify
283283

@@ -295,4 +295,4 @@ To use credential-less datastore in prompt flow, you need to grant enough permis
295295
- `Storage Blob Data Contributor` on the storage account, at least need read/write (better also include delete) permission.
296296
- `Storage File Data Privileged Contributor` on the storage account, at least need read/write (better also include delete) permission
297297
- Meanwhile, you need to assign user identity `Storage Blob Data Read` role to storage account at least, if your want use prompt flow to authoring and test flow.
298-
- 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 grant workspace MSI as `Storage File Data Privileged Contributor` to storage account linked with workspace.
298+
- If you still can't view the flow detail page and the first time you using prompt flow is created earlier than 2024-01-01, you need to grant workspace MSI as `Storage File Data Privileged Contributor` to storage account linked with workspace.

0 commit comments

Comments
 (0)