From 89db68e41e933c3077ff7b363e7c96589176ba51 Mon Sep 17 00:00:00 2001 From: "OpenPublishing.Build" Date: Thu, 15 Jan 2026 06:23:05 +0000 Subject: [PATCH] update --- entity-framework/core/providers/cosmos/modeling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity-framework/core/providers/cosmos/modeling.md b/entity-framework/core/providers/cosmos/modeling.md index 119775be25..c3c5262536 100644 --- a/entity-framework/core/providers/cosmos/modeling.md +++ b/entity-framework/core/providers/cosmos/modeling.md @@ -140,7 +140,7 @@ Time-to-live for individual entities can be set using a property mapped to "ttl" [!code-csharp[TimeToLiveProperty](../../../../samples/core/Miscellaneous/NewInEFCore6.Cosmos/CosmosModelConfigurationSample.cs?name=TimeToLiveProperty)] > [!NOTE] -> A default time-to-live must configured on the entity type for the "ttl" to have any effect. See [_Time to Live (TTL) in Azure Cosmos DB_](/azure/cosmos-db/nosql/time-to-live) for more information. +> A default time-to-live must configured on the entity type for the "ttl" to have any effect. See [_Time to Live (TTL) in Azure Cosmos DB_](/azure/cosmos-db/time-to-live) for more information. The time-to-live property is then set before the entity is saved. For example: