Skip to content

Commit 3cc49a0

Browse files
authored
Update configure-synapse-link.md
1 parent 6889513 commit 3cc49a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can also checkout the learn module on how to [configure Azure Synapse Link f
5656
> [!NOTE]
5757
> Turning on Synapse Link does not turn on the analytical store automatically. Once you enable Synapse Link on the Cosmos DB account, enable analytical store on containers to start using Synapse Link.
5858
59-
### Command Line Tools
59+
### Command-Line Tools
6060

6161
Enable Synapse Link in your Cosmos DB SQL API or MongoDB API account using Azure CLI or PowerShell.
6262

@@ -170,7 +170,7 @@ try:
170170
except exceptions.CosmosResourceExistsError:
171171
print('A container with already exists')
172172
```
173-
### Command Line Tools
173+
### Command-Line Tools
174174

175175
Set the `analytical TTL` property to the required value to create an analytical store enabled container. For the list of allowed values, see the [analytical TTL supported values](analytical-store-introduction.md#analytical-ttl) article.
176176

@@ -191,7 +191,7 @@ The following options create a container with analytical store by using PowerShe
191191

192192
## <a id="update-analytical-ttl"></a> Enable analytical store on an existing container
193193

194-
Due to short-term capacity constraints, you need to register to enable Synapse Link on your existing containers. Depending on the pending requests, approving this request may take anywhere from a day to a week. Instructions to check the reuqest status are provided below. If you have any issues or questions, please reach out to [[email protected]](mailto:[email protected]). This step is required once per subscription, and all new database accounts will also have this capability enabled.
194+
Due to short-term capacity constraints, you need to register to enable Synapse Link on your existing containers. Depending on the pending requests, approving this request may take anywhere from a day to a week. Instructions to check the request status are provided below. If you have any issues or questions, please reach out to [[email protected]](mailto:[email protected]). This step is required once per subscription, and all new database accounts will also have this capability enabled.
195195

196196
You can turn on analytical store on existing Azure Cosmos DB SQL API containers. This capability is general available and can be used for production workloads. Please note the following details about the initial sync process:
197197

@@ -201,7 +201,7 @@ You can turn on analytical store on existing Azure Cosmos DB SQL API containers.
201201

202202
* The throughput of your container, or database account, also influences the total initial sync time. Although RU/s are not used in this migration, the total RU/s available influences the performance of the process. You can temporarily increase your environment's throughput to speed up the process.
203203

204-
* You won't be able to query analytical store of an existing container until the end of the initial sync process. Your OLTP workload isn't impacted and you can keep on reading data normally. Data ingested after the start of the initial sync will me merged into analytical store by the regular auto-sync process after completition of the initial process.
204+
* You won't be able to query analytical store of an existing container until the end of the initial sync process. Your OLTP workload isn't impacted and you can keep on reading data normally. Data ingested after the start of the initial sync will be merged into analytical store by the regular auto-sync process after completition of the initial process.
205205

206206
* Currently existing MongoDB API collections are not supported. The alternative is to migrate the data into a new collection, created with analytical store turned on.
207207

@@ -217,7 +217,7 @@ You can turn on analytical store on existing Azure Cosmos DB SQL API containers.
217217
5. Optionally, you can go to the **Power BI** tab, in the **Integrations** section, to create Power BI dashboards on your Synapse Link enabled containers.
218218

219219

220-
### Command Line Tools
220+
### Command-Line Tools
221221

222222
Set the `analytical TTL` property to the required value to create an analytical store enabled container. For the list of allowed values, see the [analytical TTL supported values](analytical-store-introduction.md#analytical-ttl) article.
223223

0 commit comments

Comments
 (0)