Skip to content

Commit 18c4795

Browse files
rename cosmos db file
1 parent 3902624 commit 18c4795

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

articles/static-web-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
- name: Add a database connection
159159
items:
160160
- name: Azure Cosmos DB
161-
href: database-azure-cosmosdb.md
161+
href: database-azure-cosmos-db.md
162162
- name: Azure SQL
163163
href: database-azure-sql.md
164164
- name: Azure Database for MySQL
File renamed without changes.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this tutorial, you learn how to connect an Azure SQL database to your static
1616
For the sake of simplicity, this tutorial shows you how to use an Azure database for local development purposes, but you may also use a local database server for your local development needs.
1717

1818
> [!NOTE]
19-
> This tutorial shows how to use Azure SQL. If you would like to use another database, refer to the [Azure Cosmos DB](database-azure-cosmosdb.md), [MySQL](database-mysql.md), or [PostgreSQL](database-postgresql.md) tutorials.
19+
> This tutorial shows how to use Azure SQL. If you would like to use another database, refer to the [Azure Cosmos DB](database-azure-cosmos-db.md), [MySQL](database-mysql.md), or [PostgreSQL](database-postgresql.md) tutorials.
2020
2121
:::image type="content" source="media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from Azure SQL in the developer tools console window.":::
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Linking a database to your static web app establishes the production connection
164164
165165
Add a database to your static web app using one of the following databases:
166166
167-
- [Azure Cosmos DB](database-azure-cosmosdb.md)
167+
- [Azure Cosmos DB](database-azure-cosmos-db.md)
168168
- [Azure SQL](database-azure-sql.md)
169169
- [MySQL](database-mysql.md)
170170
- [PostgreSQL](database-postgresql.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this tutorial, you learn how to connect an Azure Database for MySQL Flexible
1616
For the sake of simplicity, this tutorial shows you how to use an Azure database for local development purposes, but you may also use a local database server for your local development needs.
1717

1818
> [!NOTE]
19-
> This tutorial shows how to use Azure Database for MySQL Flexible Server. If you would like to use another database, refer to the [Azure Cosmos DB](database-azure-cosmosdb.md), [Azure SQL](database-azure-sql.md), or [PostgreSQL](database-postgresql.md) tutorials.
19+
> This tutorial shows how to use Azure Database for MySQL Flexible Server. If you would like to use another database, refer to the [Azure Cosmos DB](database-azure-cosmos-db.md), [Azure SQL](database-azure-sql.md), or [PostgreSQL](database-postgresql.md) tutorials.
2020
2121
:::image type="content" source="media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from MySQL in the developer tools console window.":::
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Features supported by database connections include:
2121
| Feature | Description |
2222
|---|---|
2323
| **Integrated security** | Built-in integration with Azure Static Web Apps authentication and authorization security model. The same role-based security used to secure routes is available for API endpoints. |
24-
| **Full CRUD-based operations** | Refer to the tutorials for [Azure Cosmos DB](database-azure-cosmosdb.md), [Azure SQL](database-azure-sql.md), [MySQL](database-mysql.md), or [PostgreSQL](database-postgresql.md) for an example on how to manipulate data in your application. |
24+
| **Full CRUD-based operations** | Refer to the tutorials for [Azure Cosmos DB](database-azure-cosmos-db.md), [Azure SQL](database-azure-sql.md), [MySQL](database-mysql.md), or [PostgreSQL](database-postgresql.md) for an example on how to manipulate data in your application. |
2525
| **Supports SQL and NoSQL** | You can use relational and document databases as your application's database. |
2626
| **Serverless architecture** | Connections scale from 0 to 1 worker (during preview). |
2727
| **Database relationships** | Supported only via the GraphQL endpoint. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In this tutorial, you learn how to connect an Azure Database for PostgreSQL Sing
1616
For the sake of simplicity, this tutorial shows you how to use an Azure database for local development purposes, but you may also use a local database server for your local development needs.
1717

1818
> [!NOTE]
19-
> This tutorial shows how to use Azure Database for PostgreSQL Flexible Server or Single Server. If you would like to use another database, refer to the [Azure Cosmos DB](database-azure-cosmosdb.md), [Azure SQL](database-azure-sql.md), or [MySQL](database-mysql.md) tutorials.
19+
> This tutorial shows how to use Azure Database for PostgreSQL Flexible Server or Single Server. If you would like to use another database, refer to the [Azure Cosmos DB](database-azure-cosmos-db.md), [Azure SQL](database-azure-sql.md), or [MySQL](database-mysql.md) tutorials.
2020
2121
:::image type="content" source="media/database-add/static-web-apps-database-connections-list.png" alt-text="Web browser showing results from PostgreSQL selection in the developer tools console window.":::
2222

0 commit comments

Comments
 (0)