Skip to content

Commit deeb895

Browse files
authored
Merge pull request #275647 from lgayhardt/patch-260
Tracing: Note about West US 3 not supported
2 parents 3a5079a + adf6658 commit deeb895

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/ai-studio/how-to/develop/trace-local-sdk.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ Next, execute the following command to set the trace destination. Replace `<your
6868
pf config set trace.destination=azureml://subscriptions/<your_subscription_id>/resourcegroups/<your_resourcegroup_name>/providers/Microsoft.MachineLearningServices/workspaces/<your_studio_project_name>
6969
```
7070

71+
> [!NOTE]
72+
> The West US 3 (`westus3`) region does not support tracing.
73+
7174
### Collections
7275

7376
A **collection** is a group of associated traces. In [AI Studio](https://ai.azure.com), these collections along with their internal traces are managed and stored in the **Tracing** module under the **Collections** tab.
@@ -170,4 +173,4 @@ If you want to share the trace with others who has the project permission, you c
170173
## Related content
171174

172175
- [Get started building a chat app using the prompt flow SDK](../../quickstarts/get-started-code.md)
173-
- [Work with projects in VS Code](vscode.md)
176+
- [Work with projects in VS Code](vscode.md)

0 commit comments

Comments
 (0)