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 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.
AsimKhan2023
Apr 08, 2024Brass Contributor
I 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
- peiyezhuApr 10, 2024Bronze Contributorget the error that Deployment failed, push to GitHub repo first.
Only from GitHub,no ftp available?
I use ftp to upload codes to
https://e.anyoupin.cn/ - peiyezhuApr 10, 2024Bronze ContributorI have no experience with Azure app,I am using Jina an Cloud server ISP rather than Azure App service.