Quickstart: Azure Cosmos DB for NoSQL and Azure SDK for Rust
This is a simple web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the Azure SDK for Rust.
Wichtig
Local development is the only supported loop in this template.
Azure SDK for Rust does not have support for user-assigned managed identity in Azure yet.
Prerequisites
Quickstart
Log in to Azure Developer CLI. This is only required once per-install.
Bashazd auth login
Initialize this template (
cosmos-db-nosql-rust-quickstart
) usingazd init
Bashazd init --template cosmos-db-nosql-rust-quickstart
Ensure that Docker is running in your environment.
Use
azd up
to provision your Azure infrastructure and deploy the web application to Azure.Bashazd up
Observed the deployed web application