Skip to content

Commit

Permalink
Merge pull request #68 from Azure-Samples/seesharprun-patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
seesharprun authored Nov 25, 2024
2 parents d9ce8cb + fe5f3f9 commit e0b9f43
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ products:
---
-->

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

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.
This is a simple Blazor web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the Azure SDK for .NET

## Prerequisites

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

## Quickstart

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

```bash
azd auth login
```

> [!TIP]
> This is only required once per-install.

1. Initialize this template (`cosmos-db-nosql-dotnet-quickstart`) using `azd init`

```bash
Expand Down

0 comments on commit e0b9f43

Please sign in to comment.