Zero-downtime Deployment of a Node.js API server in Azure App Service

Anonymous
2023-08-03T09:54:53.42+00:00

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.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,639 questions
0 comments No comments
{count} votes

Accepted answer
  1. Konstantinos Passadis 19,496 Reputation points MVP
    2023-08-03T10:12:11.3533333+00:00

    Hello @Anonymous !

    You can use the Deployment Center for Continuous Deployment

    User's image

    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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.