Skip to content

Commit 567f195

Browse files
authored
Merge pull request #100196 from alexomanie/patch-1
CosmosDB: intra container copy - add missing second underscore to database name
2 parents 69680d3 + 6e4653f commit 567f195

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/intra-account-container-copy.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ The container copy job will run in the write region. If there are accounts confi
8989

9090
The account's write region may change in the rare scenario of a region outage or due to manual failover. In such a scenario, incomplete container copy jobs created within the account would fail. You would need to recreate these failed jobs. Recreated jobs would then run in the new (current) write region.
9191

92-
### Why is a new database *_datatransferstate* created in the account when I run container copy jobs? Am I being charged for this database?
93-
* *_datatransferstate* is a database that is created while running container copy jobs. This database is used by the platform to store the state and progress of the copy job.
92+
### Why is a new database *__datatransferstate* created in the account when I run container copy jobs? Am I being charged for this database?
93+
* *__datatransferstate* is a database that is created while running container copy jobs. This database is used by the platform to store the state and progress of the copy job.
9494
* The database uses manual provisioned throughput of 800 RUs. You'll be charged for this database.
95-
* Deleting this database will remove the container copy job history from the account. It can be safely deleted once all the jobs in the account have completed, if you no longer need the job history. The platform will not clean up the *_datatransferstate* database automatically.
95+
* Deleting this database will remove the container copy job history from the account. It can be safely deleted once all the jobs in the account have completed, if you no longer need the job history. The platform will not clean up the *__datatransferstate* database automatically.
9696

9797
## Supported regions
9898

@@ -129,7 +129,7 @@ Make sure the target container is created before running the job as specified in
129129
* Error - Shared throughput database creation is not supported for serverless accounts
130130

131131
Job creation on serverless accounts may fail with the error *"Shared throughput database creation is not supported for serverless accounts"*.
132-
As a work-around, create a database called *_datatransferstate* manually within the account and try creating the container copy job again.
132+
As a work-around, create a database called *__datatransferstate* manually within the account and try creating the container copy job again.
133133

134134
```
135135
ERROR: (BadRequest) Response status code does not indicate success: BadRequest (400); Substatus: 0; ActivityId: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx; Reason: (Shared throughput database creation is not supported for serverless accounts.

0 commit comments

Comments
 (0)