Skip to content

Refactor documentation to standardize references to "AppHost" #4241

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

IEvangelist
Copy link
Member

@IEvangelist IEvangelist commented Aug 7, 2025

Summary

Refactor documentation to standardize references to "AppHost" across multiple files, enhancing clarity and consistency in the .NET Aspire documentation. Updates include changes to descriptions, titles, and examples to ensure uniformity in terminology related to the AppHost and its functionalities.

Fixes #4240 and fixes #4243


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/app-host/configuration.md AppHost configuration
docs/app-host/eventing.md Eventing in .NET Aspire
docs/app-host/persistent-containers.md Persistent container lifetimes in .NET Aspire
docs/architecture/overview.md docs/architecture/overview
docs/authentication/keycloak-integration.md .NET Aspire Keycloak integration (Preview)
docs/azure/integrations-overview.md Azure integrations overview
docs/azureai/azureai-foundry-integration.md .NET Aspire Azure AI Foundry integration (Preview)
docs/community-toolkit/hosting-eventstore.md docs/community-toolkit/hosting-eventstore
docs/database/azure-cosmos-db-integration.md .NET Aspire Azure Cosmos DB integration
docs/database/mongodb-integration.md .NET Aspire MongoDB database integration
docs/deployment/azure/application-insights.md Use Application Insights for .NET Aspire telemetry
docs/extensibility/custom-hosting-integration.md docs/extensibility/custom-hosting-integration
docs/frameworks/orleans.md .NET Aspire Orleans integration
docs/fundamentals/app-host-overview.md .NET Aspire orchestration overview
docs/fundamentals/dashboard/enable-browser-telemetry.md Enable browser telemetry
docs/fundamentals/external-parameters.md External parameters
docs/fundamentals/launch-profiles.md docs/fundamentals/launch-profiles
docs/get-started/add-aspire-existing-app.md Tutorial: Add .NET Aspire to an existing .NET app
docs/get-started/build-aspire-apps-with-nodejs.md Orchestrate Node.js apps in .NET Aspire
docs/get-started/build-aspire-apps-with-python.md Orchestrate Python apps in .NET Aspire
docs/get-started/upgrade-to-aspire-9.md docs/get-started/upgrade-to-aspire-9
docs/messaging/rabbitmq-integration.md .NET Aspire RabbitMQ integration
docs/proxies/yarp-integration.md YARP integration
docs/real-time/azure-signalr-scenario.md .NET Aspire Azure SignalR Service integration
docs/testing/manage-app-host.md docs/testing/manage-app-host
docs/testing/overview.md .NET Aspire testing overview
docs/whats-new/dotnet-aspire-9.1.md What's new in .NET Aspire 9.1
docs/whats-new/dotnet-aspire-9.2.md What's new in .NET Aspire 9.2
docs/whats-new/dotnet-aspire-9.3.md docs/whats-new/dotnet-aspire-9.3
docs/whats-new/dotnet-aspire-9.md What's new in .NET Aspire 9.0

Note

This table shows preview links for the 30 files with the most changes. For preview links for other files in this PR, select OpenPublishing.Build Details within checks.

…multiple files, enhancing clarity and consistency in the .NET Aspire documentation. Updates include changes to descriptions, titles, and examples to ensure uniformity in terminology related to the AppHost and its functionalities.
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR standardizes terminology across .NET Aspire documentation by replacing inconsistent references to "app host" with the standardized term "AppHost". The changes enhance clarity and consistency in the documentation by ensuring uniform terminology when referring to the .NET Aspire application host and its functionalities.

  • Standardizes "app host" to "AppHost" throughout documentation files
  • Updates references to "app host project" to "AppHost project"
  • Ensures consistent terminology in descriptions, titles, and code examples

Reviewed Changes

Copilot reviewed 134 out of 144 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/whats-new/*.md Updated release notes and what's new documentation to use "AppHost" terminology
docs/testing/*.md Standardized AppHost references in testing documentation and guides
docs/storage/includes/*.md Updated storage integration documentation to use consistent AppHost terminology
docs/fundamentals/*.md Corrected AppHost references in core concept documentation
docs/get-started/*.md Updated getting started guides to use standardized AppHost terminology
docs/database/*.md Standardized database integration documentation terminology
docs/messaging/*.md Updated messaging integration documentation references
docs/deployment/*.md Corrected deployment documentation to use AppHost terminology
docs/extensibility/*.md Updated extensibility documentation with consistent terminology

…multiple files

- Updated instances of "app host" to "AppHost" for consistency in terminology.
- Clarified instructions and descriptions related to the AppHost in various documentation sections.
- Enhanced clarity in examples and explanations regarding the AppHost's functionality and integration with other resources.
…multiple integration and testing guides. Updated phrasing for clarity and consistency in Azure, Kafka, NATS, RabbitMQ, YARP, SignalR, Elasticsearch, Key Vault, Azure Functions, and Storage sections. Enhanced instructions for managing resources and connection strings in the AppHost context. Improved overall readability and coherence in the documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Address open TODOs in code Normalize "AppHost" text
1 participant