Zero Downtime deployment
2 TopicsDeploy a Custom Vision App on Azure App Service with Zero Downtime Deployment using Deployment Slots
Utilize Custom Vision client library for Node.js to create a Custom Vision classification model and deploy a Web App implementation using Azure App Service. In this tutorial, you will also get to leverage the power of Azure App Service’s Deployment Slots to avert downtime during redeployment after making changes to code, enabling you to test code and deploy gradually without users being affected.2.1KViews1like0CommentsAzure premium functions - Zero deployment down time
Hello, This is something I am not sure of. Does Azure premium function provide zero downtime deployment by default. In theory there is at least one premium function always up and running, so the new version is deployed as a new instance and the old one is killed after its ongoing request are completed is that even possible. I know we can use deployment slots. I am just wondering if premium functions has this feature by default(not needing to use deployment slot) as there is at least one instance always running. I know we can use deployment slots to achieve this.593Views0likes0Comments