Skip to content

Commit 59896ca

Browse files
authored
Update configure-synapse-link.md
1 parent dfa1982 commit 59896ca

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,15 @@ except exceptions.CosmosResourceExistsError:
223223
print('A container with already exists')
224224
```
225225

226-
## Optional - Disable analytical store in a SQL API container
226+
## Optional - Disable analytical store
227227

228-
Analytical store can be disabled in SQL API containers using Azure CLI or PowerShell, by setting `analytical TTL` to `0`.
228+
Analytical store can be disabled in SQL API containers or in MongoDB API collections, using Azure CLI or PowerShell. It is done by setting `analytical TTL` to `0`.
229229

230230
> [!NOTE]
231231
> Please note that currently this action can't be undone. If analytical store is disabled in a container, it can never be re-enabled.
232232
233233
> [!NOTE]
234-
> Please note that disabling analytical store is not available for MongoDB API collections.
235-
234+
> Please note that currently it is not possible to disable Synapse Link from a database account.
236235
237236
## <a id="connect-to-cosmos-database"></a> Connect to a Synapse workspace
238237

0 commit comments

Comments
 (0)