Skip to content

Commit 64aa07e

Browse files
Merge pull request #222458 from pritamso/Broken-link-fix-seesharprun
Broken link fixed
2 parents f03c54d + d5036cb commit 64aa07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The `Microsoft.Azure.Cosmos` client libraries enable you to perform *data* opera
168168
> - [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
171-
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.
171+
The Azure CLI approach is used in this example. Use the [`az cosmosdb sql database create`](/cli/azure/cosmosdb/sql/database#az-cosmosdb-sql-database-create) and [`az cosmosdb sql container create`](/cli/azure/cosmosdb/sql/container#az-cosmosdb-sql-container-create) commands to create a Cosmos DB NoSQL database and container.
172172

173173
```azurecli
174174
# Create a SQL API database

0 commit comments

Comments
 (0)