Skip to content

Commit 3cdc063

Browse files
authored
Merge pull request #227497 from KarlErickson/karler-pwdless-tabs
updated Passwordless tabs
2 parents 2fa3f6c + 7a224b9 commit 3cdc063

File tree

6 files changed

+200
-202
lines changed

6 files changed

+200
-202
lines changed

articles/cosmos-db/nosql/quickstart-dotnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ For this sample code, the container will use the category as a logical partition
115115

116116
[!INCLUDE [passwordless-overview](../../../includes/passwordless/passwordless-overview.md)]
117117

118-
## [Passwordless](#tab/passwordless)
118+
## [Passwordless (Recommended)](#tab/passwordless)
119119

120120
[!INCLUDE [dotnet-default-azure-credential-overview](../../../includes/passwordless/dotnet-default-azure-credential-overview.md)]
121121

@@ -159,7 +159,7 @@ For more information on different ways to create a ``CosmosClient`` instance, se
159159

160160
Next you'll create a database and container to store products, and perform queries to insert and read those items.
161161

162-
## [Passwordless](#tab/passwordless)
162+
## [Passwordless (Recommended)](#tab/passwordless)
163163

164164
The `Microsoft.Azure.Cosmos` client libraries enable you to perform *data* operations using [Azure RBAC](../role-based-access-control.md). However, to authenticate *management* operations such as creating and deleting databases you must use RBAC through one of the following options:
165165

0 commit comments

Comments
 (0)