Skip to content

Commit 2b3ebc2

Browse files
committed
fixes
1 parent cb0dce2 commit 2b3ebc2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/cosmos-db/mongodb/quickstart-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ packages/Microsoft.Azure.Cosmos) | [Azure Developer CLI](/azure/developer/azure-
2727

2828
## Setting up
2929

30-
Deploy this project's development container to your environment. Then, use the Azure Developer CLI (`azd`) to create an Azure Cosmos DB for NoSQL account and deploy a containerized sample application. The sample application uses the client library to manage, create, read, and query sample data.
30+
Deploy this project's development container to your environment. Then, use the Azure Developer CLI (`azd`) to create an Azure Cosmos DB for MongoDB account and deploy a containerized sample application. The sample application uses the client library to manage, create, read, and query sample data.
3131

3232
::: zone pivot="devcontainer-codespace"
3333

34-
[![Open in GitHub Codespaces](https://img.shields.io/static/v1?style=for-the-badge&label=GitHub+Codespaces&message=Open&color=brightgreen&logo=github)](https://github.com/alexwolfmsft/cosmos-db-mongo-dotnet-quickstart?template=false&quickstart=1&azure-portal=true)
34+
[![Open in GitHub Codespaces](https://img.shields.io/static/v1?style=for-the-badge&label=GitHub+Codespaces&message=Open&color=brightgreen&logo=github)](https://codespaces.new/alexwolfmsft/cosmos-db-mongo-dotnet-quickstart?template=false&quickstart=1&azure-portal=true)
3535

3636
::: zone-end
3737

@@ -166,7 +166,7 @@ Sand Surfboard
166166

167167
## Clean up resources
168168

169-
When you no longer need the Azure Cosmos DB for NoSQL account, you can delete the corresponding resource group.
169+
When you no longer need the Azure Cosmos DB for MongoDB account, you can delete the corresponding resource group.
170170

171171
### [Azure CLI / Resource Manager template](#tab/azure-cli)
172172

articles/cosmos-db/nosql/includes/quickstart/dev-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ zone_pivot_groups: azure-cosmos-db-quickstart-env
3737
1. During initialization, configure a unique environment name.
3838
3939
> [!TIP]
40-
> The environment name will also be used as the target resource group name. For this quickstart, consider using `msdocs-cosmos-db-nosql`.
40+
> The environment name will also be used as the target resource group name. For this quickstart, consider using `msdocs-cosmos-db-`.
4141
42-
1. Deploy the Azure Cosmos DB for NoSQL account using `azd up`. The Bicep templates also deploy a sample web application.
42+
1. Deploy the Azure Cosmos DB account using `azd up`. The Bicep templates also deploy a sample web application.
4343
4444
```azurecli
4545
azd up

0 commit comments

Comments
 (0)