Skip to content

Commit c2ea029

Browse files
committed
update
1 parent ec782d0 commit c2ea029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can view the serverless instance used by compute session in the compute sess
102102

103103
Compute session support to use `requirements.txt` or custom base image in `flow.dag.yaml` to customize the image. We would recommend you to use `requirements.txt` for common case, which will use `pip install -r requirements.txt` to install the packages. If you have dependency more than python packages, you need to follow the [Customize base image](./how-to-customize-session-base-image.md) to create build a new image base on top of prompt flow base image. Then use it in `flow.dag.yaml`. Learn more [how to specify base image in compute session.](./how-to-manage-compute-session.md#change-the-base-image-for-compute-session)
104104

105-
- You cannot use arbitrary base image to create Compute session, you need to use the base image provide by prompt flow.
105+
- You can't use arbitrary base image to create Compute session, you need to use the base image provide by prompt flow.
106106
- Don't pin the version of `promptflow` and `promptflow-tools` in `requirements.txt`, because we already include them in the base image. Using old version of `promptflow` and `promptflow-tools` may cause unexpected behavior.
107107

108108
## Flow run related issues
@@ -275,11 +275,11 @@ If you encounter an error like "Access denied to list workspace secret", check w
275275

276276
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.
277277

278-
You need 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 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
279279

280280
:::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

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 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"`
283283

284284
:::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":::
285285

0 commit comments

Comments
 (0)