Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,639 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How can I deploy a Node.js API server to Azure's App Service without downtime? I'm specifically referring to the Azure App Service with the Basic tier
I mean without using deployment slots of standard tier.
Hello @Anonymous !
You can use the Deployment Center for Continuous Deployment
It is available in the Basic Tier
https://learn.microsoft.com/en-us/azure/app-service/deploy-continuous-deployment?tabs=github
I hope this helps!
Kindly mark the answer as Accepted and Upvote in case it helped!
Regards