Skip to content

Commit bc6cade

Browse files
authored
Update configure-synapse-link.md
1 parent f464f52 commit bc6cade

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/cosmos-db/configure-synapse-link.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,14 @@ Enable Synapse Link in your Cosmos DB SQL API or MongoDB API account using Azure
6262

6363
#### Azure CLI
6464

65-
Use `--enable-analytical-storage true` for all accounts, in both **create** or **update** operations. If the API type is SQL, you can use `--analytical-storage-schema-type` with the values `FullFidelity` or `WellDefined`. For MongoDB API accounts, use `--analytical-storage-schema-type FullFidelity`.
65+
Use `--enable-analytical-storage true` for all accounts, in both **create** or **update** operations. You also need to choose the representation schema type. For SQL API accounts you can use `--analytical-storage-schema-type` with the values `FullFidelity` or `WellDefined`. For MongoDB API accounts, always use `--analytical-storage-schema-type FullFidelity`.
6666

6767
* [Create a new Azure Cosmos DB account with Synapse Link enabled](/cli/azure/cosmosdb#az_cosmosdb_create-optional-parameters)
6868
* [Update an existing Azure Cosmos DB account to enable Synapse Link](/cli/azure/cosmosdb#az_cosmosdb_update-optional-parameters)
6969

7070
#### PowerShell
7171

72-
Use `-EnableAnalyticalStorage true` for all accounts, in both **create** or **update** operations. If the API type is SQL, you can use `-AnalyticalStorageSchemaType` with the values `FullFidelity` or `WellDefined`. For MongoDB API accounts, use `-AnalyticalStorageSchemaType FullFidelity`.
73-
72+
Use `EnableAnalyticalStorage true` for all accounts, in both **create** or **update** operations. You also need to choose the representation schema type. For SQL API accounts you can use `--analytical-storage-schema-type` with the values `FullFidelity` or `WellDefined`. For MongoDB API accounts, always use `-AnalyticalStorageSchemaType FullFidelity`.
7473

7574
* [Create a new Azure Cosmos DB account with Synapse Link enabled](/powershell/module/az.cosmosdb/new-azcosmosdbaccount#description)
7675
* [Update an existing Azure Cosmos DB account to enable Synapse Link](/powershell/module/az.cosmosdb/update-azcosmosdbaccount)

0 commit comments

Comments
 (0)