Skip to content
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

Remove Container methods from AppHost docs #274

Merged
merged 3 commits into from
Jan 4, 2024

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented Jan 3, 2024

It isn't recommended to use the "AddXYZContainer" methods, but instead just "AddXYZ". Using the Container methods means that you want a container even after publishing to a cloud service, which has hosted versions of these resources.

Contributes to dotnet/aspire#1528


Internal previews

Toggle expand/collapse
📄 File 🔗 Preview link
docs/caching/caching-components.md Tutorial: Implement caching with .NET Aspire components
docs/caching/stackexchange-redis-component.md .NET Aspire StackExchange Redis component
docs/caching/stackexchange-redis-distributed-caching-component.md .NET Aspire StackExchange Redis distributed caching component
docs/caching/stackexchange-redis-output-caching-component.md docs/caching/stackexchange-redis-output-caching-component
docs/database/mongodb-component.md .NET Aspire MongoDB database component
docs/database/mysql-component.md .NET Aspire MySQL database component
docs/database/postgresql-component.md .NET Aspire PostgreSQL component
docs/database/postgresql-entity-framework-component.md .NET Aspire PostgreSQL Entity Framework Core component
docs/database/sql-server-component.md docs/database/sql-server-component
docs/database/sql-server-entity-framework-component.md .NET Aspire SqlServer Entity Framework Core component
docs/deployment/azure/aca-deployment-azd-in-depth.md [Windows](https://review.learn.microsoft.com/en-us/dotnet/aspire/deployment/azure/aca-deployment-azd-in-depth?branch=pr-en-us-274)
docs/deployment/azure/application-insights.md Use .NET Aspire with Application Insights
docs/deployment/manifest-format.md .NET Aspire manifest format for deployment tool builders
docs/fundamentals/app-host-overview.md docs/fundamentals/app-host-overview
docs/fundamentals/components-overview.md .NET Aspire components overview
docs/get-started/aspire-overview.md .NET Aspire overview
docs/get-started/build-your-first-aspire-app.md Quickstart: Build your first .NET Aspire app
docs/messaging/rabbitmq-client-component.md docs/messaging/rabbitmq-client-component

It isn't recommended to use the "AddXYZContainer" methods, but instead just "AddXYZ". Using the Container methods means that you want a container even after publishing to a cloud service, which has hosted versions of these resources.

Contributes to dotnet/aspire#1528
@dotnet-bot dotnet-bot added caching Content related to caching. database Content related to database. deployment Content related to deployment. fundamentals Content related to fundamentals. getting-started Content related to getting started. messaging Content related to messaging. labels Jan 3, 2024
@IEvangelist IEvangelist enabled auto-merge (squash) January 4, 2024 01:12
@IEvangelist IEvangelist merged commit 939fe6c into dotnet:main Jan 4, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
caching Content related to caching. database Content related to database. deployment Content related to deployment. fundamentals Content related to fundamentals. getting-started Content related to getting started. messaging Content related to messaging.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants