Skip to content

Commit b80c2b3

Browse files
authored
Update the Azure.Monitor installation command
If not specify the released version, installation of Azure.Monitor will return error:There are no stable versions available. Update the command by specifying the latest version -v 1.0.0-beta.3
1 parent 5e3d291 commit b80c2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)