Skip to content

Commit d462a2d

Browse files
authored
Merge pull request #7 from Azure-Samples/seesharprun-patch-1
Update readme.md
2 parents 2a693ce + e8769cd commit d462a2d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

readme.md

Lines changed: 4 additions & 7 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 Go
15+
# Quickstart: Azure Cosmos DB for NoSQL - Azure SDK for Rust
1616

17-
This is a simple web application to illustrate common basic usage of Azure Cosmos DB for NoSQL's client library for Rust. This sample application accesses an existing account, database, and container using the [`azure_data_cosmos`](https://docs.rs/azure_data_cosmos) and [`azure_identity`](https://docs.rs/azure_identity) crates.
17+
This is a simple web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the Azure SDK for Rust.
1818

1919
## Prerequisites
2020

@@ -24,15 +24,12 @@ This is a simple web application to illustrate common basic usage of Azure Cosmo
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-rust-quickstart`) using `azd init`
3734

3835
```bash
@@ -49,4 +46,4 @@ This is a simple web application to illustrate common basic usage of Azure Cosmo
4946

5047
1. Observed the deployed web application
5148

52-
![Screenshot of the deployed web application.](assets/web.png)
49+
![Screenshot of the deployed web application.](assets/web.png)

0 commit comments

Comments
 (0)