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
4 changes: 4 additions & 0 deletions articles/static-web-apps/database-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected capitalization of 'NOTICE' to 'Notice' for consistency with standard documentation style.

Suggested change
> Retirement NOTICE: Database Connections for Static Web Apps ends November 30, 2025. Migrate now to avoid disruption.
> Retirement Notice: Database Connections for Static Web Apps ends November 30, 2025. Migrate now to avoid disruption.

Copilot uses AI. Check for mistakes.

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.
Expand Down