Skip to content

Commit b62d459

Browse files
CopilotIEvangelist
andcommitted
Update interaction prompts section to reference detailed interaction service docs
Co-authored-by: IEvangelist <[email protected]>
1 parent 7c7cae4 commit b62d459

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/fundamentals/dashboard/explore.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,18 +182,20 @@ For more information and examples of Structured logs, see the [Structured logs p
182182
183183
## Interaction prompts
184184

185-
Some resources or commands might prompt you for values when using the .NET Aspire dashboard. This interactive functionality is powered by the interaction service, which allows integrations to request input from users when needed.
185+
Some resources or commands might prompt you for values when using the .NET Aspire dashboard. This interactive functionality is powered by the [interaction service](../../extensibility/interaction-service.md), which allows integrations to request input from users when needed.
186186

187187
For example, Azure resources that are missing required configuration might prompt you for configuration values when the dashboard starts or when you interact with those resources. These prompts help ensure that resources are properly configured and can function correctly within your .NET Aspire application.
188188

189-
When interaction prompts appear, they provide:
189+
In the dashboard, interaction prompts appear as:
190190

191-
- Input prompts for missing configuration values
191+
- Input dialogs for missing configuration values
192192
- Confirmation dialogs for important actions
193-
- Information messages with details about resource status
193+
- Notification messages with details about resource status
194194

195195
These prompts appear directly in the dashboard interface, making it easy to provide the necessary information without switching to external tools or configuration files.
196196

197+
For detailed information about using the interaction service API, including examples and CLI support, see [Interaction Service](../../extensibility/interaction-service.md).
198+
197199
## Monitoring pages
198200

199201
The .NET Aspire dashboard provides various ways to view logs, traces, and metrics for your app. This information enables you to track the behavior and performance of your app and to diagnose any issues that arise.

0 commit comments

Comments
 (0)