Skip to content

Commit

Permalink
Fixed typo identified in #89
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairmatthews committed Nov 23, 2023
1 parent cfffbdc commit 17a6715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/quickstart-build-your-first-aspire-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The service defaults project exposes an extension method on the <xref:Microsoft.

## Orchestrate service communication

.NET Aspire provides orchestration features to assist with configuring connections and communication between the different parts of your app. The _AspireSample.AppHost_ project added the _AspireSample.ApiService_ and _AspireSample.Web_ projects to the application model. It also declared their names as `"webfrontend"` for Blazor front end, `"apiservice"` for the API project reference. Additionally, a Redis container resource labelled `"redis"` was added. These names are used to configure service discovery and communication between the projects in your app.
.NET Aspire provides orchestration features to assist with configuring connections and communication between the different parts of your app. The _AspireSample.AppHost_ project added the _AspireSample.ApiService_ and _AspireSample.Web_ projects to the application model. It also declared their names as `"webfrontend"` for Blazor front end, `"apiservice"` for the API project reference. Additionally, a Redis container resource labelled `"cache"` was added. These names are used to configure service discovery and communication between the projects in your app.

The front end app defines a typed <xref:System.Net.Http.HttpClient> that's used to communicate with the API project.

Expand Down

0 comments on commit 17a6715

Please sign in to comment.