Forum Discussion
AsimKhan2023
Mar 31, 2024Brass Contributor
Deploying SaaS application in Azure
Hi, So I made a SaaS application where the frontend is in Vue, the backend is in Node Js, and the database is in MySql. I require some of the following to complete the deployment: A Blob St...
AsimKhan2023
Apr 07, 2024Brass Contributor
I am trying to implement something like this
https://learn.microsoft.com/en-us/azure/architecture/example-scenario/multi-saas/multitenant-saas
https://learn.microsoft.com/en-us/azure/architecture/example-scenario/multi-saas/multitenant-saas
- peiyezhuApr 08, 2024Bronze Contributormade a SaaS application where the frontend is in Vue, the backend is in Node Js,
Looks nice.
I have no idea about how to run nodejs backend under this environment.- AsimKhan2023Apr 08, 2024Brass ContributorMy plan is to
First create an app service and deploy the node.js application and connect it with the MySQL DB, configure the settings for the DB connection.
Then create another app service and deploy the Vue.js application into that app service, update the APIs to connect with the backend node.js application.
Then create and Azure Front Door and deploy the frontend application into the AFD.
Let me know your thoughts.- AsimKhan2023Apr 08, 2024Brass ContributorI do not know how I can add both backend and frontend application and endpoints in the AFD