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 10, 2024Bronze Contributor
AsimKhan2023
Apr 10, 2024Brass Contributor
Hi,
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
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 15, 2024Brass ContributorOk, so by adding the value of production into the application setting resolved the issue, and the error is gone, so that is working for me which is nice.
I also added, SCM Deployment Build, Website SCM Deploy, and Time Limit Range values into the application settings of the App configurations. But when I try to deploy the application via github to Azure, it gets halted at npm install command, and then after a long time like 37 minutes, it throws an error of SCM container failed to complete the process, try again after a few minutes and add some delays to complete the process.
I do not know why this is happening for the Nuxt.js project and did not happened for the Node.sj project.
Regards,
Asim Khan - peiyezhuApr 13, 2024Bronze Contributorencountering an issue where the Value for deployment is Production and the error I am receiving is that this is an invalid value.
I am not sure what is your problem in details.
I have no environment to reproduce your problem.
So,I can only provide the relative documents. - AsimKhan2023Apr 12, 2024Brass ContributorI am trying to deploy the Vue.js code from GitHub to Azure App Service, that is where the problem is occurring. I delete the App Service and created a new one. In Visual Studio Code I created the App Service and attached the GitHub repo in the deployment center. I configured the rest of the deployment center over the Azure Portal, also I added some application and environment settings to make it work. All goes well, I am encountering an issue where the Value for deployment is Production and the error I am receiving is that this is an invalid value. How can I fix that?
- peiyezhuApr 11, 2024Bronze Contributorhttps://learn.microsoft.com/en-us/cli/azure/functionapp?view=azure-cli-latest#az-functionapp-create
az-cli also an option. - peiyezhuApr 11, 2024Bronze Contributorhttps://learn.microsoft.com/en-us/azure/app-service/quickstart-nodejs?tabs=linux&pivots=development-environment-vscode
How about using vs code addin rather than github? - 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