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 09, 2024Brass Contributor
I 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.
What does that mean? I do not know a workaround for this. Kindly please help me in this matter.
peiyezhu
Apr 10, 2024Bronze Contributor
- peiyezhuApr 10, 2024Bronze Contributor
- AsimKhan2023Apr 10, 2024Brass ContributorHi,
I found a solution, the problem was in the package.json file where the version numbers for some packages were incorrect. I manually had to fix their versions and in some case force installed it. After updating the package and pushing the code to GitHub, the build process was successful.
Asim- AsimKhan2023Apr 10, 2024Brass ContributorHi,
When I am trying to deploy the application via GitHub to Azure App Service I am receiving the KUDU URL error.
I have added the Web SCM Deploy Use to true in the application setting
Set the deployment slot to true for that relevant application setting
Downloaded the publish profile
Added the publish url the way it is
And still getting the error.
Regards,
Asim Khan