You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app-host-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Before continuing, consider some common terminology used in .NET Aspire:
14
14
15
15
-**App model**: A collection of resources that make up your distributed application (`DistributedApplication`). For a more formal definition, see [App model](#app-model).
16
16
-**App host/Orchestrator project**: The .NET project that orchestrates the _app model_, named with the _*.AppHost_ suffix (by convention).
17
-
-**Resource**: A [resource](#built-in-resource-types) is a dependent part of your distributed application, such as a project, container, or an executable—all.
17
+
-**Resource**: A [resource](#built-in-resource-types) is a dependent part of your distributed application, such as a project, container, or an executable.
18
18
-**Reference**: A reference defines a connection between resources. For more information, see [Reference resources](#reference-resources).
0 commit comments