Skip to content

Commit 318cb6d

Browse files
authored
fix broken links (#50753)
1 parent ab37d13 commit 318cb6d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

docs/architecture/microservices/multi-container-microservice-net-applications/background-tasks-with-ihostedservice.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,6 @@ The `IHostedService` interface provides a convenient way to start background tas
216216

217217
## Additional resources
218218

219-
- **Building a scheduled task in ASP.NET Core/Standard 2.0** \
220-
<https://blog.maartenballiauw.be/post/2017/08/01/building-a-scheduled-cache-updater-in-aspnet-core-2.html>
221-
222219
- **Implementing IHostedService in ASP.NET Core 2.0** \
223220
<https://www.stevejgordon.co.uk/asp-net-core-2-ihostedservice>
224221

docs/fundamentals/networking/telemetry/includes/aspire-telemetry-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ A simple way to collect traces and metrics in ASP.NET applications is to use [As
22

33
The default project templates for Aspire contain a `ServiceDefaults` project. Each service in the Aspire solution has a reference to the Service Defaults project. The services use it to set up and configure OTel.
44

5-
The Service Defaults project template includes the OTel SDK, ASP.NET, HttpClient, and Runtime Instrumentation packages. These instrumentation components are configured in the [Extensions.cs](https://github.com/dotnet/aspire/blob/main/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/9.5/Extensions.cs) file. To support telemetry visualization in Aspire Dashboard, the Service Defaults project also includes the OTLP exporter by default.
5+
The Service Defaults project template includes the OTel SDK, ASP.NET, HttpClient, and Runtime Instrumentation packages. These instrumentation components are configured in the [Extensions.cs](https://github.com/dotnet/aspire/blob/main/src/Aspire.ProjectTemplates/templates/aspire-servicedefaults/Extensions.cs) file. To support telemetry visualization in Aspire Dashboard, the Service Defaults project also includes the OTLP exporter by default.
66

77
Aspire Dashboard is designed to bring telemetry observation to the local debug cycle, which enables developers to ensure that the applications are producing telemetry. The telemetry visualization also helps to diagnose those applications locally. Being able to observe the calls between services is as useful at debug time as in production. The Aspire dashboard is launched automatically when you <kbd>F5</kbd> the `AppHost` Project from Visual Studio or `dotnet run` the `AppHost` project from command line.

0 commit comments

Comments
 (0)