Skip to content

Commit de270dd

Browse files
committed
fix links
1 parent ab54ac3 commit de270dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ Next you'll create a database and container to store products, and perform queri
161161

162162
## [Passwordless](#tab/passwordless)
163163

164-
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:
164+
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

166-
> - [Azure CLI scripts](./sql/manage-with-cli.md)
167-
> - [Azure PowerShell scripts](./sql/manage-with-powershell.md)
168-
> - [Azure Resource Manager templates (ARM templates)](./sql/manage-with-templates.md)
166+
> - [Azure CLI scripts](manage-with-cli.md)
167+
> - [Azure PowerShell scripts](manage-with-powershell.md)
168+
> - [Azure Resource Manager templates (ARM templates)](manage-with-templates.md)
169169
> - [Azure Resource Manager .NET client library](https://www.nuget.org/packages/Azure.ResourceManager.CosmosDB/)
170170
171171
The Azure CLI approach is used in this example. Use the [`az cosmosdb sql database create`](/azure/cosmosdb/sql/database#az-cosmosdb-sql-database-create) and [`az cosmosdb sql container create`](/azure/cosmosdb/sql/container#az-cosmosdb-sql-container-create) commands to create a Cosmos DB NoSQL database and container.

0 commit comments

Comments
 (0)