Skip to content

Rebrand: update ".NET Aspire" references to "Aspire"#8579

Open
IEvangelist wants to merge 5 commits into
Azure:mainfrom
IEvangelist:ievangelist/aspire-rebrand
Open

Rebrand: update ".NET Aspire" references to "Aspire"#8579
IEvangelist wants to merge 5 commits into
Azure:mainfrom
IEvangelist:ievangelist/aspire-rebrand

Conversation

@IEvangelist

@IEvangelist IEvangelist commented Jun 9, 2026

Copy link
Copy Markdown
Member

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.goazd add incompatibility suggestion string
  • cli/azd/docs/environment-variables.md — descriptions for AZURE_APP_SERVICE_DASHBOARD_URI, AZD_DEBUG_DOTNET_APPHOST_USE_FIXED_MANIFEST, AZD_DEBUG_DOTNET_APPHOST_IGNORE_UNSUPPORTED_RESOURCES
  • cli/azd/extensions/microsoft.azd.concurx/README.md — four mentions
  • docs/reference/telemetry-data.mdcontainerapp-dotnet host description
  • eng/pipelines/templates/jobs/build-cli.yml — pipeline comment

Intentionally 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.
  • Identifier values such as the containerapp-dotnet telemetry value and *_DOTNET_APPHOST_* env-var names are not display names and are left unchanged to preserve compatibility.

Validation

  • go build of the add package succeeds.
  • No active ".NET Aspire" references remain outside CHANGELOG.md.

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>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

Comment thread docs/reference/telemetry-data.md
Comment thread cli/azd/docs/environment-variables.md
Comment thread cli/azd/docs/environment-variables.md
Comment thread cli/azd/internal/cmd/add/add.go
Comment thread cli/azd/extensions/microsoft.azd.concurx/README.md
Comment thread cli/azd/extensions/microsoft.azd.concurx/README.md
Comment thread cli/azd/extensions/microsoft.azd.concurx/README.md
Comment thread cli/azd/extensions/microsoft.azd.concurx/README.md
IEvangelist and others added 4 commits June 9, 2026 09:07
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>
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.

Rebrand: update ".NET Aspire" references to "Aspire"

4 participants