Skip to content

Commit c10f118

Browse files
authored
Merge pull request #84225 from ChenCheng368/patch-7
Update the Azure.Monitor installation command
2 parents 420aba4 + 1dd7484 commit c10f118

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/quickstarts/includes/telemetry-app-insights-net.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: include file
33
description: include file
44
services: azure-communication-services
5-
author: peiliu
5+
author: minnieliu
66
manager: vravikumar
77

88
ms.service: azure-communication-services
@@ -48,7 +48,7 @@ dotnet add package Azure.Communication.Identity --version 1.0.0
4848
You will also need to install the Azure Monitor Exporter for OpenTelemetry library.
4949

5050
```console
51-
dotnet add package Azure.Monitor.OpenTelemetry.Exporter
51+
dotnet add package Azure.Monitor.OpenTelemetry.Exporter -v 1.0.0-beta.3
5252
```
5353

5454
### Set up the app framework
@@ -159,4 +159,4 @@ Run the application from your application directory with the `dotnet run` comman
159159

160160
```console
161161
dotnet run
162-
```
162+
```

0 commit comments

Comments
 (0)