You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "Quickstart: Azure Cosmos DB for NoSQL and Azure SDK for Rust"
5
+
description: This is a simple web application to illustrate common basic usage of Azure Cosmos DB for NoSQL and the Azure SDK for Rust.
6
+
urlFragment: template
7
+
languages:
8
+
- rust
9
+
- azdeveloper
10
+
products:
11
+
- azure-cosmos-db
12
+
---
13
+
-->
14
+
15
+
# Quickstart: Azure Cosmos DB for NoSQL client library for Go
16
+
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.
0 commit comments