From ba9945a4601b599f5526c8f65a730606f301cc70 Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Mon, 25 Nov 2024 08:42:32 -0500 Subject: [PATCH 1/2] Update readme.md Signed-off-by: Sidney Andrews --- readme.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index c1b9067..22e4bd8 100644 --- a/readme.md +++ b/readme.md @@ -12,9 +12,9 @@ products: --- --> -# Quickstart: Azure Cosmos DB for NoSQL client library for .NET +# 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's client library for .NET. This sample application accesses an existing account, database, and container using the [`Microsoft.Azure.Cosmos`](https://www.nuget.org/packages/Microsoft.Azure.Cosmos) and [`Azure.Identity`](https://www.nuget.org/packages/Azure.Identity) libraries from NuGet. +This is a simple Express web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the Azure SDK for .NET ## Prerequisites @@ -24,15 +24,12 @@ This is a simple Blazor web application to illustrate common basic usage of Azur ## Quickstart -1. Log in to Azure Developer CLI. +1. Log in to Azure Developer CLI. *This is only required once per-install.* ```bash azd auth login ``` - > [!TIP] - > This is only required once per-install. - 1. Initialize this template (`cosmos-db-nosql-dotnet-quickstart`) using `azd init` ```bash From fe5f3f9ac0169116c6bba13c4831ffbcbf7ef98c Mon Sep 17 00:00:00 2001 From: Sidney Andrews Date: Mon, 25 Nov 2024 08:44:45 -0500 Subject: [PATCH 2/2] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 22e4bd8..75f7f02 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ products: # Quickstart: Azure Cosmos DB for NoSQL - Azure SDK for .NET -This is a simple Express web application to illustrate common basic usage of Azure Cosmos DB for NoSQL with the 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