Skip to content

Commit 9480106

Browse files
authored
Fixes #2482 (#2717)
1 parent 007e964 commit 9480106

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/reference/aspire-faq.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ metadata:
33
title: Frequently asked questions about .NET Aspire
44
description: Answers to some of the most common questions and scenarios for .NET Aspire.
55
ms.topic: faq
6-
ms.date: 11/18/2024
6+
ms.date: 03/03/2025
77
title: Frequently asked questions about .NET Aspire
88
summary: |
99
This article lists frequently asked questions about .NET Aspire. For a more comprehensive overview, see [.NET Aspire overview](../get-started/aspire-overview.md).
@@ -28,6 +28,15 @@ sections:
2828
answer: |
2929
.NET Aspire doesn't constrain deployment of any existing project or solution. .NET Aspire exposes a [deployment manifest](../deployment/manifest-format.md) that's used by tool authors to produce artifacts for deployment to any cloud provider. However, unfortunately, not all cloud providers offer tooling for deployments based on this manifest. The manifest is a simple JSON file that describes the resources of your app and the dependencies between them. The manifest is used by the Azure Developer CLI to deploy to Azure. Likewise, Aspir8 uses the manifest to deploy to Kubernetes. You can use the manifest to deploy to any cloud provider that supports the resources you're using.
3030
31+
- question: |
32+
If .NET Aspire is mainly for local development, why are client integrations in my project?
33+
answer: |
34+
.NET Aspire's client integrations simplify your development process. They're lightweight wrappers around popular libraries like StackExchange.Redis and Npgsql, adding features such as telemetry, health checks, and resilience.
35+
36+
Even if you use .NET Aspire only for local development, these integrations provide reasonable defaults, seamless dependency injection, and consistent APIs.
37+
38+
You're not locked into .NET Aspire's ecosystem. These integrations are just libraries, and you can configure them as you would with the underlying libraries, using environment variables or your preferred methods.
39+
3140
- question: |
3241
Can .NET Aspire apps be built without Azure dependencies and deployed elsewhere?
3342
answer: |

0 commit comments

Comments
 (0)