Skip to content

Commit 1e208e4

Browse files
Merge pull request #313368 from khelanmodi/updatingDocs
Update tutorial-nodejs-mongodb-app.md
2 parents a732562 + a0190f4 commit 1e208e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/app-service/tutorial-nodejs-mongodb-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.custom:
2525

2626
# Tutorial: Deploy a Node.js + MongoDB web app to Azure
2727

28-
This tutorial shows how to create a secure Node.js app in [Azure App Service](overview.md) that's connected to an [Azure Cosmos DB for MongoDB](/azure/cosmos-db/mongodb/mongodb-introduction) database. Azure App Service provides a highly scalable, self-patching web hosting service using the Linux operating system. When you're finished, you have an Express.js app running on Azure App Service on Linux.
28+
This tutorial shows how to create a secure Node.js app in [Azure App Service](overview.md) that's connected to an [Azure DocumentDB](https://learn.microsoft.com/azure/documentdb/) database. Azure App Service provides a highly scalable, self-patching web hosting service using the Linux operating system. When you're finished, you have an Express.js app running on Azure App Service on Linux.
2929

3030
:::image type="content" source="./media/tutorial-nodejs-mongodb-app/azure-portal-browse-app-2.png" alt-text="Screenshot of Node.js application storing data in Cosmos DB.":::
3131

@@ -125,7 +125,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
125125

126126
## Create App Service and Azure Cosmos DB
127127

128-
In this step, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service and Azure Cosmos DB for MongoDB. For the creation process, you specify:
128+
In this step, you create the Azure resources. The steps used in this tutorial create a set of secure-by-default resources that include App Service and Azure DocumentDB. For the creation process, you specify:
129129

130130
- The **Name** for the web app. It's part of the DNS name for your app.
131131
- The **Region** to run the app physically in the world. It's also part of the DNS name for your app.
@@ -171,7 +171,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
171171
- **Virtual network** → Integrated with the App Service app and isolates back-end network traffic.
172172
- **Private endpoint** → Access endpoint for the database resource in the virtual network.
173173
- **Network interface** → Represents a private IP address for the private endpoint.
174-
- **Azure Cosmos DB for MongoDB** → Accessible only from behind the private endpoint. A database and a user are created for you on the server.
174+
- **Azure DocumentDB** → Accessible only from behind the private endpoint. A database and a user are created for you on the server.
175175
- **Private DNS zone** → Enables DNS resolution of the Azure Cosmos DB server in the virtual network.
176176

177177
:::column-end:::

0 commit comments

Comments
 (0)