Local runtime hosting details. #978
-
My background: I did a few months of C# Dapr development two years ago and now I am currently deploying a non Dapr .Net Core distributed system to Azure Container Apps. Aspire seems like a natural fit for my current development activities. To help me understand how Aspire relates to the above:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
By default, not it does not weave anything like dapr side cars in the default experience. Dapr is an API extension that can be enabled. See the example here https://github.com/dotnet/aspire-samples/blob/main/samples/AspireWithDapr/AspireWithDapr.AppHost/Program.cs. Currently there's no deployment support for dapr to ACA but that's being worked on.
No it runs your projects as executables, not containers. If you run a container, it'll use docker to run those individual containers. |
Beta Was this translation helpful? Give feedback.
By default, not it does not weave anything like dapr side cars in the default experience. Dapr is an API extension that can be enabled. See the example here https://github.com/dotnet/aspire-samples/blob/main/samples/AspireWithDapr/AspireWithDapr.AppHost/Program.cs. Currently there's no deployment support for dapr to ACA but that's being worked on.