Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/get-started/aspire-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ For more information, see [Aspire service defaults](https://aspire.dev/fundament
Consider how the three-tier architecture example can be deployed across different environments:

| **Resource** | **Local development** | **Azure** | **AWS** |
|----------|-------------------|-------|-----|---------|
|----------|-------------------|-------|---------------|
| Frontend | `npm run` | Azure Container Apps | Amazon Elastic Container Service |
| API service | `dotnet run` | Azure Container Apps | AWS Lambda |
| Database | `docker.io/library/postgres` | Azure Database for PostgreSQL | Amazon Relational Database Service |
Expand Down
Loading