From 4005696a101508ad1e2535278c6c8c316823157b Mon Sep 17 00:00:00 2001 From: Reuben Bond <203839+ReubenBond@users.noreply.github.com> Date: Fri, 10 May 2024 07:31:00 -0700 Subject: [PATCH] Update orleans.md Tweak intro --- docs/frameworks/orleans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frameworks/orleans.md b/docs/frameworks/orleans.md index e934618dc6..9a2f38cd74 100644 --- a/docs/frameworks/orleans.md +++ b/docs/frameworks/orleans.md @@ -7,7 +7,7 @@ ms.topic: overview # Use Orleans with .NET Aspire -Orleans and .NET Aspire are built for each other. .NET Aspire's application model lets you describe the services, databases, and other resources/infrastructure in your app and how they relate. Orleans' provides a straightforward way to build distributed applications which are elastically scalable and fault-tolerant. .NET Aspire is used to configure and orchestrate Orleans and its dependencies, such as, by providing Orleans with database cluster membership and storage. +Orleans has in-built support for .NET Aspire. .NET Aspire's application model lets you describe the services, databases, and other resources/infrastructure in your app and how they relate. Orleans provides a straightforward way to build distributed applications which are elastically scalable and fault-tolerant. .NET Aspire is used to configure and orchestrate Orleans and its dependencies, such as, by providing Orleans with database cluster membership and storage. Orleans is represented as a resource in .NET Aspire. The Orleans resource includes configuration which your service needs to operate, such as cluster membership providers and storage providers.