Skip to content

Commit

Permalink
Merge branch 'v0.27' into v0.27-text-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis authored Nov 29, 2023
2 parents d688f4e + 998c369 commit 2aa668d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/config/en-custom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1077,3 +1077,4 @@ reimagines
TechCrunch
ZDNET
Newstrail
NuGet
6 changes: 6 additions & 0 deletions docs/content/concepts/faq/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,9 @@ While there isn't direct support for targeting Azure Arc for Radius containers t
[Azure Container Apps](https://azure.microsoft.com/products/container-apps/) is a service that allows developers to deploy containerized applications to Azure without managing any infrastructure.

While Radius only supports Kubernetes today, it is architected to support other hosting platforms in the future, including serverless platforms such as Azure Container Apps. Serverless support is on our roadmap.

### How does Radius compare to .NET Aspire?

[.NET Aspire](https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview) is an opinionated, cloud ready stack for building .NET applications. .NET Aspire is delivered through a collection of NuGet packages that provide a batteries-included experience for building cloud-native applications as well as tools and IDE integration.

Where .NET Aspire is focused on the .NET experience from moving from local development with a debugger to the cloud, Radius is not opinionated about the application runtime and doesn't seek to solve running applications locally as processes. Radius also offers tools for developers and operators to collaborate on an application throughout its lifecycle, such as the application graph and Recipes.

0 comments on commit 2aa668d

Please sign in to comment.