Azure / Azure/Azure-Functions

Allow azure function migration to new plan for linux OS

Open
#2,199 11 comments 9 reactions 1 assignee Claimed by @v-bbalaiagar View on GitHub
feature
Dominant language
PowerShell
Stars
1.1k
Forks
215
Avg merge
4h 2m
Merged PRs (30d)
1

Description

Hi,

I currently have an azure function that is using a consumption plan. I wanted to upgrade to premium, so I started with creating a premium App Service Plan.
Next I wanted to update my Azure function using the CLI as follows

`az functionapp update --name my-azure-function --resource-group myresourcegroup --plan my-premium-plan-test`

However this is only supported for Windows machines it seems, as I am getting the following error:
`ValidationError: This feature currently supports windows to windows plan migrations. For other migrations, please redeploy.`

Would it be possible to allow functionapp migrations for linux OS ? Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.