Skip to content

Commit

Permalink
Add a blurb (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
IEvangelist committed Nov 27, 2023
1 parent 0bc8335 commit a8085f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/get-started/aspire-overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: .NET Aspire overview
description: Learn about .NET Aspire, an application stack designed to improve the experience of building cloud-native applications.
ms.date: 11/15/2023
ms.date: 11/27/2023
---

# .NET Aspire overview
Expand All @@ -11,7 +11,9 @@ ms.date: 11/15/2023
> [!NOTE]
> 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.
.NET Aspire helps with:
## Why .NET Aspire?

.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:

- [**Orchestration**](#orchestration): .NET Aspire provides features for running and connecting multi-project applications and their dependencies.
- [**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.
Expand Down

0 comments on commit a8085f8

Please sign in to comment.