Description
Replace the emulated PostgreSQL with Azure Database for PostgreSQL Flexible Server. The AppHost already declares PostgreSQL; this work configures it for Azure provisioning and ensures EF Core migrations run on deployment.
Dependencies
Acceptance Criteria
Technical Notes
- Aspire generates Bicep for Azure PostgreSQL Flexible Server
- Managed Identity for authentication (no credentials needed)
- Migration bundle or init container approach for schema updates
- Monitor performance after Azure deployment
Phase: 3 | Size: XL | Owner: Zoe (Lead)
Description
Replace the emulated PostgreSQL with Azure Database for PostgreSQL Flexible Server. The AppHost already declares PostgreSQL; this work configures it for Azure provisioning and ensures EF Core migrations run on deployment.
Dependencies
Acceptance Criteria
.PublishAsAzurePostgresFlexibleServer()on postgres resourceazdTechnical Notes
Phase: 3 | Size: XL | Owner: Zoe (Lead)