Skip to content

Commit e282b12

Browse files
fix spacing issues
1 parent 3b566a3 commit e282b12

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ Use the following steps to create a connection between the Static Web Apps insta
270270
|---|---|
271271
| Database Type | Select your database type from the dropdown list. |
272272
| Subscription | Select your Azure subscription from the dropdown list. |
273+
| Resource Group | Select or create a resource group for your database. |
273274
| Resource Name | Select the database server name that has your desired database. |
274275
| Database Name | Select the name of the database you want to link to your static web app. |
275276
| Authentication Type | Select **Connection string**, and enter the Azure SQL user name and password. |
@@ -285,10 +286,11 @@ Once you've connected your database to your static web app and the site is finis
285286
1. In the *Essentials* section, select the **URL** of your Static Web Apps resource to navigate to your static web app.
286287
287288
1. Select the **List** button to list all items.
288-
289-
The output should resemble what's shown in this screenshot.
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.":::
291-
289+
290+
The output should resemble what's shown in this screenshot.
291+
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.":::
293+
292294
## Clean up resources
293295

294296
If you want to remove the resources created during this tutorial, you need to unlink the database and remove the sample data.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ Once you've connected your database to your static web app and the site is finis
285285

286286
1. Select the **List** button to list all items.
287287

288-
The output should resemble what's shown in this screenshot.
288+
The output should resemble what's shown in this screenshot.
289+
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.":::
289291
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.":::
291-
292292
## Clean up resources
293293
294294
If you want to remove the resources created during this tutorial, you need to unlink the database and remove the sample data.

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,11 @@ Once you've connected your database to your static web app and the site is finis
271271
1. In the *Essentials* section, select the **URL** of your Static Web Apps resource to navigate to your static web app.
272272

273273
1. Select the **List** button to list all items.
274-
275-
The output should resemble what's shown in this screenshot.
276-
:::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-
274+
275+
The output should resemble what's shown in this screenshot.
276+
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.":::
278+
278279
## Clean up resources
279280
280281
If you want to remove the resources created during this tutorial, you need to unlink the database and remove the sample data.

0 commit comments

Comments
 (0)