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
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/troubleshoot-guidance.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ There are possible reasons for this issue:
74
74
75
75
:::image type="content" source="./media/faq/storage-account-networking-firewall.png" alt-text="Screenshot that shows firewall setting on storage account." lightbox = "./media/faq/storage-account-networking-firewall.png":::
76
76
77
-
- There are some cases, the account key in data store is out of sync with the storage account, you can try to update the account key in data store detail page to fix this.
77
+
- There are some cases, the account key in datastore is out of sync with the storage account, you can try to update the account key in datastore detail page to fix this.
78
78
79
79
:::image type="content" source="./media/faq/datastore-with-wrong-account-key.png" alt-text="Screenshot that shows datastore with wrong account key." lightbox = "./media/faq/datastore-with-wrong-account-key.png":::
80
80
@@ -83,7 +83,7 @@ There are possible reasons for this issue:
- Allowed methods: `DELETE, GET, HEAD, POST, OPTIONS, PUT`
85
85
86
-
:::image type="content" source="./media/faq/resource-sharing-setting-storage-account.png" alt-text="Screenshot that shows data store with wrong account key." lightbox = "./media/faq/resource-sharing-setting-storage-account.png":::
86
+
:::image type="content" source="./media/faq/resource-sharing-setting-storage-account.png" alt-text="Screenshot that shows datastore with wrong account key." lightbox = "./media/faq/resource-sharing-setting-storage-account.png":::
87
87
88
88
## Compute session related issues
89
89
@@ -269,23 +269,23 @@ If you encounter an error like "Access denied to list workspace secret", check w
269
269
270
270
## Authentication and identity related issues
271
271
272
-
### How do I use credential-less data store in prompt flow?
272
+
### How do I use credential-less datastore in prompt flow?
273
273
274
-
#### Change auth type of data store to None
274
+
#### Change auth type of datastore to None
275
275
276
-
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.
276
+
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.
277
277
278
-
You need to change auth type of data store to None, which stands for meid_token based auth. For blob/adls gen1/adls gen2 based data, you can make change from data store detail page, or CLI/SDK: https://github.com/Azure/azureml-examples/tree/main/cli/resources/datastore
278
+
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, you can make change from datastore detail page, or CLI/SDK: https://github.com/Azure/azureml-examples/tree/main/cli/resources/datastore
279
279
280
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":::
281
281
282
-
For fileshare based data store, you can only change auth type for REST API: [datastores-create-or-update](https://learn.microsoft.com/en-us/rest/api/azureml/datastores/create-or-update?view=rest-azureml-2023-10-01&tabs=HTTP#code-try-0). You can first use [datastores-get](https://learn.microsoft.com/en-us/rest/api/azureml/datastores/get?view=rest-azureml-2023-10-01&tabs=HTTP#code-try-0) to get the body properties of datastore, then change `"credentialsType": "None"`
282
+
For fileshare based datastore, you can only change auth type for REST API: [datastores-create-or-update](https://learn.microsoft.com/rest/api/azureml/datastores/create-or-update?tabs=HTTP#code-try-0). You can first use [datastores-get](https://learn.microsoft.com/rest/api/azureml/datastores/get?tabs=HTTP#code-try-0) to get the body properties of datastore, then change `"credentialsType": "None"`.
283
283
284
284
:::image type="content" source="./media/faq/datastore-update-rest.png" alt-text="Screenshot of rest for datastore update. " lightbox = "./media/faq/datastore-update-rest.png":::
285
285
286
286
#### Grant permission to user identity or managed identity
287
287
288
-
To use credential-less data store in prompt flow, you need to grant enough permissions to user identity or managed identity to access the data store.
288
+
To use credential-less datastore in prompt flow, you need to grant enough permissions to user identity or managed identity to access the datastore.
289
289
- 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:
290
290
- `Storage Blob Data Contributor`on the storage account, at least need read/write (better have delete) permission.
291
291
- `Storage File Data Privileged Contributor`on the storage account, at least need read/write (better have delete) permission
0 commit comments