How to change Azure Functions from Consumption Plan to Apps Service Plan?

How to change Azure Functions from Consumption Plan to Apps Service Plan?

Today we try change the Consumption Plan to Apps Service Plan, I remark, when you create a Consumption Plan from Azure, you have not possibilities to change to any other Plan, and I found it how !

What if I share it with you ?

Infrastructure

Currently we have one Function App in Consumption Plan :

And we can saw, the function app is available:

Move

You can look the service Plan is Consumption Plan:

Now, we put this commande on Cloud Shell:

Set-AzAppServicePlan -ResourceGroupName « your-ResourceGroup » -Name « Name-of-Service-Plan » -PerSiteScaling $true -tier B1 (it’s for dev-test)

And if I back on the service Plan

Always functional:

Nicolas VACCARO

Passionnée par l'environnement Cloud, je propose des articles qui pourront aider débutant comme expert.

Related Posts

Azure Virtual Desktop – How to migrate your VM from one Host Pool to another

Azure Virtual Desktop – How to migrate your VM from one Host Pool to another

Comment déplacer votre base de donnée vers un autre serveur SQL ?

Comment déplacer votre base de donnée vers un autre serveur SQL ?

Comment utiliser le VNet Integration dans Azure ?

Comment utiliser le VNet Integration dans Azure ?

1 Comment

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *