Rebrand: update ".NET Aspire" references to "Aspire"#8579
Open
IEvangelist wants to merge 5 commits into
Open
Conversation
The product was rebranded from ".NET Aspire" to "Aspire" in late 2024. Update current, user-facing references in docs, CLI suggestion strings, extension README, telemetry docs, and a pipeline comment. Historical CHANGELOG.md entries are intentionally left unchanged as they reflect the product name at release time. Identifier values (e.g. the containerapp-dotnet telemetry value and *_DOTNET_APPHOST_* env-var names) are unchanged to preserve compatibility. Fixes Azure#8578 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
This PR updates user-facing wording to refer to “Aspire” instead of “ .NET Aspire” across pipeline comments, docs, and CLI messaging.
Changes:
- Rename “.NET Aspire” references to “Aspire” in documentation and README content.
- Update a CLI error suggestion string to say “Aspire projects”.
- Tweak a pipeline comment describing installing multiple .NET SDK versions for Aspire-related tests.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| eng/pipelines/templates/jobs/build-cli.yml | Updates pipeline comment text for Aspire-related tests. |
| docs/reference/telemetry-data.md | Renames “.NET Aspire” wording in telemetry reference docs. |
| cli/azd/internal/cmd/add/add.go | Updates CLI suggestion text for incompatible Aspire/AppHost projects. |
| cli/azd/extensions/microsoft.azd.concurx/README.md | Renames “.NET Aspire” wording throughout ConcurX extension docs. |
| cli/azd/docs/environment-variables.md | Renames “.NET Aspire” wording in environment variable descriptions. |
Update the appdetect Language.Display() value for the Aspire AppHost from ".NET (Aspire)" to "Aspire", and the telemetry-data.md feature row from "Container Apps (.NET / Aspire)" to "Container Apps (Aspire)". The DotNetAppHost enum value and *_DOTNET_APPHOST_* identifiers remain unchanged. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
davidfowl
approved these changes
Jun 9, 2026
vhvb1989
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The product formerly known as .NET Aspire was rebranded to simply Aspire late last year. This PR updates current, user-facing references from ".NET Aspire" to "Aspire".
Fixes #8578
Changes
cli/azd/internal/cmd/add/add.go—azd addincompatibility suggestion stringcli/azd/docs/environment-variables.md— descriptions forAZURE_APP_SERVICE_DASHBOARD_URI,AZD_DEBUG_DOTNET_APPHOST_USE_FIXED_MANIFEST,AZD_DEBUG_DOTNET_APPHOST_IGNORE_UNSUPPORTED_RESOURCEScli/azd/extensions/microsoft.azd.concurx/README.md— four mentionsdocs/reference/telemetry-data.md—containerapp-dotnethost descriptioneng/pipelines/templates/jobs/build-cli.yml— pipeline commentIntentionally not changed
cli/azd/CHANGELOG.md— historical release-note entries reflect the product name at the time of each release; rewriting them would misrepresent that history.containerapp-dotnettelemetry value and*_DOTNET_APPHOST_*env-var names are not display names and are left unchanged to preserve compatibility.Validation
go buildof theaddpackage succeeds.CHANGELOG.md.