Skip to content

Commit 2e0f253

Browse files
committed
update
1 parent d9ad003 commit 2e0f253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 are using AI studio, the storage account need set CORS to allow AI studio access the storage account, otherwise, you will see the flow missing issue. You can add following CORS setting to the storage account to fix this issue.
76+
- If you are using AI studio, the storage account need set CORS to allow AI studio access the storage account, otherwise, you will 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`

0 commit comments

Comments
 (0)