File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ author: craigshoemaker
5
5
ms.author : cshoe
6
6
ms.service : static-web-apps
7
7
ms.topic : how-to
8
- ms.date : 03/15/2023
8
+ ms.date : 05/28/2024
9
9
---
10
10
11
11
# Database connection configuration in Azure Static Web Apps (preview)
@@ -160,11 +160,14 @@ Linking a database to your static web app establishes the production connection
160
160
| Database Name | Select the name of the database you want to link to your static web app. |
161
161
| Authentication Type | Select the connection type required to connect to your database. |
162
162
163
- ## Next steps
163
+ ## Related content
164
164
165
165
Add a database to your static web app using one of the following databases:
166
166
167
167
- [Azure Cosmos DB](database-azure-cosmos-db.md)
168
168
- [Azure SQL](database-azure-sql.md)
169
169
- [MySQL](database-mysql.md)
170
170
- [PostgreSQL](database-postgresql.md)
171
+
172
+ Additionally, you can learn about how to use the [Data API builder](/azure/data-api-builder/how-to-deploy-static-web-app
173
+ ) with Azure Static Web Apps.
You can’t perform that action at this time.
0 commit comments