Skip to content

Commit 827460f

Browse files
authored
Merge pull request #174536 from ealsur/users/ealsur/directhttpsmigration
Cosmos DB - Explicitly call out Direct/HTTPs on migration
2 parents 894c639 + 9504c2d commit 827460f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/sql/migrate-dotnet-v3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: esarroyo
66
ms.service: cosmos-db
77
ms.subservice: cosmosdb-sql
88
ms.topic: how-to
9-
ms.date: 08/26/2021
9+
ms.date: 10/04/2021
1010
---
1111

1212
# Migrate your application to use the Azure Cosmos DB .NET SDK v3
@@ -190,7 +190,7 @@ Some settings in `ConnectionPolicy` have been renamed or replaced:
190190
| .NET v2 SDK | .NET v3 SDK |
191191
|-------------|-------------|
192192
|`EnableEndpointRediscovery`|`LimitToEndpoint` - The value is now inverted, if `EnableEndpointRediscovery` was being set to `true`, `LimitToEndpoint` should be set to `false`. Before using this setting, you need to understand [how it affects the client](troubleshoot-sdk-availability.md).|
193-
|`ConnectionProtocol`|Removed. Protocol is tied to the Mode, either it's Gateway (HTTPS) or Direct (TCP).|
193+
|`ConnectionProtocol`|Removed. Protocol is tied to the Mode, either it's Gateway (HTTPS) or Direct (TCP). Direct mode with HTTPS protocol is no longer supported on V3 SDK and the recommendation is to use TCP protocol. |
194194
|`MediaRequestTimeout`|Removed. Attachments are no longer supported.|
195195

196196
### Session token

0 commit comments

Comments
 (0)