Quickstart: Azure Cosmos DB for Table and Azure SDK for .NET
This is a simple Blazor web application to illustrate common basic usage of Azure Cosmos DB for Table with the Azure SDK for .NET.
Prerequisites
Quickstart
Log in to Azure Developer CLI. This is only required once per-install.
azd auth loginInitialize this template (
cosmos-db-table-dotnet-quickstart) usingazd initazd init --template cosmos-db-table-dotnet-quickstartEnsure that Docker is running in your environment.
Use
azd upto provision your Azure infrastructure and deploy the web application to Azure.azd upObserved the deployed web application

(Optionally) Run this web application locally in the
src/webfolder:dotnet watch run