Skip to content

Commit 59a69df

Browse files
authored
Update storage description in README.md (#11)
Updated the description to reflect the use of Azure DocumentDB instead of Azure Cosmos DB API for MongoDB.
1 parent 0fdcdd6 commit 59a69df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ products:
1414
- azure-pipelines
1515
urlFragment: todo-python-mongo
1616
name: React Web App with Python API and MongoDB on Azure
17-
description: A complete ToDo app with Python FastAPI and Azure Cosmos API for MongoDB for storage. Uses Azure Developer CLI (azd) to build, deploy, and monitor
17+
description: A complete ToDo app with Python FastAPI and Azure DocumentDB (with MongoDB compatibility) for storage. Uses Azure Developer CLI (azd) to build, deploy, and monitor
1818
---
1919
<!-- YAML front-matter schema: https://review.learn.microsoft.com/en-us/help/contribute/samples/process/onboarding?branch=main#supported-metadata-fields-for-readmemd -->
2020

@@ -61,7 +61,7 @@ azd up
6161
This application utilizes the following Azure resources:
6262

6363
- [**Azure App Services**](https://docs.microsoft.com/azure/app-service/) to host the Web frontend and API backend
64-
- [**Azure Cosmos DB API for MongoDB**](https://docs.microsoft.com/azure/cosmos-db/mongodb/mongodb-introduction) for storage
64+
- [**Azure DocumentDB (with MongoDB compatibility)**](https://learn.microsoft.com/azure/documentdb/) for storage
6565
- [**Azure Monitor**](https://docs.microsoft.com/azure/azure-monitor/) for monitoring and logging
6666
- [**Azure Key Vault**](https://docs.microsoft.com/azure/key-vault/) for securing secrets
6767

0 commit comments

Comments
 (0)