Skip to content

Commit ffd0e4a

Browse files
committed
Merge branch 'lochen-automatic-runtime-update' of https://github.com/cloga/azure-docs-pr into lochen-automatic-runtime-update
2 parents 52af227 + 9e01316 commit ffd0e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ There are possible reasons for this issue:
7373

7474
:::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":::
7575

76-
- If you're using AI studio, the storage account needs set CORS to allow AI studio access the storage account, otherwise, you'll see the flow missing issue. You can add following CORS settings to the storage account to fix this issue.
76+
- If you're using AI studio, the storage account needs to set CORS to allow AI studio access the storage account, otherwise, you'll see the flow missing issue. You can add following CORS settings to the storage account to fix this issue.
7777
- Go to storage account page, select `Resource sharing (CORS)` under `settings`, and select to `File service` tab.
7878
- Allowed origins: `https://mlworkspace.azure.ai,https://ml.azure.com,https://*.ml.azure.com,https://ai.azure.com,https://*.ai.azure.com,https://mlworkspacecanary.azure.ai,https://mlworkspace.azureml-test.net`
7979
- Allowed methods: `DELETE, GET, HEAD, POST, OPTIONS, PUT`
@@ -92,7 +92,7 @@ First, go to the compute instance terminal and run `docker ps` to find the root
9292

9393
Use `docker images` to check if the image was pulled successfully. If your image was pulled successfully, check if the Docker container is running. If it's already running, locate this runtime. It attempts to restart the runtime and compute instance.
9494

95-
If you're using compute instance runtime AI studio, this isn't scenario currently supported, please try use automatic runtime instead, [Switch compute instance runtime to automatic runtime](../how-to-create-manage-runtime.md#switch-compute-instance-runtime-to-automatic-runtime-preview).
95+
If you're using compute instance runtime AI studio, this scenario isn't currently supported, so use automatic runtime instead, [Switch compute instance runtime to automatic runtime](../how-to-create-manage-runtime.md#switch-compute-instance-runtime-to-automatic-runtime-preview).
9696

9797
### Run failed because of "No module named XXX"
9898

0 commit comments

Comments
 (0)