Skip to content

Commit e0b9f43

Browse files
authored
Merge pull request #68 from Azure-Samples/seesharprun-patch-1
Update readme.md
2 parents d9ce8cb + fe5f3f9 commit e0b9f43

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

readme.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ products:
1212
---
1313
-->
1414

15-
# Quickstart: Azure Cosmos DB for NoSQL client library for .NET
15+
# Quickstart: Azure Cosmos DB for NoSQL - Azure SDK for .NET
1616

17-
This is a simple Blazor web application to illustrate common basic usage of Azure Cosmos DB for NoSQL's client library for .NET. This sample application accesses an existing account, database, and container using the [`Microsoft.Azure.Cosmos`](https://www.nuget.org/packages/Microsoft.Azure.Cosmos) and [`Azure.Identity`](https://www.nuget.org/packages/Azure.Identity) libraries from NuGet.
17+
This is a simple Blazor web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the Azure SDK for .NET
1818

1919
## Prerequisites
2020

@@ -24,15 +24,12 @@ This is a simple Blazor web application to illustrate common basic usage of Azur
2424

2525
## Quickstart
2626

27-
1. Log in to Azure Developer CLI.
27+
1. Log in to Azure Developer CLI. *This is only required once per-install.*
2828

2929
```bash
3030
azd auth login
3131
```
3232

33-
> [!TIP]
34-
> This is only required once per-install.
35-
3633
1. Initialize this template (`cosmos-db-nosql-dotnet-quickstart`) using `azd init`
3734

3835
```bash

0 commit comments

Comments
 (0)