Skip to content

Commit 9d5f020

Browse files
authored
Merge pull request #106795 from Devsart/patch-1
Update database-azure-cosmos-db.md
2 parents 4cc6cfe + b27b53a commit 9d5f020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-web-apps/database-azure-cosmos-db.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ Next, create the configuration file that your static web app uses to interface w
177177
178178
The `init` command creates the *staticwebapp.database.config.json* file in the *swa-db-connections* folder.
179179
180-
1. Paste in this sample schema into the *staticwebapp.schema.config.json* file you generated.
180+
1. Paste in this sample schema into the *staticwebapp.database.schema.gql* file you generated.
181181
182-
Since Cosmos DB for NoSQL is a schema agnostic database, Azure Static Web Apps database connections can't extract the schema of your database. The *staticwebapp.schema.config.json* file allows you to specify the schema of your Cosmos DB for NoSQL database for Static Web Apps.
182+
Since Cosmos DB for NoSQL is a schema agnostic database, Azure Static Web Apps database connections can't extract the schema of your database. The *staticwebapp.database.schema.gql* file allows you to specify the schema of your Cosmos DB for NoSQL database for Static Web Apps.
183183
184184
```gql
185185
type Person @model {

0 commit comments

Comments
 (0)