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 11, 2024Bronze Contributor
https://learn.microsoft.com/en-us/cli/azure/functionapp?view=azure-cli-latest#az-functionapp-create
az-cli also an option.
az-cli also an option.
AsimKhan2023
Apr 12, 2024Brass Contributor
I 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?
- 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.