You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-nodejs-mongodb-app.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ ms.custom:
25
25
26
26
# Tutorial: Deploy a Node.js + MongoDB web app to Azure
27
27
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.
29
29
30
30
:::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.":::
31
31
@@ -125,7 +125,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
125
125
126
126
## Create App Service and Azure Cosmos DB
127
127
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:
129
129
130
130
- The **Name** for the web app. It's part of the DNS name for your app.
131
131
- 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
171
171
- **Virtual network**→ Integrated with the App Service app and isolates back-end network traffic.
172
172
- **Private endpoint**→ Access endpoint for the database resource in the virtual network.
173
173
- **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.
175
175
- **Private DNS zone**→ Enables DNS resolution of the Azure Cosmos DB server in the virtual network.
0 commit comments