Skip to content

Commit 3bd3e2e

Browse files
authored
Merge pull request #226229 from craigshoemaker/swa/db-connection
[Static Web Apps] Database connections
2 parents 2768c77 + 0bbe79a commit 3bd3e2e

12 files changed

+2422
-70
lines changed

articles/static-web-apps/TOC.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151
- name: App settings
5252
href: application-settings.md
5353
displayName: environment variables
54+
- name: Database connections
55+
items:
56+
- name: Overview
57+
href: database-overview.md
58+
- name: Configuration
59+
href: database-configuration.md
5460
- name: Security
5561
items:
5662
- name: Authentication and authorization
@@ -149,6 +155,16 @@
149155
href: deploy-nextjs-hybrid.md
150156
- name: Nuxt.js
151157
href: deploy-nuxtjs.md
158+
- name: Add a database connection
159+
items:
160+
- name: Azure Cosmos DB
161+
href: database-azure-cosmos-db.md
162+
- name: Azure SQL
163+
href: database-azure-sql.md
164+
- name: Azure Database for MySQL
165+
href: database-mysql.md
166+
- name: Azure Database for PostgreSQL
167+
href: database-postgresql.md
152168
- name: Add a database with Mongoose.js and Azure Cosmos DB
153169
href: add-mongoose.md
154170
- name: Publish with an ARM template

0 commit comments

Comments
 (0)