You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Azure Communication Chat Create Client/Thread: [sample_comm_chat.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/monitor/azure-monitor-opentelemetry-exporter/samples/traces/sample_comm_chat.py)
21
+
* Azure Communication Phone Numbers List Purchased Numbers: [sample_comm_phone.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/monitor/azure-monitor-opentelemetry-exporter/samples/traces/sample_comm_phone.py)
22
+
* Azure Communication SMS Send Message: [sample_comm_sms.py](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/monitor/azure-monitor-opentelemetry-exporter/samples/traces/sample_comm_sms.py)
@@ -259,14 +262,64 @@ The following sample assumes that you have setup an Azure Event Grid [Topic](htt
259
262
* Run the sample
260
263
261
264
```sh
262
-
$ # azure-eventhub-checkpointstoreblob library
265
+
$ # azure-azure-eventgrid library
263
266
$ pip install azure-eventgrid
264
267
$ # azure sdk core tracing library for opentelemetry
265
268
$ pip install azure-core-tracing-opentelemetry
266
269
$ # from this directory
267
270
$ python sample_event_grid.py
268
271
```
269
272
273
+
### Azure Communication Chat Create Client/Thread
274
+
275
+
The following sample assumes that you have setup an Azure Communication Services [resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
$ # azure-communication-identity library for authentication
284
+
$ pip install azure-communication-identity
285
+
$ # azure sdk core tracing library for opentelemetry
286
+
$ pip install azure-core-tracing-opentelemetry
287
+
$ # from this directory
288
+
$ python sample_comm_chat.py
289
+
```
290
+
291
+
### Azure Communication Phone Numbers List Purchased Numbers
292
+
293
+
The following sample assumes that you have setup an Azure Communication Services [resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
$ # azure sdk core tracing library for opentelemetry
302
+
$ pip install azure-core-tracing-opentelemetry
303
+
$ # from this directory
304
+
$ python sample_comm_phone.py
305
+
```
306
+
307
+
### Azure Communication SMS Send Message
308
+
309
+
The following sample assumes that you have setup an Azure Communication Services [resource](https://docs.microsoft.com/azure/communication-services/quickstarts/create-communication-resource).
0 commit comments