Skip to content

Commit 6105f4d

Browse files
Merge pull request #230818 from thomasgauvin/patch-17
SWA DB Connections resolve CosmosDB typo for container vs table
2 parents 6df7d0f + 14d652d commit 6105f4d

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
@@ -72,7 +72,7 @@ Create a sample table and seed it with sample data to match the tutorial.
7272

7373
1. Select **OK**.
7474

75-
1. Select the *MyTestPersonTable* container.
75+
1. Select the *MyTestPersonContainer* container.
7676

7777
1. Select its *Items*.
7878

@@ -220,7 +220,7 @@ Next, create the configuration file that your static web app uses to interface w
220220
},
221221
"entities": {
222222
"Person": {
223-
"source": "MyTestPersonTable",
223+
"source": "MyTestPersonContainer",
224224
"permissions": [
225225
{
226226
"actions": ["*"],

0 commit comments

Comments
 (0)