Skip to content

Commit 3cbb964

Browse files
Merge pull request #4834 from lgayhardt/patch-48
Update trace-application.md
2 parents 06e53f4 + f300c84 commit 3cbb964

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

articles/ai-foundry/how-to/develop/trace-application.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@ configure_azure_monitor(connection_string=connection_string)
8787

8888
Start collecting telemetry and send to your project's connected Application Insights resource.
8989

90-
```python
91-
project_client.telemetry.enable()
92-
```
93-
9490
```python
9591
# Start tracing
9692
tracer = trace.get_tracer(__name__)

0 commit comments

Comments
 (0)