Skip to content

Commit b9f21c9

Browse files
authored
Merge pull request #23 from Azure-Samples/seesharprun-patch-1
Update readme.md
2 parents 8d5a971 + b8992c1 commit b9f21c9

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 Java
15+
# Quickstart: Azure Cosmos DB for NoSQL - Azure SDK for Java
1616

17-
This is a simple Spring Web application to illustrate common basic usage of Azure Cosmos DB for NoSQL's client library for Java. This sample application accesses an existing account, database, and container using the [`azure-spring-data-cosmos`](https://mvnrepository.com/artifact/com.azure/azure-spring-data-cosmos) and [`azure-identity`](https://mvnrepository.com/artifact/com.azure/azure-identity) packages from Maven.
17+
This is a simple Spring Web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the Azure SDK for Java.
1818

1919
## Prerequisites
2020

@@ -24,15 +24,12 @@ This is a simple Spring 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-java-quickstart`) using `azd init`
3734

3835
```bash

0 commit comments

Comments
 (0)