Skip to content

Commit f54484f

Browse files
Merge pull request #49476 from v-thpra/azure-triage-fix-405136
Fix for User Feedback 405136: UUF - learn-pr - Learn about .NET Aspire integrations - Training | Microsoft Learn
2 parents 1467678 + 8a663fd commit f54484f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn-pr/aspnetcore/introduction-dotnet-aspire/includes/3-learn-about-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Although each microservice in your app is likely to be unique, they frequently have similar requirements for backing services such as databases and caches. It can be challenging to write code in each microservice that interfaces with these backing services. In .NET Aspire, that code is reduced as you add a .NET Aspire integration instead. There are built-in integrations for many commonly backing requirements that you're likely to need in microservices.
1+
Although each microservice in your app is likely to be unique, they frequently have similar requirements for backing services such as databases and caches. It can be challenging to write code in each microservice that interfaces with these backing services. There are built-in integrations in .NET Aspire for many of the common backing requirements that you're likely to need in microservices. With .NET Aspire, your code is reduced as you add a .NET Aspire integration instead.
22

33
Imagine you work for an outdoor clothing and equipment company. Your development teams are beginning to design their microservices for the new eShop web app. Each microservice might need services such as databases, messaging services, and caches. You want to assess how .NET Aspire can help interact with these services.
44

@@ -11,7 +11,7 @@ Each .NET Aspire integration is a NuGet package, and you can add it to your proj
1111
:::image type="content" source="../media/add-component.png" lightbox="../media/add-component.png" alt-text="Screenshot showing the NuGet package manager in Visual Studio displaying .NET Aspire integrations.":::
1212

1313
> [!NOTE]
14-
> You'll see how to use this integration tools in the exercise later in this module.
14+
> You see how to use these integration tools in the exercise later in this module.
1515
1616
Visual Studio Code with the C# Dev Kit extension also supports adding .NET Aspire integrations.
1717

0 commit comments

Comments
 (0)