Skip to content

Commit 8a663fd

Browse files
committed
clarify sentence2
1 parent ced58c8 commit 8a663fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 in .NET Aspire for many common 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

0 commit comments

Comments
 (0)