From 24d0a09a9d211af6e6f0e0db78cab8f388fbdbd1 Mon Sep 17 00:00:00 2001 From: Patrick McDonald Date: Thu, 4 Dec 2025 15:36:07 +0000 Subject: [PATCH] Fix three-tier architecture example table layout Removed 1 of the columns in the table separator row to fix the table layout. --- docs/get-started/aspire-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/aspire-overview.md b/docs/get-started/aspire-overview.md index 295fb6e26a..c09c8c4238 100644 --- a/docs/get-started/aspire-overview.md +++ b/docs/get-started/aspire-overview.md @@ -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 |