From 593ec9de3720b011344790fc38dddc1fcc569063 Mon Sep 17 00:00:00 2001 From: Dheeraj Bandaru Date: Tue, 11 Nov 2025 00:45:24 +0100 Subject: [PATCH] Update database-overview.md with retirement notice Added retirement notice for database connections. --- articles/static-web-apps/database-overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/articles/static-web-apps/database-overview.md b/articles/static-web-apps/database-overview.md index 4bb11beab60f7..a5882d950bbd3 100644 --- a/articles/static-web-apps/database-overview.md +++ b/articles/static-web-apps/database-overview.md @@ -10,6 +10,10 @@ ms.date: 03/03/2023 # Connecting to a database with Azure Static Web Apps (preview) +> [!IMPORTANT] +> Retirement NOTICE: Database Connections for Static Web Apps ends November 30, 2025. Migrate now to avoid disruption. + + The Azure Static Web Apps database connection feature allows you to access a database from your static web app without writing custom server-side code. Once you create a connection between your web application and database, you can manipulate data with full support for CRUD operations, built-in authorization, and relationships.