Skip to content

Commit 9e9b708

Browse files
committed
Line edits3
1 parent 44ca1e4 commit 9e9b708

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/includes/4-exercise-add-observability-cloud-native-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ This step takes several minutes while GitHub creates and configures the codespac
1010

1111
To use **Visual Studio Code**, clone the [https://github.com/MicrosoftDocs/mslearn-dotnet-cloudnative](https://github.com/MicrosoftDocs/mslearn-dotnet-cloudnative) repository to your local machine. Then:
1212

13-
1. Install any [system requiements](https://code.visualstudio.com/docs/devcontainers/containers) to run Dev Container in Visual Studio Code.
13+
1. Install any [system requirements](https://code.visualstudio.com/docs/devcontainers/containers) to run Dev Container in Visual Studio Code.
1414
1. Make sure Docker is running.
15-
1. In a new Visual Studio Code window open the folder of the cloned repository.
15+
1. In a new Visual Studio Code window, open the folder of the cloned repository.
1616
1. Press <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>P</kbd> to open the command palette.
1717
1. Search: **>Dev Containers: Rebuild and Reopen in Container**.
1818
1. Select **eShopLite - dotnet-observability** from the drop down. Visual Studio Code creates your development container locally.

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/includes/6-exercise-use-opentelemetry-data-cloud-native-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ The last step is to add Application Insights to your app.
484484
using Azure.Monitor.OpenTelemetry.AspNetCore;
485485
```
486486

487-
1. Below `var otelBuilder = services.AddOpenTelemetry();`, add this code:
487+
1. After `var otelBuilder = services.AddOpenTelemetry();`, add this code:
488488

489489
```csharp
490490
if (!string.IsNullOrEmpty(configuration["APPLICATIONINSIGHTS_CONNECTION_STRING"]))

learn-pr/aspnetcore/implement-observability-cloud-native-app-with-opentelemetry/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
author: codemillmatt
88
ms.author: masoucou
99
ms.topic: module-standard-task-based
10-
ms.service: open-telemetry
10+
ms.service: aspnet
1111
title: Implement observability in a cloud-native .NET 8 application with OpenTelemetry
1212
summary: "Implement observability in an existing cloud-native application by using OpenTelemetry. Then view the data in Application Insights and third-party tools."
1313
abstract: |

0 commit comments

Comments
 (0)