How to Use Azure Credits for MongoDB Atlas: Deploy a MERN Stack App

preview_player
Показать описание

MongoDB Atlas and Azure are great friends! In fact, they became even better friends recently with the addition of the MongoDB Atlas Pay-as-You-Go Software as a Service (SaaS) subscription to the Azure Marketplace, allowing you to use your existing Azure credits to enjoy all the benefits of the MongoDB Atlas Developer Data Platform. So there is no better time to learn how you can take advantage of both of these.

In this video, we are going to see how you can deploy a MERN stack application to Azure Web Apps, part of Azure App Service, in a few simple steps.

📚 Resources 📚

------
Рекомендации по теме
Комментарии
Автор

where is the github link for this site?

timlinator
Автор

I followed all the steps, the app "works on my PC" but I keep getting errors on Azure.

On the error log:
Could not find build manifest file at
# Enter the source directory to make sure the script runs where the user expects

cd "/home/site/wwwroot"
node index.js

throw err;
Error: Cannot find module '/home/site/wwwroot/index.js'
at
at Function.Module._load
at [as runMain]
at {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

quebuena