Skip to content

Commit 30d872c

Browse files
Merge branch 'swa/db-connection' of https://github.com/craigshoemaker/azure-docs-pr into swa/db-connection
2 parents 59425fe + 2372c44 commit 30d872c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

articles/static-web-apps/database-azure-cosmosdb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Next, create the configuration file that your static web app uses to interface w
192192
193193
```json
194194
{
195-
"$schema": "https://go.microsoft.com/fwlink/?linkid=2226079",
195+
"$schema": "https://dataapibuilder.azureedge.net/schemas/latest/dab.draft.schema.json",
196196
"data-source": {
197197
"database-type": "cosmosdb_nosql",
198198
"options": {
@@ -642,7 +642,7 @@ Once you've connected your database to your static web app and the site is finis
642642
643643
The output should resemble what's shown in this screenshot.
644644
645-
:::image type="content" source="../articles/static-web-apps/media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from listing records from the database in the developer tools console window.":::
645+
:::image type="content" source="media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from listing records from the database in the developer tools console window.":::
646646
647647
## Clean up resources
648648

articles/static-web-apps/database-azure-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Next, create the configuration file that your static web app uses to interface w
194194
195195
```json
196196
{
197-
"$schema": "https://go.microsoft.com/fwlink/?linkid=2226079",
197+
"$schema": "https://dataapibuilder.azureedge.net/schemas/latest/dab.draft.schema.json",
198198
"data-source": {
199199
"database-type": "mssql",
200200
"options": {
@@ -289,7 +289,7 @@ Once you've connected your database to your static web app and the site is finis
289289
290290
The output should resemble what's shown in this screenshot.
291291

292-
:::image type="content" source="../articles/static-web-apps/media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from listing records from the database in the developer tools console window.":::
292+
:::image type="content" source="media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from listing records from the database in the developer tools console window.":::
293293

294294
## Clean up resources
295295

articles/static-web-apps/database-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following sample configuration file shows you how to connect to an Azure SQL
4545

4646
```json
4747
{
48-
"$schema": "https://go.microsoft.com/fwlink/?linkid=2226079",
48+
"$schema": "https://dataapibuilder.azureedge.net/schemas/latest/dab.draft.schema.json",
4949
"data-source": {
5050
"database-type": "mssql",
5151
"options": {

articles/static-web-apps/database-mysql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Next, create the configuration file that your static web app uses to interface w
193193

194194
```json
195195
{
196-
"$schema": "https://go.microsoft.com/fwlink/?linkid=2226079",
196+
"$schema": "https://dataapibuilder.azureedge.net/schemas/latest/dab.draft.schema.json",
197197
"data-source": {
198198
"database-type": "mysql",
199199
"options": {
@@ -287,7 +287,7 @@ Once you've connected your database to your static web app and the site is finis
287287

288288
The output should resemble what's shown in this screenshot.
289289
290-
:::image type="content" source="../articles/static-web-apps/media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from listing records from the database in the developer tools console window.":::
290+
:::image type="content" source="media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from listing records from the database in the developer tools console window.":::
291291
292292
## Clean up resources
293293

articles/static-web-apps/database-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Next, create the configuration file that your static web app uses to interface w
180180
181181
```json
182182
{
183-
"$schema": "https://go.microsoft.com/fwlink/?linkid=2226079",
183+
"$schema": "https://dataapibuilder.azureedge.net/schemas/latest/dab.draft.schema.json",
184184
"data-source": {
185185
"database-type": "postgresql",
186186
"options": {
@@ -274,7 +274,7 @@ Once you've connected your database to your static web app and the site is finis
274274

275275
The output should resemble what's shown in this screenshot.
276276
277-
:::image type="content" source="../articles/static-web-apps/media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from listing records from the database in the developer tools console window.":::
277+
:::image type="content" source="media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from listing records from the database in the developer tools console window.":::
278278
279279
## Clean up resources
280280

0 commit comments

Comments
 (0)