Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 1.38 KB

File metadata and controls

55 lines (39 loc) · 1.38 KB

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 with the Azure SDK for .NET

Prerequisites

Quickstart

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

    azd auth login
  2. Initialize this template (cosmos-db-nosql-dotnet-quickstart) using azd init

    azd init --template cosmos-db-nosql-dotnet-quickstart
  3. Ensure that Docker is running in your environment.

  4. Use azd up to provision your Azure infrastructure and deploy the web application to Azure.

    azd up
  5. Observed the deployed web application

    Screenshot of the deployed web application.

  6. (Optionally) Run this web application locally in the src/web folder:

    dotnet watch run