docs: namespace AppHost resource names (fsh-starter-*)#221
Merged
Conversation
The Aspire resource/container names now derive from the app namespace (tracks fullstackhero/dotnet-starter-kit#1261). Updated the resource table + production-deploy note (aspire), the migrations "local development" section, the introduction, and the two frontend Aspire-wiring notes to `fsh-starter-*`, plus a callout that the prefix is per-app (a scaffolded app gets its own, e.g. acme-store-*). Changelog entry added. Left as-is: deploy/image/S3 identifiers (`fsh-api` / `fsh-db-migrator` image repos, ECS service, `container_name`, S3 buckets) — published artifact names, not AppHost labels. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Follows up [#220] now that the AppHost resource names are derived from the app namespace (code: fullstackhero/dotnet-starter-kit#1261).
What changed
fsh-starter-*; added a callout that the prefix is per-app (a scaffoldedAcme.Storegetsacme-store-*), and that thepostgres/redis/minioinfra and thefsh-dbdatabase keep stable names.Left as-is (deliberate)
Deploy / published-artifact identifiers, which are not AppHost labels and didn't change:
fsh-api,fsh-db-migrator) in csproj/CI/ghcr.io,container_name,🤖 Generated with Claude Code