Skip to content

Commit a8085f8

Browse files
authored
Add a blurb (#99)
1 parent 0bc8335 commit a8085f8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: docs/get-started/aspire-overview.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Aspire overview
33
description: Learn about .NET Aspire, an application stack designed to improve the experience of building cloud-native applications.
4-
ms.date: 11/15/2023
4+
ms.date: 11/27/2023
55
---
66

77
# .NET Aspire overview
@@ -11,7 +11,9 @@ ms.date: 11/15/2023
1111
> [!NOTE]
1212
> A _distributed application_ is one that uses computational resources across multiple nodes, such as containers run on different hosts. Such nodes must communicate across the network to deliver responses to users. A cloud-native app is a specific type of distributed app that takes full advantage of the scalability, resilience, and manageability of cloud infrastructures.
1313
14-
.NET Aspire helps with:
14+
## Why .NET Aspire?
15+
16+
.NET Aspire is designed to improve the experience of building .NET cloud-native apps. It provides a consistent, opinionated set of tools and patterns that help you build and run distributed apps. .NET Aspire is designed to help you with:
1517

1618
- [**Orchestration**](#orchestration): .NET Aspire provides features for running and connecting multi-project applications and their dependencies.
1719
- [**Components**](#net-aspire-components): .NET Aspire components are NuGet packages for commonly used services, such as Redis or Postgres, with standardized interfaces ensuring they connect consistently and seamlessly with your app.

0 commit comments

Comments
 (0)