Questions
- What are the Aspire-specific .NET SDK projects?
.NET Aspire Starter Project, .NET Aspire Empty Project, .NET Aspire App Host, .NET Aspire Service Defaults, .and various NET Aspire Test projects.
- Is service discovery an Aspire-specific feature?
No, it is a general .NET feature.
- How many service discovery providers come with the Aspire default settings?
Just two.
- What is the best way to handle pre-existing resources that are not defined with the App Host but are shared by several microservices?
The usage of AddConnectionString
.
- Does Aspir8 provision Azure resources, too?
No, at moment it provisions just Kubernetes resources.
- What is the purpose of the
WithReference
fluent interface method?
Declaring that a resource depends on another resource, meaning it needs information such as, URLs, and connection string, of that resource.