Skip to content

Commit 7b2204e

Browse files
committed
Clarify that unique indexes can't be dropped with continuous backup
1 parent e08dfa8 commit 7b2204e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/continuous-backup-restore-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Currently the point in time restore functionality has the following limitations:
154154

155155
* The restore process restores all the properties of a container including its TTL configuration by default, you can pass parameter to disable TTL while doing the restore. As a result, it's possible that the data restored is deleted immediately if you configured that way. In order to prevent this situation, the restore timestamp must be before the TTL properties were added into the container.
156156

157-
* Unique indexes in API for MongoDB can't be added or updated when you create a continuous backup mode account. They also can't be modified when you migrate an account from periodic to continuous mode.
157+
* Unique indexes in API for MongoDB can't be added, updated, or dropped when you create a continuous backup mode account. They also can't be modified when you migrate an account from periodic to continuous mode.
158158

159159
* Continuous mode restore may not restore throughput setting valid as of restore point.
160160

0 commit comments

Comments
 (0)