Skip to content

Migrating Durable Functions to from App Service to Azure Kubernetes Service #2155

Answered by cgillum
yukscck asked this question in Q&A
Discussion options

You must be logged in to vote

If you are maintaining the same Azure Storage accounts (and I recommend you do) and also not making any changes to your orchestrations in the process, then I think the migration can actually be quite smooth with zero downtime. You can start by deploying new copies of your app to AKS while continuing to run the existing copies in Azure App Service. As long as you're maintaining the same storage account, there shouldn't be any conflicts for the durable orchestrations - it will simply appear that you've scaled out to a larger number of nodes. If everything looks good in the AKS cluster, you can start spinning down the App Service apps so that all durable traffic is being handled by the AKS n…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@kjlimxxxx
Comment options

@cgillum
Comment options

@kjlimxxxx
Comment options

Answer selected by yukscck
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants