Skip to content

Commit 71a9d1a

Browse files
authored
Update time-to-live.md
1 parent 24199f9 commit 71a9d1a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/cosmos-db/mongodb/time-to-live.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ globaldb:PRIMARY> db.coll.insert({id:1, location: "Paris", ttl: 20.5}) //TTL val
8282
globaldb:PRIMARY> db.coll.insert({id:1, location: "Paris", ttl: NumberLong(2147483649)}) //TTL value is greater than Int32.MaxValue (2,147,483,648).
8383
```
8484

85-
## Next steps
86-
* [Expire data in Azure Cosmos DB automatically with time to live](../mongodb/time-to-live.md)
87-
* [Indexing your Azure Cosmos DB database configured with Azure Cosmos DB's API for MongoDB](../mongodb/indexing.md)
85+
## Next step
86+
87+
> [!div class="nextstepaction"]
88+
> [Indexing your Azure Cosmos DB database configured with Azure Cosmos DB's API for MongoDB](../mongodb/indexing.md)

0 commit comments

Comments
 (0)