Skip to content

Commit 5fb689e

Browse files
authored
Remove use of "Authenticate" (Azure#18988)
1 parent 0b4a699 commit 5fb689e

File tree

1 file changed

+2
-2
lines changed
  • sdk/monitor/azure-monitor-opentelemetry-exporter

1 file changed

+2
-2
lines changed

sdk/monitor/azure-monitor-opentelemetry-exporter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ To use this package, you must have:
2323
* Opentelemetry SDK - [Opentelemtry SDK for Python][ot_sdk_python]
2424
* Python 3.5 or later - [Install Python][python]
2525

26-
### Authenticate the client
26+
### Instantiate the client
2727

2828
Interaction with Azure monitor exporter starts with an instance of the `AzureMonitorTraceExporter` class. You will need a **connection_string** to instantiate the object.
29-
Please find the samples linked below for demonstration as to how to authenticate using a connection string.
29+
Please find the samples linked below for demonstration as to how to construct the exporter using a connection string.
3030

3131
#### [Create Exporter from connection string][sample_authenticate_client_connstr]
3232

0 commit comments

Comments
 (0)