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...
peiyezhu
Apr 08, 2024Bronze Contributor
made 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.
Looks nice.
I have no idea about how to run nodejs backend under this environment.
AsimKhan2023
Apr 08, 2024Brass Contributor
My 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.
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
- AsimKhan2023Apr 09, 2024Brass ContributorI am trying to deploy my dynamic Vue.js application using Azure App Service. The issue that I am having is that when I connect my application with GitHub repo in the deployment section and then start to deploy the web app I get the error that Deployment failed, push to GitHub repo first.
What does that mean? I do not know a workaround for this. Kindly please help me in this matter.- peiyezhuApr 10, 2024Bronze Contributor