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 13, 2024Bronze Contributor
encountering 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.
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.
AsimKhan2023
Apr 15, 2024Brass Contributor
Ok, 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
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